Shades of Blue Lagoon #016885
Tints of Blue Lagoon #016885
RGB
CMYK
RGB Variations
Color information
#016885 (or 0x016885) is known color: Blue Lagoon. HEX triplet: 01, 68 and 85. RGB value is (1,104,133). Sum of RGB (Red+Green+Blue) = 1+104+133=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #016885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016885 is #FE977A. Grayscale: #4C4C4C. Windows color (decimal): -16684923 or 8742913. OLE color: 8742913.
HSL color Cylindrical-coordinate representation of color #016885: hue angle of 193.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016885 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 104 | 133 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.48 |
| HSL | 193.18º | 0.99% | 0.26% | - |
| HSV(B) | 193.18º | 0.99% | 0.52% | - |
| XYZ | 9.2 | 11.6 | 23.94 | - |
| YUV | 76.51 | 159.88 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 133 | 0.99 | 0.22 | 0 | 0.48 | 193.18 | 0.99 | 0.26 |
| Hex | 1 | 68 | 85 | 63 | 16 | 0 | 30 | C1 | 63 | 1A |
| Octal | 1 | 150 | 205 | 143 | 26 | 0 | 60 | 301 | 143 | 32 |
| Binary | 1 | 1101000 | 10000101 | 1100011 | 10110 | 0 | 110000 | 11000001 | 1100011 | 11010 |
Color Harmonies of #016885
Complementary color
Monochromatic Colors of #016885
Black with #016885
Text Example
Text Example
White with #016885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016885; }
p { color: rgb(1,104,133); }
H1.HeaderClassName
{
color: #016885;
}
.AnyTagClassName
{
color: #016885;
}
</style>
background-color css
<style>
a { background-color: #016885; }
a { background-color: rgb(1,104,133); }
div.DivClassName
{
background-color: #016885;
}
.BgClassName
{
background-color: #016885;
}
</style>
border-color css
<style>
span { border-color: #016885; }
span { border-color: rgb(1,104,133); }
td.TdClassName
{
border-color: #016885;
}
.TagClassName
{
border-color: #016885;
}
</style>