Shades of Blue Lagoon #0F5563
Tints of Blue Lagoon #0F5563
RGB
CMYK
RGB Variations
Color information
#0F5563 (or 0x0F5563) is known color: Blue Lagoon. HEX triplet: 0F, 55 and 63. RGB value is (15,85,99). Sum of RGB (Red+Green+Blue) = 15+85+99=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F5563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5563 is #F0AA9C. Grayscale: #414141. Windows color (decimal): -15772317 or 6509839. OLE color: 6509839.
HSL color Cylindrical-coordinate representation of color #0F5563: hue angle of 190º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F5563 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 15 | 85 | 99 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.61 |
| HSL | 190º | 0.74% | 0.22% | - |
| HSV(B) | 190º | 0.85% | 0.39% | - |
| XYZ | 5.7 | 7.5 | 12.95 | - |
| YUV | 65.67 | 146.81 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 99 | 0.85 | 0.14 | 0 | 0.61 | 190 | 0.74 | 0.22 |
| Hex | F | 55 | 63 | 55 | E | 0 | 3D | BE | 4A | 16 |
| Octal | 17 | 125 | 143 | 125 | 16 | 0 | 75 | 276 | 112 | 26 |
| Binary | 1111 | 1010101 | 1100011 | 1010101 | 1110 | 0 | 111101 | 10111110 | 1001010 | 10110 |
Color Harmonies of #0F5563
Complementary color
Monochromatic Colors of #0F5563
Black with #0F5563
Text Example
Text Example
White with #0F5563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5563; }
p { color: rgb(15,85,99); }
H1.HeaderClassName
{
color: #0F5563;
}
.AnyTagClassName
{
color: #0F5563;
}
</style>
background-color css
<style>
a { background-color: #0F5563; }
a { background-color: rgb(15,85,99); }
div.DivClassName
{
background-color: #0F5563;
}
.BgClassName
{
background-color: #0F5563;
}
</style>
border-color css
<style>
span { border-color: #0F5563; }
span { border-color: rgb(15,85,99); }
td.TdClassName
{
border-color: #0F5563;
}
.TagClassName
{
border-color: #0F5563;
}
</style>