Shades of Blue Lagoon #01566F
Tints of Blue Lagoon #01566F
RGB
CMYK
RGB Variations
Color information
#01566F (or 0x01566F) is known color: Blue Lagoon. HEX triplet: 01, 56 and 6F. RGB value is (1,86,111). Sum of RGB (Red+Green+Blue) = 1+86+111=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #01566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01566F is #FEA990. Grayscale: #3F3F3F. Windows color (decimal): -16689553 or 7296513. OLE color: 7296513.
HSL color Cylindrical-coordinate representation of color #01566F: hue angle of 193.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01566F is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 86 | 111 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.56 |
| HSL | 193.64º | 0.98% | 0.22% | - |
| HSV(B) | 193.64º | 0.99% | 0.44% | - |
| XYZ | 6.21 | 7.81 | 16.22 | - |
| YUV | 63.44 | 154.84 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 111 | 0.99 | 0.23 | 0 | 0.56 | 193.64 | 0.98 | 0.22 |
| Hex | 1 | 56 | 6F | 63 | 17 | 0 | 38 | C2 | 62 | 16 |
| Octal | 1 | 126 | 157 | 143 | 27 | 0 | 70 | 302 | 142 | 26 |
| Binary | 1 | 1010110 | 1101111 | 1100011 | 10111 | 0 | 111000 | 11000010 | 1100010 | 10110 |
Color Harmonies of #01566F
Complementary color
Monochromatic Colors of #01566F
Black with #01566F
Text Example
Text Example
White with #01566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01566F; }
p { color: rgb(1,86,111); }
H1.HeaderClassName
{
color: #01566F;
}
.AnyTagClassName
{
color: #01566F;
}
</style>
background-color css
<style>
a { background-color: #01566F; }
a { background-color: rgb(1,86,111); }
div.DivClassName
{
background-color: #01566F;
}
.BgClassName
{
background-color: #01566F;
}
</style>
border-color css
<style>
span { border-color: #01566F; }
span { border-color: rgb(1,86,111); }
td.TdClassName
{
border-color: #01566F;
}
.TagClassName
{
border-color: #01566F;
}
</style>