Shades of Dark Cerulean #0F458C
Tints of Dark Cerulean #0F458C
RGB
CMYK
RGB Variations
Color information
#0F458C (or 0x0F458C) is known color: Dark Cerulean. HEX triplet: 0F, 45 and 8C. RGB value is (15,69,140). Sum of RGB (Red+Green+Blue) = 15+69+140=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F458C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F458C is #F0BA73. Grayscale: #3C3C3C. Windows color (decimal): -15776372 or 9192719. OLE color: 9192719.
HSL color Cylindrical-coordinate representation of color #0F458C: hue angle of 214.08º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F458C is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 69 | 140 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.45 |
| HSL | 214.08º | 0.81% | 0.3% | - |
| HSV(B) | 214.08º | 0.89% | 0.55% | - |
| XYZ | 7.06 | 6.25 | 25.65 | - |
| YUV | 60.95 | 172.61 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 69 | 140 | 0.89 | 0.51 | 0 | 0.45 | 214.08 | 0.81 | 0.3 |
| Hex | F | 45 | 8C | 59 | 33 | 0 | 2D | D6 | 51 | 1E |
| Octal | 17 | 105 | 214 | 131 | 63 | 0 | 55 | 326 | 121 | 36 |
| Binary | 1111 | 1000101 | 10001100 | 1011001 | 110011 | 0 | 101101 | 11010110 | 1010001 | 11110 |
Color Harmonies of #0F458C
Complementary color
Monochromatic Colors of #0F458C
Black with #0F458C
Text Example
Text Example
White with #0F458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F458C; }
p { color: rgb(15,69,140); }
H1.HeaderClassName
{
color: #0F458C;
}
.AnyTagClassName
{
color: #0F458C;
}
</style>
background-color css
<style>
a { background-color: #0F458C; }
a { background-color: rgb(15,69,140); }
div.DivClassName
{
background-color: #0F458C;
}
.BgClassName
{
background-color: #0F458C;
}
</style>
border-color css
<style>
span { border-color: #0F458C; }
span { border-color: rgb(15,69,140); }
td.TdClassName
{
border-color: #0F458C;
}
.TagClassName
{
border-color: #0F458C;
}
</style>