Shades of Blue Lagoon #005976
Tints of Blue Lagoon #005976
RGB
CMYK
RGB Variations
Color information
#005976 (or 0x005976) is known color: Blue Lagoon. HEX triplet: 00, 59 and 76. RGB value is (0,89,118). Sum of RGB (Red+Green+Blue) = 0+89+118=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #005976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005976 is #FFA689. Grayscale: #414141. Windows color (decimal): -16754314 or 7756032. OLE color: 7756032.
HSL color Cylindrical-coordinate representation of color #005976: hue angle of 194.75º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005976 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 89 | 118 | - |
| CMYK | 1 | 0.25 | 0 | 0.54 |
| HSL | 194.75º | 1% | 0.23% | - |
| HSV(B) | 194.75º | 1% | 0.46% | - |
| XYZ | 6.84 | 8.45 | 18.41 | - |
| YUV | 65.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 118 | 1 | 0.25 | 0 | 0.54 | 194.75 | 1 | 0.23 |
| Hex | 0 | 59 | 76 | 64 | 19 | 0 | 36 | C3 | 64 | 17 |
| Octal | 0 | 131 | 166 | 144 | 31 | 0 | 66 | 303 | 144 | 27 |
| Binary | 0 | 1011001 | 1110110 | 1100100 | 11001 | 0 | 110110 | 11000011 | 1100100 | 10111 |
Color Harmonies of #005976
Complementary color
Monochromatic Colors of #005976
Black with #005976
Text Example
Text Example
White with #005976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005976; }
p { color: rgb(0,89,118); }
H1.HeaderClassName
{
color: #005976;
}
.AnyTagClassName
{
color: #005976;
}
</style>
background-color css
<style>
a { background-color: #005976; }
a { background-color: rgb(0,89,118); }
div.DivClassName
{
background-color: #005976;
}
.BgClassName
{
background-color: #005976;
}
</style>
border-color css
<style>
span { border-color: #005976; }
span { border-color: rgb(0,89,118); }
td.TdClassName
{
border-color: #005976;
}
.TagClassName
{
border-color: #005976;
}
</style>