Html Css Color HEX #00577E Dark Cerulean

📋 copy color: '#00577E'

red 0 ◦ green 87 ◦ blue 126

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

Shades of Dark Cerulean #00577E

Tints of Dark Cerulean #00577E

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 40.85%
B = 59.15%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00577E (or 0x00577E) is known color: Dark Cerulean. HEX triplet: 00, 57 and 7E. RGB value is (0,87,126). Sum of RGB (Red+Green+Blue) = 0+87+126=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #00577E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00577E is #FFA881. Grayscale: #414141. Windows color (decimal): -16754818 or 8279808. OLE color: 8279808.

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

Color convert

RGB 0 87 126 -
CMYK 1 0.31 0 0.51
HSL 198.57º 1% 0.25% -
HSV(B) 198.57º 1% 0.49% -
XYZ 7.17 8.32 20.97 -
YUV 65.43 162.18 81.33 -
System Red Green Blue C M Y K H S L
Decimal 0 87 126 1 0.31 0 0.51 198.57 1 0.25
Hex 0 57 7E 64 1F 0 33 C7 64 19
Octal 0 127 176 144 37 0 63 307 144 31
Binary 0 1010111 1111110 1100100 11111 0 110011 11000111 1100100 11001

Color Harmonies of #00577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00577E

Black with #00577E

Text Example


Text Example

White with #00577E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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