Shades of Blue Lagoon #016C83
Tints of Blue Lagoon #016C83
RGB
CMYK
RGB Variations
Color information
#016C83 (or 0x016C83) is known color: Blue Lagoon. HEX triplet: 01, 6C and 83. RGB value is (1,108,131). Sum of RGB (Red+Green+Blue) = 1+108+131=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #016C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C83 is #FE937C. Grayscale: #4E4E4E. Windows color (decimal): -16683901 or 8612865. OLE color: 8612865.
HSL color Cylindrical-coordinate representation of color #016C83: hue angle of 190.62º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C83 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 108 | 131 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.49 |
| HSL | 190.62º | 0.98% | 0.26% | - |
| HSV(B) | 190.62º | 0.99% | 0.51% | - |
| XYZ | 9.47 | 12.37 | 23.36 | - |
| YUV | 78.63 | 157.55 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 131 | 0.99 | 0.18 | 0 | 0.49 | 190.62 | 0.98 | 0.26 |
| Hex | 1 | 6C | 83 | 63 | 12 | 0 | 31 | BF | 62 | 1A |
| Octal | 1 | 154 | 203 | 143 | 22 | 0 | 61 | 277 | 142 | 32 |
| Binary | 1 | 1101100 | 10000011 | 1100011 | 10010 | 0 | 110001 | 10111111 | 1100010 | 11010 |
Color Harmonies of #016C83
Complementary color
Monochromatic Colors of #016C83
Black with #016C83
Text Example
Text Example
White with #016C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C83; }
p { color: rgb(1,108,131); }
H1.HeaderClassName
{
color: #016C83;
}
.AnyTagClassName
{
color: #016C83;
}
</style>
background-color css
<style>
a { background-color: #016C83; }
a { background-color: rgb(1,108,131); }
div.DivClassName
{
background-color: #016C83;
}
.BgClassName
{
background-color: #016C83;
}
</style>
border-color css
<style>
span { border-color: #016C83; }
span { border-color: rgb(1,108,131); }
td.TdClassName
{
border-color: #016C83;
}
.TagClassName
{
border-color: #016C83;
}
</style>