Html Css Color HEX #02558E Dark Cerulean

📋 copy color: '#02558E'

red 2 ◦ green 85 ◦ blue 142

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

Shades of Dark Cerulean #02558E

Tints of Dark Cerulean #02558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.12%

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

R = 0.87%
G = 37.12%
B = 62.01%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02558E (or 0x02558E) is known color: Dark Cerulean. HEX triplet: 02, 55 and 8E. RGB value is (2,85,142). Sum of RGB (Red+Green+Blue) = 2+85+142=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #02558E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02558E is #FDAA71. Grayscale: #424242. Windows color (decimal): -16624242 or 9327874. OLE color: 9327874.

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

Color convert

RGB 2 85 142 -
CMYK 0.99 0.40 0 0.44
HSL 204.43º 0.97% 0.28% -
HSV(B) 204.43º 0.99% 0.56% -
XYZ 8.16 8.46 26.79 -
YUV 66.68 170.5 81.87 -
System Red Green Blue C M Y K H S L
Decimal 2 85 142 0.99 0.40 0 0.44 204.43 0.97 0.28
Hex 2 55 8E 63 28 0 2C CC 61 1C
Octal 2 125 216 143 50 0 54 314 141 34
Binary 10 1010101 10001110 1100011 101000 0 101100 11001100 1100001 11100

Color Harmonies of #02558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02558E

Black with #02558E

Text Example


Text Example

White with #02558E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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