Shades of Blue Lagoon #016A7D
Tints of Blue Lagoon #016A7D
RGB
CMYK
RGB Variations
Color information
#016A7D (or 0x016A7D) is known color: Blue Lagoon. HEX triplet: 01, 6A and 7D. RGB value is (1,106,125). Sum of RGB (Red+Green+Blue) = 1+106+125=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #016A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A7D is #FE9582. Grayscale: #4C4C4C. Windows color (decimal): -16684419 or 8219137. OLE color: 8219137.
HSL color Cylindrical-coordinate representation of color #016A7D: hue angle of 189.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A7D is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 106 | 125 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.51 |
| HSL | 189.19º | 0.98% | 0.25% | - |
| HSV(B) | 189.19º | 0.99% | 0.49% | - |
| XYZ | 8.87 | 11.8 | 21.21 | - |
| YUV | 76.77 | 155.21 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 125 | 0.99 | 0.15 | 0 | 0.51 | 189.19 | 0.98 | 0.25 |
| Hex | 1 | 6A | 7D | 63 | F | 0 | 33 | BD | 62 | 19 |
| Octal | 1 | 152 | 175 | 143 | 17 | 0 | 63 | 275 | 142 | 31 |
| Binary | 1 | 1101010 | 1111101 | 1100011 | 1111 | 0 | 110011 | 10111101 | 1100010 | 11001 |
Color Harmonies of #016A7D
Complementary color
Monochromatic Colors of #016A7D
Black with #016A7D
Text Example
Text Example
White with #016A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016A7D; }
p { color: rgb(1,106,125); }
H1.HeaderClassName
{
color: #016A7D;
}
.AnyTagClassName
{
color: #016A7D;
}
</style>
background-color css
<style>
a { background-color: #016A7D; }
a { background-color: rgb(1,106,125); }
div.DivClassName
{
background-color: #016A7D;
}
.BgClassName
{
background-color: #016A7D;
}
</style>
border-color css
<style>
span { border-color: #016A7D; }
span { border-color: rgb(1,106,125); }
td.TdClassName
{
border-color: #016A7D;
}
.TagClassName
{
border-color: #016A7D;
}
</style>