Shades of Blue Lagoon #0F5C73
Tints of Blue Lagoon #0F5C73
RGB
CMYK
RGB Variations
Color information
#0F5C73 (or 0x0F5C73) is known color: Blue Lagoon. HEX triplet: 0F, 5C and 73. RGB value is (15,92,115). Sum of RGB (Red+Green+Blue) = 15+92+115=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #0F5C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5C73 is #F0A38C. Grayscale: #474747. Windows color (decimal): -15770509 or 7560207. OLE color: 7560207.
HSL color Cylindrical-coordinate representation of color #0F5C73: hue angle of 193.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F5C73 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 92 | 115 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.55 |
| HSL | 193.8º | 0.77% | 0.25% | - |
| HSV(B) | 193.8º | 0.87% | 0.45% | - |
| XYZ | 7.12 | 8.99 | 17.58 | - |
| YUV | 71.6 | 152.49 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 92 | 115 | 0.87 | 0.20 | 0 | 0.55 | 193.8 | 0.77 | 0.25 |
| Hex | F | 5C | 73 | 57 | 14 | 0 | 37 | C2 | 4D | 19 |
| Octal | 17 | 134 | 163 | 127 | 24 | 0 | 67 | 302 | 115 | 31 |
| Binary | 1111 | 1011100 | 1110011 | 1010111 | 10100 | 0 | 110111 | 11000010 | 1001101 | 11001 |
Color Harmonies of #0F5C73
Complementary color
Monochromatic Colors of #0F5C73
Black with #0F5C73
Text Example
Text Example
White with #0F5C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5C73; }
p { color: rgb(15,92,115); }
H1.HeaderClassName
{
color: #0F5C73;
}
.AnyTagClassName
{
color: #0F5C73;
}
</style>
background-color css
<style>
a { background-color: #0F5C73; }
a { background-color: rgb(15,92,115); }
div.DivClassName
{
background-color: #0F5C73;
}
.BgClassName
{
background-color: #0F5C73;
}
</style>
border-color css
<style>
span { border-color: #0F5C73; }
span { border-color: rgb(15,92,115); }
td.TdClassName
{
border-color: #0F5C73;
}
.TagClassName
{
border-color: #0F5C73;
}
</style>