Shades of Blue Lagoon #01606D
Tints of Blue Lagoon #01606D
RGB
CMYK
RGB Variations
Color information
#01606D (or 0x01606D) is known color: Blue Lagoon. HEX triplet: 01, 60 and 6D. RGB value is (1,96,109). Sum of RGB (Red+Green+Blue) = 1+96+109=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #01606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01606D is #FE9F92. Grayscale: #444444. Windows color (decimal): -16686995 or 7168001. OLE color: 7168001.
HSL color Cylindrical-coordinate representation of color #01606D: hue angle of 187.22º 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 #01606D is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 96 | 109 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.57 |
| HSL | 187.22º | 0.98% | 0.22% | - |
| HSV(B) | 187.22º | 0.99% | 0.43% | - |
| XYZ | 6.96 | 9.48 | 15.93 | - |
| YUV | 69.08 | 150.53 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 109 | 0.99 | 0.12 | 0 | 0.57 | 187.22 | 0.98 | 0.22 |
| Hex | 1 | 60 | 6D | 63 | C | 0 | 39 | BB | 62 | 16 |
| Octal | 1 | 140 | 155 | 143 | 14 | 0 | 71 | 273 | 142 | 26 |
| Binary | 1 | 1100000 | 1101101 | 1100011 | 1100 | 0 | 111001 | 10111011 | 1100010 | 10110 |
Color Harmonies of #01606D
Complementary color
Monochromatic Colors of #01606D
Black with #01606D
Text Example
Text Example
White with #01606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01606D; }
p { color: rgb(1,96,109); }
H1.HeaderClassName
{
color: #01606D;
}
.AnyTagClassName
{
color: #01606D;
}
</style>
background-color css
<style>
a { background-color: #01606D; }
a { background-color: rgb(1,96,109); }
div.DivClassName
{
background-color: #01606D;
}
.BgClassName
{
background-color: #01606D;
}
</style>
border-color css
<style>
span { border-color: #01606D; }
span { border-color: rgb(1,96,109); }
td.TdClassName
{
border-color: #01606D;
}
.TagClassName
{
border-color: #01606D;
}
</style>