Html Css Color HEX #02428F Dark Cerulean

📋 copy color: '#02428F'

red 2 ◦ green 66 ◦ blue 143

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

Shades of Dark Cerulean #02428F

Tints of Dark Cerulean #02428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 67.77%

R = 0.95%
G = 31.28%
B = 67.77%

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

#02428F (or 0x02428F) is known color: Dark Cerulean. HEX triplet: 02, 42 and 8F. RGB value is (2,66,143). Sum of RGB (Red+Green+Blue) = 2+66+143=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #02428F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02428F is #FDBD70. Grayscale: #373737. Windows color (decimal): -16629105 or 9388546. OLE color: 9388546.

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

Color convert

RGB 2 66 143 -
CMYK 0.99 0.54 0 0.44
HSL 212.77º 0.97% 0.28% -
HSV(B) 212.77º 0.99% 0.56% -
XYZ 6.93 5.89 26.76 -
YUV 55.64 177.3 89.74 -
System Red Green Blue C M Y K H S L
Decimal 2 66 143 0.99 0.54 0 0.44 212.77 0.97 0.28
Hex 2 42 8F 63 36 0 2C D5 61 1C
Octal 2 102 217 143 66 0 54 325 141 34
Binary 10 1000010 10001111 1100011 110110 0 101100 11010101 1100001 11100

Color Harmonies of #02428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02428F

Black with #02428F

Text Example


Text Example

White with #02428F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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