Shades of Blue Lagoon #01516B
Tints of Blue Lagoon #01516B
RGB
CMYK
RGB Variations
Color information
#01516B (or 0x01516B) is known color: Blue Lagoon. HEX triplet: 01, 51 and 6B. RGB value is (1,81,107). Sum of RGB (Red+Green+Blue) = 1+81+107=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #01516B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01516B is #FEAE94. Grayscale: #3B3B3B. Windows color (decimal): -16690837 or 7033089. OLE color: 7033089.
HSL color Cylindrical-coordinate representation of color #01516B: hue angle of 194.72º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01516B is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 81 | 107 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.58 |
| HSL | 194.72º | 0.98% | 0.21% | - |
| HSV(B) | 194.72º | 0.99% | 0.42% | - |
| XYZ | 5.61 | 6.95 | 14.96 | - |
| YUV | 60.04 | 154.5 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 107 | 0.99 | 0.24 | 0 | 0.58 | 194.72 | 0.98 | 0.21 |
| Hex | 1 | 51 | 6B | 63 | 18 | 0 | 3A | C3 | 62 | 15 |
| Octal | 1 | 121 | 153 | 143 | 30 | 0 | 72 | 303 | 142 | 25 |
| Binary | 1 | 1010001 | 1101011 | 1100011 | 11000 | 0 | 111010 | 11000011 | 1100010 | 10101 |
Color Harmonies of #01516B
Complementary color
Monochromatic Colors of #01516B
Black with #01516B
Text Example
Text Example
White with #01516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01516B; }
p { color: rgb(1,81,107); }
H1.HeaderClassName
{
color: #01516B;
}
.AnyTagClassName
{
color: #01516B;
}
</style>
background-color css
<style>
a { background-color: #01516B; }
a { background-color: rgb(1,81,107); }
div.DivClassName
{
background-color: #01516B;
}
.BgClassName
{
background-color: #01516B;
}
</style>
border-color css
<style>
span { border-color: #01516B; }
span { border-color: rgb(1,81,107); }
td.TdClassName
{
border-color: #01516B;
}
.TagClassName
{
border-color: #01516B;
}
</style>