Html Css Color HEX #02428E Dark Cerulean

📋 copy color: '#02428E'

red 2 ◦ green 66 ◦ blue 142

#02428E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #02428E

Tints of Dark Cerulean #02428E

RGB

 RED value IS 2 (1.17% from 255) = 0.95%

 GREEN value IS 66 (26.17% from 255) = 31.43%

 BLUE value IS 142 (55.86% from 255) = 67.62%

R = 0.95%
G = 31.43%
B = 67.62%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02428E (or 0x02428E) is known color: Dark Cerulean. HEX triplet: 02, 42 and 8E. RGB value is (2,66,142). Sum of RGB (Red+Green+Blue) = 2+66+142=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #02428E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02428E is #FDBD71. Grayscale: #373737. Windows color (decimal): -16629106 or 9323010. OLE color: 9323010.

HSL color Cylindrical-coordinate representation of color #02428E: hue angle of 212.57º degrees, saturation: 0.97, 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 #02428E is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 66 142 -
CMYK 0.99 0.54 0 0.44
HSL 212.57º 0.97% 0.28% -
HSV(B) 212.57º 0.99% 0.56% -
XYZ 6.86 5.86 26.36 -
YUV 55.53 176.8 89.82 -
System Red Green Blue C M Y K H S L
Decimal 2 66 142 0.99 0.54 0 0.44 212.57 0.97 0.28
Hex 2 42 8E 63 36 0 2C D5 61 1C
Octal 2 102 216 143 66 0 54 325 141 34
Binary 10 1000010 10001110 1100011 110110 0 101100 11010101 1100001 11100

Color Harmonies of #02428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02428E

Black with #02428E

Text Example


Text Example

White with #02428E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,66,142); }

 H1.HeaderClassName
 {
   color: #02428E;
 }
 .AnyTagClassName
 {
   color: #02428E;
 }
</style>

background-color css

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

 a { background-color: rgb(2,66,142); }

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

border-color css

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

 span { border-color: rgb(2,66,142); }

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