#05318c

Color #05318C Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #05318C

Tints of Smalt #05318C

Color information

#05318C (or 0x05318C) is unknown color: approx Smalt. HEX triplet: 05, 31 and 8C. RGB value is (5,49,140). Sum of RGB (Red+Green+Blue) = 5+49+140=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #05318C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05318C is #FACE73. Grayscale: #2D2D2D. Windows color (decimal): -16436852 or 9187589. OLE color: 9187589.

HSL color Cylindrical-coordinate representation of color #05318C: hue angle of 220.44º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05318C is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB549140-
CMYK0.960.6500.45
HSL220.44º93.1%28.43%-
HSV(B)220.44º96.43%54.9%-
XYZ5.894.1225.3-
YUV46.22180.9298.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.58%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 140 (55.08% from 255) = 72.16%
R=2.58%
G=25.26%
B=72.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5491400.960.6500.45220.4493.128.43
Hex5318C604102Ddc5d1c
Octal56121414010105533413534
Binary1011100011000110011000001000001010110111011100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05318c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05318c; }

 p { color: rgb(5,49,140); }

 H1.HeaderClassName
 {
   color: #05318c;
 }
 .AnyTagClassName
 {
   color: #05318c;
 }
</style>
background-color css

<style>
 a { background-color: #05318c; }

 a { background-color: rgb(5,49,140); }

 div.DivClassName
 {
   background-color: #05318c;
 }
 .BgClassName
 {
   background-color: #05318c;
 }
</style>
border-color css

<style>
 span { border-color: #05318c; }

 span { border-color: rgb(5,49,140); }

 td.TdClassName
 {
   border-color: #05318c;
 }
 .TagClassName
 {
   border-color: #05318c;
 }
</style>