Html Css Color HEX #00576B Blue Lagoon

📋 copy color: '#00576B'

red 0 ◦ green 87 ◦ blue 107

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

Shades of Blue Lagoon #00576B

Tints of Blue Lagoon #00576B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 55.15%

R = 0%
G = 44.85%
B = 55.15%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#00576B (or 0x00576B) is known color: Blue Lagoon. HEX triplet: 00, 57 and 6B. RGB value is (0,87,107). Sum of RGB (Red+Green+Blue) = 0+87+107=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #00576B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00576B is #FFA894. Grayscale: #3F3F3F. Windows color (decimal): -16754837 or 7034624. OLE color: 7034624.

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

Color convert

RGB 0 87 107 -
CMYK 1 0.19 0 0.58
HSL 191.22º 1% 0.21% -
HSV(B) 191.22º 1% 0.42% -
XYZ 6.06 7.88 15.11 -
YUV 63.27 152.68 82.87 -
System Red Green Blue C M Y K H S L
Decimal 0 87 107 1 0.19 0 0.58 191.22 1 0.21
Hex 0 57 6B 64 13 0 3A BF 64 15
Octal 0 127 153 144 23 0 72 277 144 25
Binary 0 1010111 1101011 1100100 10011 0 111010 10111111 1100100 10101

Color Harmonies of #00576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00576B

Black with #00576B

Text Example


Text Example

White with #00576B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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