#00428B

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

Shades of Dark Cerulean #00428B

Tints of Dark Cerulean #00428B

Color information

#00428B (or 0x00428B) is unknown color: approx Dark Cerulean. HEX triplet: 00, 42 and 8B. RGB value is (0,66,139). Sum of RGB (Red+Green+Blue) = 0+66+139=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #00428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00428B is #FFBD74. Grayscale: #363636. Windows color (decimal): -16760181 or 9126400. OLE color: 9126400.

HSL color Cylindrical-coordinate representation of color #00428B: hue angle of 211.51º 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 #00428B is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB066139-
CMYK10.5300.45
HSL211.51º100%27.25%-
HSV(B)211.51º100%54.51%-
XYZ6.615.7625.19-
YUV54.59175.6389.06-

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.20%
BLUE value IS 139 (54.69% from 255) = 67.80%
R=0%
G=32.20%
B=67.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal06613910.5300.45211.5110027.25
Hex0428B643502Dd4641b
Octal01022131446505532414433
Binary01000010100010111100100110101010110111010100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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