Shades of Blue Lagoon #01586E
Tints of Blue Lagoon #01586E
RGB
CMYK
RGB Variations
Color information
#01586E (or 0x01586E) is known color: Blue Lagoon. HEX triplet: 01, 58 and 6E. RGB value is (1,88,110). Sum of RGB (Red+Green+Blue) = 1+88+110=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #01586E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01586E is #FEA791. Grayscale: #404040. Windows color (decimal): -16689042 or 7231489. OLE color: 7231489.
HSL color Cylindrical-coordinate representation of color #01586E: hue angle of 192.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01586E is Cyan = 0.99, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 88 | 110 | - |
| CMYK | 0.99 | 0.2 | 0 | 0.57 |
| HSL | 192.11º | 0.98% | 0.22% | - |
| HSV(B) | 192.11º | 0.99% | 0.43% | - |
| XYZ | 6.32 | 8.11 | 15.98 | - |
| YUV | 64.5 | 153.68 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 110 | 0.99 | 0.2 | 0 | 0.57 | 192.11 | 0.98 | 0.22 |
| Hex | 1 | 58 | 6E | 63 | 14 | 0 | 39 | C0 | 62 | 16 |
| Octal | 1 | 130 | 156 | 143 | 24 | 0 | 71 | 300 | 142 | 26 |
| Binary | 1 | 1011000 | 1101110 | 1100011 | 10100 | 0 | 111001 | 11000000 | 1100010 | 10110 |
Color Harmonies of #01586E
Complementary color
Monochromatic Colors of #01586E
Black with #01586E
Text Example
Text Example
White with #01586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01586E; }
p { color: rgb(1,88,110); }
H1.HeaderClassName
{
color: #01586E;
}
.AnyTagClassName
{
color: #01586E;
}
</style>
background-color css
<style>
a { background-color: #01586E; }
a { background-color: rgb(1,88,110); }
div.DivClassName
{
background-color: #01586E;
}
.BgClassName
{
background-color: #01586E;
}
</style>
border-color css
<style>
span { border-color: #01586E; }
span { border-color: rgb(1,88,110); }
td.TdClassName
{
border-color: #01586E;
}
.TagClassName
{
border-color: #01586E;
}
</style>