Html Css Color HEX #02578C Dark Cerulean

📋 copy color: '#02578C'

red 2 ◦ green 87 ◦ blue 140

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

Shades of Dark Cerulean #02578C

Tints of Dark Cerulean #02578C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.99%

 BLUE value IS 140 (55.08% from 255) = 61.14%

R = 0.87%
G = 37.99%
B = 61.14%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02578C (or 0x02578C) is known color: Dark Cerulean. HEX triplet: 02, 57 and 8C. RGB value is (2,87,140). Sum of RGB (Red+Green+Blue) = 2+87+140=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #02578C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02578C is #FDA873. Grayscale: #434343. Windows color (decimal): -16623732 or 9197314. OLE color: 9197314.

HSL color Cylindrical-coordinate representation of color #02578C: hue angle of 203.04º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02578C is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 87 140 -
CMYK 0.99 0.38 0 0.45
HSL 203.04º 0.97% 0.28% -
HSV(B) 203.04º 0.99% 0.55% -
XYZ 8.17 8.72 26.06 -
YUV 67.63 168.84 81.19 -
System Red Green Blue C M Y K H S L
Decimal 2 87 140 0.99 0.38 0 0.45 203.04 0.97 0.28
Hex 2 57 8C 63 26 0 2D CB 61 1C
Octal 2 127 214 143 46 0 55 313 141 34
Binary 10 1010111 10001100 1100011 100110 0 101101 11001011 1100001 11100

Color Harmonies of #02578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02578C

Black with #02578C

Text Example


Text Example

White with #02578C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,87,140); }

 H1.HeaderClassName
 {
   color: #02578C;
 }
 .AnyTagClassName
 {
   color: #02578C;
 }
</style>

background-color css

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

 a { background-color: rgb(2,87,140); }

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

border-color css

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

 span { border-color: rgb(2,87,140); }

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