Shades of Blue Lagoon #01606C
Tints of Blue Lagoon #01606C
RGB
CMYK
RGB Variations
Color information
#01606C (or 0x01606C) is known color: Blue Lagoon. HEX triplet: 01, 60 and 6C. RGB value is (1,96,108). Sum of RGB (Red+Green+Blue) = 1+96+108=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #01606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01606C is #FE9F93. Grayscale: #444444. Windows color (decimal): -16686996 or 7102465. OLE color: 7102465.
HSL color Cylindrical-coordinate representation of color #01606C: hue angle of 186.73º 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 #01606C is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 96 | 108 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.58 |
| HSL | 186.73º | 0.98% | 0.21% | - |
| HSV(B) | 186.73º | 0.99% | 0.42% | - |
| XYZ | 6.9 | 9.45 | 15.65 | - |
| YUV | 68.96 | 150.03 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 108 | 0.99 | 0.11 | 0 | 0.58 | 186.73 | 0.98 | 0.21 |
| Hex | 1 | 60 | 6C | 63 | B | 0 | 3A | BB | 62 | 15 |
| Octal | 1 | 140 | 154 | 143 | 13 | 0 | 72 | 273 | 142 | 25 |
| Binary | 1 | 1100000 | 1101100 | 1100011 | 1011 | 0 | 111010 | 10111011 | 1100010 | 10101 |
Color Harmonies of #01606C
Complementary color
Monochromatic Colors of #01606C
Black with #01606C
Text Example
Text Example
White with #01606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01606C; }
p { color: rgb(1,96,108); }
H1.HeaderClassName
{
color: #01606C;
}
.AnyTagClassName
{
color: #01606C;
}
</style>
background-color css
<style>
a { background-color: #01606C; }
a { background-color: rgb(1,96,108); }
div.DivClassName
{
background-color: #01606C;
}
.BgClassName
{
background-color: #01606C;
}
</style>
border-color css
<style>
span { border-color: #01606C; }
span { border-color: rgb(1,96,108); }
td.TdClassName
{
border-color: #01606C;
}
.TagClassName
{
border-color: #01606C;
}
</style>