Shades of Blue Lagoon #016769
Tints of Blue Lagoon #016769
RGB
CMYK
RGB Variations
Color information
#016769 (or 0x016769) is known color: Blue Lagoon. HEX triplet: 01, 67 and 69. RGB value is (1,103,105). Sum of RGB (Red+Green+Blue) = 1+103+105=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #016769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016769 is #FE9896. Grayscale: #484848. Windows color (decimal): -16685207 or 6907649. OLE color: 6907649.
HSL color Cylindrical-coordinate representation of color #016769: hue angle of 181.15º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016769 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 103 | 105 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.59 |
| HSL | 181.15º | 0.98% | 0.21% | - |
| HSV(B) | 181.15º | 0.99% | 0.41% | - |
| XYZ | 7.41 | 10.73 | 15.04 | - |
| YUV | 72.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 105 | 0.99 | 0.02 | 0 | 0.59 | 181.15 | 0.98 | 0.21 |
| Hex | 1 | 67 | 69 | 63 | 2 | 0 | 3B | B5 | 62 | 15 |
| Octal | 1 | 147 | 151 | 143 | 2 | 0 | 73 | 265 | 142 | 25 |
| Binary | 1 | 1100111 | 1101001 | 1100011 | 10 | 0 | 111011 | 10110101 | 1100010 | 10101 |
Color Harmonies of #016769
Complementary color
Monochromatic Colors of #016769
Black with #016769
Text Example
Text Example
White with #016769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016769; }
p { color: rgb(1,103,105); }
H1.HeaderClassName
{
color: #016769;
}
.AnyTagClassName
{
color: #016769;
}
</style>
background-color css
<style>
a { background-color: #016769; }
a { background-color: rgb(1,103,105); }
div.DivClassName
{
background-color: #016769;
}
.BgClassName
{
background-color: #016769;
}
</style>
border-color css
<style>
span { border-color: #016769; }
span { border-color: rgb(1,103,105); }
td.TdClassName
{
border-color: #016769;
}
.TagClassName
{
border-color: #016769;
}
</style>