Shades of Blue Lagoon #015973
Tints of Blue Lagoon #015973
RGB
CMYK
RGB Variations
Color information
#015973 (or 0x015973) is known color: Blue Lagoon. HEX triplet: 01, 59 and 73. RGB value is (1,89,115). Sum of RGB (Red+Green+Blue) = 1+89+115=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #015973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015973 is #FEA68C. Grayscale: #414141. Windows color (decimal): -16688781 or 7559425. OLE color: 7559425.
HSL color Cylindrical-coordinate representation of color #015973: hue angle of 193.68º 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 #015973 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 89 | 115 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.55 |
| HSL | 193.68º | 0.98% | 0.23% | - |
| HSV(B) | 193.68º | 0.99% | 0.45% | - |
| XYZ | 6.68 | 8.39 | 17.49 | - |
| YUV | 65.65 | 155.85 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 115 | 0.99 | 0.23 | 0 | 0.55 | 193.68 | 0.98 | 0.23 |
| Hex | 1 | 59 | 73 | 63 | 17 | 0 | 37 | C2 | 62 | 17 |
| Octal | 1 | 131 | 163 | 143 | 27 | 0 | 67 | 302 | 142 | 27 |
| Binary | 1 | 1011001 | 1110011 | 1100011 | 10111 | 0 | 110111 | 11000010 | 1100010 | 10111 |
Color Harmonies of #015973
Complementary color
Monochromatic Colors of #015973
Black with #015973
Text Example
Text Example
White with #015973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015973; }
p { color: rgb(1,89,115); }
H1.HeaderClassName
{
color: #015973;
}
.AnyTagClassName
{
color: #015973;
}
</style>
background-color css
<style>
a { background-color: #015973; }
a { background-color: rgb(1,89,115); }
div.DivClassName
{
background-color: #015973;
}
.BgClassName
{
background-color: #015973;
}
</style>
border-color css
<style>
span { border-color: #015973; }
span { border-color: rgb(1,89,115); }
td.TdClassName
{
border-color: #015973;
}
.TagClassName
{
border-color: #015973;
}
</style>