Shades of Blue Lagoon #005870
Tints of Blue Lagoon #005870
RGB
CMYK
RGB Variations
Color information
#005870 (or 0x005870) is known color: Blue Lagoon. HEX triplet: 00, 58 and 70. RGB value is (0,88,112). Sum of RGB (Red+Green+Blue) = 0+88+112=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #005870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005870 is #FFA78F. Grayscale: #404040. Windows color (decimal): -16754576 or 7362560. OLE color: 7362560.
HSL color Cylindrical-coordinate representation of color #005870: hue angle of 192.86º 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 #005870 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 88 | 112 | - |
| CMYK | 1 | 0.21 | 0 | 0.56 |
| HSL | 192.86º | 1% | 0.22% | - |
| HSV(B) | 192.86º | 1% | 0.44% | - |
| XYZ | 6.41 | 8.15 | 16.56 | - |
| YUV | 64.42 | 154.85 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 112 | 1 | 0.21 | 0 | 0.56 | 192.86 | 1 | 0.22 |
| Hex | 0 | 58 | 70 | 64 | 15 | 0 | 38 | C1 | 64 | 16 |
| Octal | 0 | 130 | 160 | 144 | 25 | 0 | 70 | 301 | 144 | 26 |
| Binary | 0 | 1011000 | 1110000 | 1100100 | 10101 | 0 | 111000 | 11000001 | 1100100 | 10110 |
Color Harmonies of #005870
Complementary color
Monochromatic Colors of #005870
Black with #005870
Text Example
Text Example
White with #005870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005870; }
p { color: rgb(0,88,112); }
H1.HeaderClassName
{
color: #005870;
}
.AnyTagClassName
{
color: #005870;
}
</style>
background-color css
<style>
a { background-color: #005870; }
a { background-color: rgb(0,88,112); }
div.DivClassName
{
background-color: #005870;
}
.BgClassName
{
background-color: #005870;
}
</style>
border-color css
<style>
span { border-color: #005870; }
span { border-color: rgb(0,88,112); }
td.TdClassName
{
border-color: #005870;
}
.TagClassName
{
border-color: #005870;
}
</style>