Shades of Blue Lagoon #015173
Tints of Blue Lagoon #015173
RGB
CMYK
RGB Variations
Color information
#015173 (or 0x015173) is known color: Blue Lagoon. HEX triplet: 01, 51 and 73. RGB value is (1,81,115). Sum of RGB (Red+Green+Blue) = 1+81+115=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #015173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015173 is #FEAE8C. Grayscale: #3C3C3C. Windows color (decimal): -16690829 or 7557377. OLE color: 7557377.
HSL color Cylindrical-coordinate representation of color #015173: hue angle of 197.89º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015173 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 81 | 115 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.55 |
| HSL | 197.89º | 0.98% | 0.23% | - |
| HSV(B) | 197.89º | 0.99% | 0.45% | - |
| XYZ | 6.05 | 7.13 | 17.28 | - |
| YUV | 60.96 | 158.5 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 115 | 0.99 | 0.30 | 0 | 0.55 | 197.89 | 0.98 | 0.23 |
| Hex | 1 | 51 | 73 | 63 | 1E | 0 | 37 | C6 | 62 | 17 |
| Octal | 1 | 121 | 163 | 143 | 36 | 0 | 67 | 306 | 142 | 27 |
| Binary | 1 | 1010001 | 1110011 | 1100011 | 11110 | 0 | 110111 | 11000110 | 1100010 | 10111 |
Color Harmonies of #015173
Complementary color
Monochromatic Colors of #015173
Black with #015173
Text Example
Text Example
White with #015173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015173; }
p { color: rgb(1,81,115); }
H1.HeaderClassName
{
color: #015173;
}
.AnyTagClassName
{
color: #015173;
}
</style>
background-color css
<style>
a { background-color: #015173; }
a { background-color: rgb(1,81,115); }
div.DivClassName
{
background-color: #015173;
}
.BgClassName
{
background-color: #015173;
}
</style>
border-color css
<style>
span { border-color: #015173; }
span { border-color: rgb(1,81,115); }
td.TdClassName
{
border-color: #015173;
}
.TagClassName
{
border-color: #015173;
}
</style>