#01428C

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

Shades of Dark Cerulean #01428C

Tints of Dark Cerulean #01428C

Color information

#01428C (or 0x01428C) is unknown color: approx Dark Cerulean. HEX triplet: 01, 42 and 8C. RGB value is (1,66,140). Sum of RGB (Red+Green+Blue) = 1+66+140=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 140 (55.08% from 255 or 67.63% from 207); Max value from RGB is 140 - color contains mainly: blue. Hex color #01428C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01428C is #FEBD73. Grayscale: #363636. Windows color (decimal): -16694644 or 9191937. OLE color: 9191937.

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

Color convert

RGB166140-
CMYK0.990.5300.45
HSL211.94º98.58%27.65%-
HSV(B)211.94º99.29%54.9%-
XYZ6.695.825.58-
YUV55175.9789.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 140 (55.08% from 255) = 67.63%
R=0.48%
G=31.88%
B=67.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1661400.990.5300.45211.9498.5827.65
Hex1428C633502Dd4631c
Octal11022141436505532414334
Binary11000010100011001100011110101010110111010100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,66,140); }

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

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

 a { background-color: rgb(1,66,140); }

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

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

 span { border-color: rgb(1,66,140); }

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