#01208E

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

Shades of Smalt #01208E

Tints of Smalt #01208E

Color information

#01208E (or 0x01208E) is unknown color: approx Smalt. HEX triplet: 01, 20 and 8E. RGB value is (1,32,142). Sum of RGB (Red+Green+Blue) = 1+32+142=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 142 (55.86% from 255 or 81.14% from 175); Max value from RGB is 142 - color contains mainly: blue. Hex color #01208E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01208E is #FEDF71. Grayscale: #222222. Windows color (decimal): -16703346 or 9314305. OLE color: 9314305.

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

Color convert

RGB132142-
CMYK0.990.7700.44
HSL226.81º98.6%28.04%-
HSV(B)226.81º99.3%55.69%-
XYZ5.412.9925.88-
YUV35.27188.23103.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 142 (55.86% from 255) = 81.14%
R=0.57%
G=18.29%
B=81.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321420.990.7700.44226.8198.628.04
Hex1208E634D02Ce3631c
Octal14021614311505434314334
Binary11000001000111011000111001101010110011100011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01208E; }

 p { color: rgb(1,32,142); }

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

<style>
 a { background-color: #01208E; }

 a { background-color: rgb(1,32,142); }

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

<style>
 span { border-color: #01208E; }

 span { border-color: rgb(1,32,142); }

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