Shades of Dark Cerulean #0F5686
Tints of Dark Cerulean #0F5686
RGB
CMYK
RGB Variations
Color information
#0F5686 (or 0x0F5686) is known color: Dark Cerulean. HEX triplet: 0F, 56 and 86. RGB value is (15,86,134). Sum of RGB (Red+Green+Blue) = 15+86+134=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #0F5686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5686 is #F0A979. Grayscale: #454545. Windows color (decimal): -15772026 or 8803855. OLE color: 8803855.
HSL color Cylindrical-coordinate representation of color #0F5686: hue angle of 204.2º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F5686 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 86 | 134 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.47 |
| HSL | 204.2º | 0.8% | 0.29% | - |
| HSV(B) | 204.2º | 0.89% | 0.53% | - |
| XYZ | 7.83 | 8.48 | 23.78 | - |
| YUV | 70.24 | 163.98 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 86 | 134 | 0.89 | 0.36 | 0 | 0.47 | 204.2 | 0.8 | 0.29 |
| Hex | F | 56 | 86 | 59 | 24 | 0 | 2F | CC | 50 | 1D |
| Octal | 17 | 126 | 206 | 131 | 44 | 0 | 57 | 314 | 120 | 35 |
| Binary | 1111 | 1010110 | 10000110 | 1011001 | 100100 | 0 | 101111 | 11001100 | 1010000 | 11101 |
Color Harmonies of #0F5686
Complementary color
Monochromatic Colors of #0F5686
Black with #0F5686
Text Example
Text Example
White with #0F5686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5686; }
p { color: rgb(15,86,134); }
H1.HeaderClassName
{
color: #0F5686;
}
.AnyTagClassName
{
color: #0F5686;
}
</style>
background-color css
<style>
a { background-color: #0F5686; }
a { background-color: rgb(15,86,134); }
div.DivClassName
{
background-color: #0F5686;
}
.BgClassName
{
background-color: #0F5686;
}
</style>
border-color css
<style>
span { border-color: #0F5686; }
span { border-color: rgb(15,86,134); }
td.TdClassName
{
border-color: #0F5686;
}
.TagClassName
{
border-color: #0F5686;
}
</style>