Shades of Blue Lagoon #005972
Tints of Blue Lagoon #005972
RGB
CMYK
RGB Variations
Color information
#005972 (or 0x005972) is known color: Blue Lagoon. HEX triplet: 00, 59 and 72. RGB value is (0,89,114). Sum of RGB (Red+Green+Blue) = 0+89+114=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #005972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005972 is #FFA68D. Grayscale: #414141. Windows color (decimal): -16754318 or 7493888. OLE color: 7493888.
HSL color Cylindrical-coordinate representation of color #005972: hue angle of 193.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005972 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 89 | 114 | - |
| CMYK | 1 | 0.22 | 0 | 0.55 |
| HSL | 193.16º | 1% | 0.22% | - |
| HSV(B) | 193.16º | 1% | 0.45% | - |
| XYZ | 6.61 | 8.36 | 17.18 | - |
| YUV | 65.24 | 155.51 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 114 | 1 | 0.22 | 0 | 0.55 | 193.16 | 1 | 0.22 |
| Hex | 0 | 59 | 72 | 64 | 16 | 0 | 37 | C1 | 64 | 16 |
| Octal | 0 | 131 | 162 | 144 | 26 | 0 | 67 | 301 | 144 | 26 |
| Binary | 0 | 1011001 | 1110010 | 1100100 | 10110 | 0 | 110111 | 11000001 | 1100100 | 10110 |
Color Harmonies of #005972
Complementary color
Monochromatic Colors of #005972
Black with #005972
Text Example
Text Example
White with #005972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005972; }
p { color: rgb(0,89,114); }
H1.HeaderClassName
{
color: #005972;
}
.AnyTagClassName
{
color: #005972;
}
</style>
background-color css
<style>
a { background-color: #005972; }
a { background-color: rgb(0,89,114); }
div.DivClassName
{
background-color: #005972;
}
.BgClassName
{
background-color: #005972;
}
</style>
border-color css
<style>
span { border-color: #005972; }
span { border-color: rgb(0,89,114); }
td.TdClassName
{
border-color: #005972;
}
.TagClassName
{
border-color: #005972;
}
</style>