Shades of Blue Lagoon #015C71
Tints of Blue Lagoon #015C71
RGB
CMYK
RGB Variations
Color information
#015C71 (or 0x015C71) is known color: Blue Lagoon. HEX triplet: 01, 5C and 71. RGB value is (1,92,113). Sum of RGB (Red+Green+Blue) = 1+92+113=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #015C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C71 is #FEA38E. Grayscale: #434343. Windows color (decimal): -16688015 or 7429121. OLE color: 7429121.
HSL color Cylindrical-coordinate representation of color #015C71: hue angle of 191.25º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C71 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 92 | 113 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.56 |
| HSL | 191.25º | 0.98% | 0.22% | - |
| HSV(B) | 191.25º | 0.99% | 0.44% | - |
| XYZ | 6.82 | 8.85 | 16.97 | - |
| YUV | 67.19 | 153.85 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 113 | 0.99 | 0.19 | 0 | 0.56 | 191.25 | 0.98 | 0.22 |
| Hex | 1 | 5C | 71 | 63 | 13 | 0 | 38 | BF | 62 | 16 |
| Octal | 1 | 134 | 161 | 143 | 23 | 0 | 70 | 277 | 142 | 26 |
| Binary | 1 | 1011100 | 1110001 | 1100011 | 10011 | 0 | 111000 | 10111111 | 1100010 | 10110 |
Color Harmonies of #015C71
Complementary color
Monochromatic Colors of #015C71
Black with #015C71
Text Example
Text Example
White with #015C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C71; }
p { color: rgb(1,92,113); }
H1.HeaderClassName
{
color: #015C71;
}
.AnyTagClassName
{
color: #015C71;
}
</style>
background-color css
<style>
a { background-color: #015C71; }
a { background-color: rgb(1,92,113); }
div.DivClassName
{
background-color: #015C71;
}
.BgClassName
{
background-color: #015C71;
}
</style>
border-color css
<style>
span { border-color: #015C71; }
span { border-color: rgb(1,92,113); }
td.TdClassName
{
border-color: #015C71;
}
.TagClassName
{
border-color: #015C71;
}
</style>