Shades of Dark Cerulean #0F518E
Tints of Dark Cerulean #0F518E
RGB
CMYK
RGB Variations
Color information
#0F518E (or 0x0F518E) is known color: Dark Cerulean. HEX triplet: 0F, 51 and 8E. RGB value is (15,81,142). Sum of RGB (Red+Green+Blue) = 15+81+142=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #0F518E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F518E is #F0AE71. Grayscale: #434343. Windows color (decimal): -15773298 or 9326863. OLE color: 9326863.
HSL color Cylindrical-coordinate representation of color #0F518E: hue angle of 208.82º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F518E is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 81 | 142 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.44 |
| HSL | 208.82º | 0.81% | 0.31% | - |
| HSV(B) | 208.82º | 0.89% | 0.56% | - |
| XYZ | 8.02 | 7.94 | 26.7 | - |
| YUV | 68.22 | 169.63 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 81 | 142 | 0.89 | 0.43 | 0 | 0.44 | 208.82 | 0.81 | 0.31 |
| Hex | F | 51 | 8E | 59 | 2B | 0 | 2C | D1 | 51 | 1F |
| Octal | 17 | 121 | 216 | 131 | 53 | 0 | 54 | 321 | 121 | 37 |
| Binary | 1111 | 1010001 | 10001110 | 1011001 | 101011 | 0 | 101100 | 11010001 | 1010001 | 11111 |
Color Harmonies of #0F518E
Complementary color
Monochromatic Colors of #0F518E
Black with #0F518E
Text Example
Text Example
White with #0F518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F518E; }
p { color: rgb(15,81,142); }
H1.HeaderClassName
{
color: #0F518E;
}
.AnyTagClassName
{
color: #0F518E;
}
</style>
background-color css
<style>
a { background-color: #0F518E; }
a { background-color: rgb(15,81,142); }
div.DivClassName
{
background-color: #0F518E;
}
.BgClassName
{
background-color: #0F518E;
}
</style>
border-color css
<style>
span { border-color: #0F518E; }
span { border-color: rgb(15,81,142); }
td.TdClassName
{
border-color: #0F518E;
}
.TagClassName
{
border-color: #0F518E;
}
</style>