#00428C

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

Shades of Dark Cerulean #00428C

Tints of Dark Cerulean #00428C

Color information

#00428C (or 0x00428C) is unknown color: approx Dark Cerulean. HEX triplet: 00, 42 and 8C. RGB value is (0,66,140). Sum of RGB (Red+Green+Blue) = 0+66+140=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #00428C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00428C is #FFBD73. Grayscale: #363636. Windows color (decimal): -16760180 or 9191936. OLE color: 9191936.

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

Color convert

RGB066140-
CMYK10.5300.45
HSL211.71º100%27.45%-
HSV(B)211.71º100%54.9%-
XYZ6.685.7925.58-
YUV54.7176.1388.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 140 (55.08% from 255) = 67.96%
R=0%
G=32.04%
B=67.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal06614010.5300.45211.7110027.45
Hex0428C643502Dd4641b
Octal01022141446505532414433
Binary01000010100011001100100110101010110111010100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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