Shades of Blue Lagoon #01566A
Tints of Blue Lagoon #01566A
RGB
CMYK
RGB Variations
Color information
#01566A (or 0x01566A) is known color: Blue Lagoon. HEX triplet: 01, 56 and 6A. RGB value is (1,86,106). Sum of RGB (Red+Green+Blue) = 1+86+106=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #01566A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01566A is #FEA995. Grayscale: #3E3E3E. Windows color (decimal): -16689558 or 6968833. OLE color: 6968833.
HSL color Cylindrical-coordinate representation of color #01566A: hue angle of 191.43º 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 #01566A is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 86 | 106 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.58 |
| HSL | 191.43º | 0.98% | 0.21% | - |
| HSV(B) | 191.43º | 0.99% | 0.42% | - |
| XYZ | 5.94 | 7.7 | 14.81 | - |
| YUV | 62.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 106 | 0.99 | 0.19 | 0 | 0.58 | 191.43 | 0.98 | 0.21 |
| Hex | 1 | 56 | 6A | 63 | 13 | 0 | 3A | BF | 62 | 15 |
| Octal | 1 | 126 | 152 | 143 | 23 | 0 | 72 | 277 | 142 | 25 |
| Binary | 1 | 1010110 | 1101010 | 1100011 | 10011 | 0 | 111010 | 10111111 | 1100010 | 10101 |
Color Harmonies of #01566A
Complementary color
Monochromatic Colors of #01566A
Black with #01566A
Text Example
Text Example
White with #01566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01566A; }
p { color: rgb(1,86,106); }
H1.HeaderClassName
{
color: #01566A;
}
.AnyTagClassName
{
color: #01566A;
}
</style>
background-color css
<style>
a { background-color: #01566A; }
a { background-color: rgb(1,86,106); }
div.DivClassName
{
background-color: #01566A;
}
.BgClassName
{
background-color: #01566A;
}
</style>
border-color css
<style>
span { border-color: #01566A; }
span { border-color: rgb(1,86,106); }
td.TdClassName
{
border-color: #01566A;
}
.TagClassName
{
border-color: #01566A;
}
</style>