#00208F

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

Shades of Smalt #00208F

Tints of Smalt #00208F

Color information

#00208F (or 0x00208F) is unknown color: approx Smalt. HEX triplet: 00, 20 and 8F. RGB value is (0,32,143). Sum of RGB (Red+Green+Blue) = 0+32+143=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 143 (56.25% from 255 or 81.71% from 175); Max value from RGB is 143 - color contains mainly: blue. Hex color #00208F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00208F is #FFDF70. Grayscale: #222222. Windows color (decimal): -16768881 or 9379840. OLE color: 9379840.

HSL color Cylindrical-coordinate representation of color #00208F: hue angle of 226.57º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00208F is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB032143-
CMYK10.7800.44
HSL226.57º100%28.04%-
HSV(B)226.57º100%56.08%-
XYZ5.473.0226.28-
YUV35.09188.9102.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 143 (56.25% from 255) = 81.71%
R=0%
G=18.29%
B=81.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal03214310.7800.44226.5710028.04
Hex0208F644E02Ce3641c
Octal04021714411605434314434
Binary01000001000111111001001001110010110011100011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00208F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00208F; }

 p { color: rgb(0,32,143); }

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

<style>
 a { background-color: #00208F; }

 a { background-color: rgb(0,32,143); }

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

<style>
 span { border-color: #00208F; }

 span { border-color: rgb(0,32,143); }

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