Shades of Blue Lagoon #015672
Tints of Blue Lagoon #015672
RGB
CMYK
RGB Variations
Color information
#015672 (or 0x015672) is known color: Blue Lagoon. HEX triplet: 01, 56 and 72. RGB value is (1,86,114). Sum of RGB (Red+Green+Blue) = 1+86+114=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #015672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015672 is #FEA98D. Grayscale: #3F3F3F. Windows color (decimal): -16689550 or 7493121. OLE color: 7493121.
HSL color Cylindrical-coordinate representation of color #015672: hue angle of 194.87º 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 #015672 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 86 | 114 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.55 |
| HSL | 194.87º | 0.98% | 0.23% | - |
| HSV(B) | 194.87º | 0.99% | 0.45% | - |
| XYZ | 6.38 | 7.88 | 17.1 | - |
| YUV | 63.78 | 156.34 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 114 | 0.99 | 0.25 | 0 | 0.55 | 194.87 | 0.98 | 0.23 |
| Hex | 1 | 56 | 72 | 63 | 19 | 0 | 37 | C3 | 62 | 17 |
| Octal | 1 | 126 | 162 | 143 | 31 | 0 | 67 | 303 | 142 | 27 |
| Binary | 1 | 1010110 | 1110010 | 1100011 | 11001 | 0 | 110111 | 11000011 | 1100010 | 10111 |
Color Harmonies of #015672
Complementary color
Monochromatic Colors of #015672
Black with #015672
Text Example
Text Example
White with #015672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015672; }
p { color: rgb(1,86,114); }
H1.HeaderClassName
{
color: #015672;
}
.AnyTagClassName
{
color: #015672;
}
</style>
background-color css
<style>
a { background-color: #015672; }
a { background-color: rgb(1,86,114); }
div.DivClassName
{
background-color: #015672;
}
.BgClassName
{
background-color: #015672;
}
</style>
border-color css
<style>
span { border-color: #015672; }
span { border-color: rgb(1,86,114); }
td.TdClassName
{
border-color: #015672;
}
.TagClassName
{
border-color: #015672;
}
</style>