Html Css Color HEX #02577E Dark Cerulean

📋 copy color: '#02577E'

red 2 ◦ green 87 ◦ blue 126

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

Shades of Dark Cerulean #02577E

Tints of Dark Cerulean #02577E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 58.6%

R = 0.93%
G = 40.47%
B = 58.6%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02577E (or 0x02577E) is known color: Dark Cerulean. HEX triplet: 02, 57 and 7E. RGB value is (2,87,126). Sum of RGB (Red+Green+Blue) = 2+87+126=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #02577E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02577E is #FDA881. Grayscale: #414141. Windows color (decimal): -16623746 or 8279810. OLE color: 8279810.

HSL color Cylindrical-coordinate representation of color #02577E: hue angle of 198.87º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02577E is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 87 126 -
CMYK 0.98 0.31 0 0.51
HSL 198.87º 0.97% 0.25% -
HSV(B) 198.87º 0.98% 0.49% -
XYZ 7.2 8.34 20.97 -
YUV 66.03 161.84 82.33 -
System Red Green Blue C M Y K H S L
Decimal 2 87 126 0.98 0.31 0 0.51 198.87 0.97 0.25
Hex 2 57 7E 62 1F 0 33 C7 61 19
Octal 2 127 176 142 37 0 63 307 141 31
Binary 10 1010111 1111110 1100010 11111 0 110011 11000111 1100001 11001

Color Harmonies of #02577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02577E

Black with #02577E

Text Example


Text Example

White with #02577E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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