Shades of Blue Lagoon #015163
Tints of Blue Lagoon #015163
RGB
CMYK
RGB Variations
Color information
#015163 (or 0x015163) is known color: Blue Lagoon. HEX triplet: 01, 51 and 63. RGB value is (1,81,99). Sum of RGB (Red+Green+Blue) = 1+81+99=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #015163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015163 is #FEAE9C. Grayscale: #3A3A3A. Windows color (decimal): -16690845 or 6508801. OLE color: 6508801.
HSL color Cylindrical-coordinate representation of color #015163: hue angle of 191.02º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015163 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 81 | 99 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.61 |
| HSL | 191.02º | 0.98% | 0.2% | - |
| HSV(B) | 191.02º | 0.99% | 0.39% | - |
| XYZ | 5.21 | 6.79 | 12.84 | - |
| YUV | 59.13 | 150.5 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 99 | 0.99 | 0.18 | 0 | 0.61 | 191.02 | 0.98 | 0.2 |
| Hex | 1 | 51 | 63 | 63 | 12 | 0 | 3D | BF | 62 | 14 |
| Octal | 1 | 121 | 143 | 143 | 22 | 0 | 75 | 277 | 142 | 24 |
| Binary | 1 | 1010001 | 1100011 | 1100011 | 10010 | 0 | 111101 | 10111111 | 1100010 | 10100 |
Color Harmonies of #015163
Complementary color
Monochromatic Colors of #015163
Black with #015163
Text Example
Text Example
White with #015163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015163; }
p { color: rgb(1,81,99); }
H1.HeaderClassName
{
color: #015163;
}
.AnyTagClassName
{
color: #015163;
}
</style>
background-color css
<style>
a { background-color: #015163; }
a { background-color: rgb(1,81,99); }
div.DivClassName
{
background-color: #015163;
}
.BgClassName
{
background-color: #015163;
}
</style>
border-color css
<style>
span { border-color: #015163; }
span { border-color: rgb(1,81,99); }
td.TdClassName
{
border-color: #015163;
}
.TagClassName
{
border-color: #015163;
}
</style>