Shades of Blue Lagoon #01586C
Tints of Blue Lagoon #01586C
RGB
CMYK
RGB Variations
Color information
#01586C (or 0x01586C) is known color: Blue Lagoon. HEX triplet: 01, 58 and 6C. RGB value is (1,88,108). Sum of RGB (Red+Green+Blue) = 1+88+108=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #01586C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01586C is #FEA793. Grayscale: #404040. Windows color (decimal): -16689044 or 7100417. OLE color: 7100417.
HSL color Cylindrical-coordinate representation of color #01586C: hue angle of 191.21º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01586C is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 88 | 108 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.58 |
| HSL | 191.22º | 0.98% | 0.21% | - |
| HSV(B) | 191.22º | 0.99% | 0.42% | - |
| XYZ | 6.21 | 8.07 | 15.42 | - |
| YUV | 64.27 | 152.68 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 108 | 0.99 | 0.19 | 0 | 0.58 | 191.22 | 0.98 | 0.21 |
| Hex | 1 | 58 | 6C | 63 | 13 | 0 | 3A | BF | 62 | 15 |
| Octal | 1 | 130 | 154 | 143 | 23 | 0 | 72 | 277 | 142 | 25 |
| Binary | 1 | 1011000 | 1101100 | 1100011 | 10011 | 0 | 111010 | 10111111 | 1100010 | 10101 |
Color Harmonies of #01586C
Complementary color
Monochromatic Colors of #01586C
Black with #01586C
Text Example
Text Example
White with #01586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01586C; }
p { color: rgb(1,88,108); }
H1.HeaderClassName
{
color: #01586C;
}
.AnyTagClassName
{
color: #01586C;
}
</style>
background-color css
<style>
a { background-color: #01586C; }
a { background-color: rgb(1,88,108); }
div.DivClassName
{
background-color: #01586C;
}
.BgClassName
{
background-color: #01586C;
}
</style>
border-color css
<style>
span { border-color: #01586C; }
span { border-color: rgb(1,88,108); }
td.TdClassName
{
border-color: #01586C;
}
.TagClassName
{
border-color: #01586C;
}
</style>