Shades of Blue Lagoon #0F5565
Tints of Blue Lagoon #0F5565
RGB
CMYK
RGB Variations
Color information
#0F5565 (or 0x0F5565) is known color: Blue Lagoon. HEX triplet: 0F, 55 and 65. RGB value is (15,85,101). Sum of RGB (Red+Green+Blue) = 15+85+101=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #0F5565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5565 is #F0AA9A. Grayscale: #414141. Windows color (decimal): -15772315 or 6640911. OLE color: 6640911.
HSL color Cylindrical-coordinate representation of color #0F5565: hue angle of 191.16º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F5565 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 85 | 101 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.60 |
| HSL | 191.16º | 0.74% | 0.23% | - |
| HSV(B) | 191.16º | 0.85% | 0.4% | - |
| XYZ | 5.79 | 7.54 | 13.46 | - |
| YUV | 65.89 | 147.81 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 101 | 0.85 | 0.16 | 0 | 0.60 | 191.16 | 0.74 | 0.23 |
| Hex | F | 55 | 65 | 55 | 10 | 0 | 3C | BF | 4A | 17 |
| Octal | 17 | 125 | 145 | 125 | 20 | 0 | 74 | 277 | 112 | 27 |
| Binary | 1111 | 1010101 | 1100101 | 1010101 | 10000 | 0 | 111100 | 10111111 | 1001010 | 10111 |
Color Harmonies of #0F5565
Complementary color
Monochromatic Colors of #0F5565
Black with #0F5565
Text Example
Text Example
White with #0F5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5565; }
p { color: rgb(15,85,101); }
H1.HeaderClassName
{
color: #0F5565;
}
.AnyTagClassName
{
color: #0F5565;
}
</style>
background-color css
<style>
a { background-color: #0F5565; }
a { background-color: rgb(15,85,101); }
div.DivClassName
{
background-color: #0F5565;
}
.BgClassName
{
background-color: #0F5565;
}
</style>
border-color css
<style>
span { border-color: #0F5565; }
span { border-color: rgb(15,85,101); }
td.TdClassName
{
border-color: #0F5565;
}
.TagClassName
{
border-color: #0F5565;
}
</style>