Shades of Blue Lagoon #0F5C70
Tints of Blue Lagoon #0F5C70
RGB
CMYK
RGB Variations
Color information
#0F5C70 (or 0x0F5C70) is known color: Blue Lagoon. HEX triplet: 0F, 5C and 70. RGB value is (15,92,112). Sum of RGB (Red+Green+Blue) = 15+92+112=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F5C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5C70 is #F0A38F. Grayscale: #474747. Windows color (decimal): -15770512 or 7363599. OLE color: 7363599.
HSL color Cylindrical-coordinate representation of color #0F5C70: hue angle of 192.37º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F5C70 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 92 | 112 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.56 |
| HSL | 192.37º | 0.76% | 0.25% | - |
| HSV(B) | 192.37º | 0.87% | 0.44% | - |
| XYZ | 6.95 | 8.93 | 16.69 | - |
| YUV | 71.26 | 150.99 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 92 | 112 | 0.87 | 0.18 | 0 | 0.56 | 192.37 | 0.76 | 0.25 |
| Hex | F | 5C | 70 | 57 | 12 | 0 | 38 | C0 | 4C | 19 |
| Octal | 17 | 134 | 160 | 127 | 22 | 0 | 70 | 300 | 114 | 31 |
| Binary | 1111 | 1011100 | 1110000 | 1010111 | 10010 | 0 | 111000 | 11000000 | 1001100 | 11001 |
Color Harmonies of #0F5C70
Complementary color
Monochromatic Colors of #0F5C70
Black with #0F5C70
Text Example
Text Example
White with #0F5C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5C70; }
p { color: rgb(15,92,112); }
H1.HeaderClassName
{
color: #0F5C70;
}
.AnyTagClassName
{
color: #0F5C70;
}
</style>
background-color css
<style>
a { background-color: #0F5C70; }
a { background-color: rgb(15,92,112); }
div.DivClassName
{
background-color: #0F5C70;
}
.BgClassName
{
background-color: #0F5C70;
}
</style>
border-color css
<style>
span { border-color: #0F5C70; }
span { border-color: rgb(15,92,112); }
td.TdClassName
{
border-color: #0F5C70;
}
.TagClassName
{
border-color: #0F5C70;
}
</style>