Shades of Blue Lagoon #016683
Tints of Blue Lagoon #016683
RGB
CMYK
RGB Variations
Color information
#016683 (or 0x016683) is known color: Blue Lagoon. HEX triplet: 01, 66 and 83. RGB value is (1,102,131). Sum of RGB (Red+Green+Blue) = 1+102+131=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #016683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016683 is #FE997C. Grayscale: #4A4A4A. Windows color (decimal): -16685437 or 8611329. OLE color: 8611329.
HSL color Cylindrical-coordinate representation of color #016683: hue angle of 193.38º 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 #016683 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 102 | 131 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.49 |
| HSL | 193.38º | 0.98% | 0.26% | - |
| HSV(B) | 193.38º | 0.99% | 0.51% | - |
| XYZ | 8.86 | 11.15 | 23.16 | - |
| YUV | 75.11 | 159.54 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 131 | 0.99 | 0.22 | 0 | 0.49 | 193.38 | 0.98 | 0.26 |
| Hex | 1 | 66 | 83 | 63 | 16 | 0 | 31 | C1 | 62 | 1A |
| Octal | 1 | 146 | 203 | 143 | 26 | 0 | 61 | 301 | 142 | 32 |
| Binary | 1 | 1100110 | 10000011 | 1100011 | 10110 | 0 | 110001 | 11000001 | 1100010 | 11010 |
Color Harmonies of #016683
Complementary color
Monochromatic Colors of #016683
Black with #016683
Text Example
Text Example
White with #016683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016683; }
p { color: rgb(1,102,131); }
H1.HeaderClassName
{
color: #016683;
}
.AnyTagClassName
{
color: #016683;
}
</style>
background-color css
<style>
a { background-color: #016683; }
a { background-color: rgb(1,102,131); }
div.DivClassName
{
background-color: #016683;
}
.BgClassName
{
background-color: #016683;
}
</style>
border-color css
<style>
span { border-color: #016683; }
span { border-color: rgb(1,102,131); }
td.TdClassName
{
border-color: #016683;
}
.TagClassName
{
border-color: #016683;
}
</style>