Shades of Blue Lagoon #015C70
Tints of Blue Lagoon #015C70
RGB
CMYK
RGB Variations
Color information
#015C70 (or 0x015C70) is known color: Blue Lagoon. HEX triplet: 01, 5C and 70. RGB value is (1,92,112). Sum of RGB (Red+Green+Blue) = 1+92+112=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #015C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C70 is #FEA38F. Grayscale: #424242. Windows color (decimal): -16688016 or 7363585. OLE color: 7363585.
HSL color Cylindrical-coordinate representation of color #015C70: hue angle of 190.81º 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 #015C70 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 92 | 112 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.56 |
| HSL | 190.81º | 0.98% | 0.22% | - |
| HSV(B) | 190.81º | 0.99% | 0.44% | - |
| XYZ | 6.76 | 8.83 | 16.68 | - |
| YUV | 67.07 | 153.35 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 112 | 0.99 | 0.18 | 0 | 0.56 | 190.81 | 0.98 | 0.22 |
| Hex | 1 | 5C | 70 | 63 | 12 | 0 | 38 | BF | 62 | 16 |
| Octal | 1 | 134 | 160 | 143 | 22 | 0 | 70 | 277 | 142 | 26 |
| Binary | 1 | 1011100 | 1110000 | 1100011 | 10010 | 0 | 111000 | 10111111 | 1100010 | 10110 |
Color Harmonies of #015C70
Complementary color
Monochromatic Colors of #015C70
Black with #015C70
Text Example
Text Example
White with #015C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C70; }
p { color: rgb(1,92,112); }
H1.HeaderClassName
{
color: #015C70;
}
.AnyTagClassName
{
color: #015C70;
}
</style>
background-color css
<style>
a { background-color: #015C70; }
a { background-color: rgb(1,92,112); }
div.DivClassName
{
background-color: #015C70;
}
.BgClassName
{
background-color: #015C70;
}
</style>
border-color css
<style>
span { border-color: #015C70; }
span { border-color: rgb(1,92,112); }
td.TdClassName
{
border-color: #015C70;
}
.TagClassName
{
border-color: #015C70;
}
</style>