Shades of Blue Lagoon #005970
Tints of Blue Lagoon #005970
RGB
CMYK
RGB Variations
Color information
#005970 (or 0x005970) is known color: Blue Lagoon. HEX triplet: 00, 59 and 70. RGB value is (0,89,112). Sum of RGB (Red+Green+Blue) = 0+89+112=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #005970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005970 is #FFA68F. Grayscale: #404040. Windows color (decimal): -16754320 or 7362816. OLE color: 7362816.
HSL color Cylindrical-coordinate representation of color #005970: hue angle of 192.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005970 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 89 | 112 | - |
| CMYK | 1 | 0.21 | 0 | 0.56 |
| HSL | 192.32º | 1% | 0.22% | - |
| HSV(B) | 192.32º | 1% | 0.44% | - |
| XYZ | 6.5 | 8.31 | 16.59 | - |
| YUV | 65.01 | 154.51 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 112 | 1 | 0.21 | 0 | 0.56 | 192.32 | 1 | 0.22 |
| Hex | 0 | 59 | 70 | 64 | 15 | 0 | 38 | C0 | 64 | 16 |
| Octal | 0 | 131 | 160 | 144 | 25 | 0 | 70 | 300 | 144 | 26 |
| Binary | 0 | 1011001 | 1110000 | 1100100 | 10101 | 0 | 111000 | 11000000 | 1100100 | 10110 |
Color Harmonies of #005970
Complementary color
Monochromatic Colors of #005970
Black with #005970
Text Example
Text Example
White with #005970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005970; }
p { color: rgb(0,89,112); }
H1.HeaderClassName
{
color: #005970;
}
.AnyTagClassName
{
color: #005970;
}
</style>
background-color css
<style>
a { background-color: #005970; }
a { background-color: rgb(0,89,112); }
div.DivClassName
{
background-color: #005970;
}
.BgClassName
{
background-color: #005970;
}
</style>
border-color css
<style>
span { border-color: #005970; }
span { border-color: rgb(0,89,112); }
td.TdClassName
{
border-color: #005970;
}
.TagClassName
{
border-color: #005970;
}
</style>