Shades of Blue Lagoon #0F5570
Tints of Blue Lagoon #0F5570
RGB
CMYK
RGB Variations
Color information
#0F5570 (or 0x0F5570) is known color: Blue Lagoon. HEX triplet: 0F, 55 and 70. RGB value is (15,85,112). Sum of RGB (Red+Green+Blue) = 15+85+112=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F5570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5570 is #F0AA8F. Grayscale: #424242. Windows color (decimal): -15772304 or 7361807. OLE color: 7361807.
HSL color Cylindrical-coordinate representation of color #0F5570: hue angle of 196.7º 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 #0F5570 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 85 | 112 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.56 |
| HSL | 196.7º | 0.76% | 0.25% | - |
| HSV(B) | 196.7º | 0.87% | 0.44% | - |
| XYZ | 6.37 | 7.77 | 16.49 | - |
| YUV | 67.15 | 153.31 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 112 | 0.87 | 0.24 | 0 | 0.56 | 196.7 | 0.76 | 0.25 |
| Hex | F | 55 | 70 | 57 | 18 | 0 | 38 | C5 | 4C | 19 |
| Octal | 17 | 125 | 160 | 127 | 30 | 0 | 70 | 305 | 114 | 31 |
| Binary | 1111 | 1010101 | 1110000 | 1010111 | 11000 | 0 | 111000 | 11000101 | 1001100 | 11001 |
Color Harmonies of #0F5570
Complementary color
Monochromatic Colors of #0F5570
Black with #0F5570
Text Example
Text Example
White with #0F5570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5570; }
p { color: rgb(15,85,112); }
H1.HeaderClassName
{
color: #0F5570;
}
.AnyTagClassName
{
color: #0F5570;
}
</style>
background-color css
<style>
a { background-color: #0F5570; }
a { background-color: rgb(15,85,112); }
div.DivClassName
{
background-color: #0F5570;
}
.BgClassName
{
background-color: #0F5570;
}
</style>
border-color css
<style>
span { border-color: #0F5570; }
span { border-color: rgb(15,85,112); }
td.TdClassName
{
border-color: #0F5570;
}
.TagClassName
{
border-color: #0F5570;
}
</style>