#05208C

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

Shades of Smalt #05208C

Tints of Smalt #05208C

Color information

#05208C (or 0x05208C) is unknown color: approx Smalt. HEX triplet: 05, 20 and 8C. RGB value is (5,32,140). Sum of RGB (Red+Green+Blue) = 5+32+140=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 140 (55.08% from 255 or 79.10% from 177); Max value from RGB is 140 - color contains mainly: blue. Hex color #05208C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05208C is #FADF73. Grayscale: #232323. Windows color (decimal): -16441204 or 9183237. OLE color: 9183237.

HSL color Cylindrical-coordinate representation of color #05208C: hue angle of 228º 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 #05208C is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB532140-
CMYK0.960.7700.45
HSL228º93.1%28.43%-
HSV(B)228º96.43%54.9%-
XYZ5.312.9625.1-
YUV36.24186.55105.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 140 (55.08% from 255) = 79.10%
R=2.82%
G=18.08%
B=79.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5321400.960.7700.4522893.128.43
Hex5208C604D02De45d1c
Octal54021414011505534413534
Binary1011000001000110011000001001101010110111100100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05208C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05208C; }

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

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

<style>
 a { background-color: #05208C; }

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

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

<style>
 span { border-color: #05208C; }

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

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