Html Css Color HEX #00576D Blue Lagoon

📋 copy color: '#00576D'

red 0 ◦ green 87 ◦ blue 109

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

Shades of Blue Lagoon #00576D

Tints of Blue Lagoon #00576D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 55.61%

R = 0%
G = 44.39%
B = 55.61%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00576D (or 0x00576D) is known color: Blue Lagoon. HEX triplet: 00, 57 and 6D. RGB value is (0,87,109). Sum of RGB (Red+Green+Blue) = 0+87+109=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #00576D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00576D is #FFA892. Grayscale: #3F3F3F. Windows color (decimal): -16754835 or 7165696. OLE color: 7165696.

HSL color Cylindrical-coordinate representation of color #00576D: hue angle of 192.11º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00576D is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 87 109 -
CMYK 1 0.20 0 0.57
HSL 192.11º 1% 0.21% -
HSV(B) 192.11º 1% 0.43% -
XYZ 6.17 7.92 15.67 -
YUV 63.5 153.68 82.71 -
System Red Green Blue C M Y K H S L
Decimal 0 87 109 1 0.20 0 0.57 192.11 1 0.21
Hex 0 57 6D 64 14 0 39 C0 64 15
Octal 0 127 155 144 24 0 71 300 144 25
Binary 0 1010111 1101101 1100100 10100 0 111001 11000000 1100100 10101

Color Harmonies of #00576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00576D

Black with #00576D

Text Example


Text Example

White with #00576D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00576D; }

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

 H1.HeaderClassName
 {
   color: #00576D;
 }
 .AnyTagClassName
 {
   color: #00576D;
 }
</style>

background-color css

<style>
 a { background-color: #00576D; }

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

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

border-color css

<style>
 span { border-color: #00576D; }

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

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