Shades of Dark Cerulean #0F4894
Tints of Dark Cerulean #0F4894
RGB
CMYK
RGB Variations
Color information
#0F4894 (or 0x0F4894) is known color: Dark Cerulean. HEX triplet: 0F, 48 and 94. RGB value is (15,72,148). Sum of RGB (Red+Green+Blue) = 15+72+148=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F4894 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4894 is #F0B76B. Grayscale: #3F3F3F. Windows color (decimal): -15775596 or 9717775. OLE color: 9717775.
HSL color Cylindrical-coordinate representation of color #0F4894: hue angle of 214.29º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4894 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 72 | 148 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.42 |
| HSL | 214.29º | 0.82% | 0.32% | - |
| HSV(B) | 214.29º | 0.9% | 0.58% | - |
| XYZ | 7.86 | 6.87 | 28.93 | - |
| YUV | 63.62 | 175.62 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 72 | 148 | 0.90 | 0.51 | 0 | 0.42 | 214.29 | 0.82 | 0.32 |
| Hex | F | 48 | 94 | 5A | 33 | 0 | 2A | D6 | 52 | 20 |
| Octal | 17 | 110 | 224 | 132 | 63 | 0 | 52 | 326 | 122 | 40 |
| Binary | 1111 | 1001000 | 10010100 | 1011010 | 110011 | 0 | 101010 | 11010110 | 1010010 | 100000 |
Color Harmonies of #0F4894
Complementary color
Monochromatic Colors of #0F4894
Black with #0F4894
Text Example
Text Example
White with #0F4894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4894; }
p { color: rgb(15,72,148); }
H1.HeaderClassName
{
color: #0F4894;
}
.AnyTagClassName
{
color: #0F4894;
}
</style>
background-color css
<style>
a { background-color: #0F4894; }
a { background-color: rgb(15,72,148); }
div.DivClassName
{
background-color: #0F4894;
}
.BgClassName
{
background-color: #0F4894;
}
</style>
border-color css
<style>
span { border-color: #0F4894; }
span { border-color: rgb(15,72,148); }
td.TdClassName
{
border-color: #0F4894;
}
.TagClassName
{
border-color: #0F4894;
}
</style>