Shades of Dark Cerulean #0F4489
Tints of Dark Cerulean #0F4489
RGB
CMYK
RGB Variations
Color information
#0F4489 (or 0x0F4489) is known color: Dark Cerulean. HEX triplet: 0F, 44 and 89. RGB value is (15,68,137). Sum of RGB (Red+Green+Blue) = 15+68+137=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F4489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4489 is #F0BB76. Grayscale: #3B3B3B. Windows color (decimal): -15776631 or 8995855. OLE color: 8995855.
HSL color Cylindrical-coordinate representation of color #0F4489: hue angle of 213.93º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F4489 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 68 | 137 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.46 |
| HSL | 213.93º | 0.8% | 0.3% | - |
| HSV(B) | 213.93º | 0.89% | 0.54% | - |
| XYZ | 6.78 | 6.04 | 24.48 | - |
| YUV | 60.02 | 171.44 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 68 | 137 | 0.89 | 0.50 | 0 | 0.46 | 213.93 | 0.8 | 0.3 |
| Hex | F | 44 | 89 | 59 | 32 | 0 | 2E | D6 | 50 | 1E |
| Octal | 17 | 104 | 211 | 131 | 62 | 0 | 56 | 326 | 120 | 36 |
| Binary | 1111 | 1000100 | 10001001 | 1011001 | 110010 | 0 | 101110 | 11010110 | 1010000 | 11110 |
Color Harmonies of #0F4489
Complementary color
Monochromatic Colors of #0F4489
Black with #0F4489
Text Example
Text Example
White with #0F4489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4489; }
p { color: rgb(15,68,137); }
H1.HeaderClassName
{
color: #0F4489;
}
.AnyTagClassName
{
color: #0F4489;
}
</style>
background-color css
<style>
a { background-color: #0F4489; }
a { background-color: rgb(15,68,137); }
div.DivClassName
{
background-color: #0F4489;
}
.BgClassName
{
background-color: #0F4489;
}
</style>
border-color css
<style>
span { border-color: #0F4489; }
span { border-color: rgb(15,68,137); }
td.TdClassName
{
border-color: #0F4489;
}
.TagClassName
{
border-color: #0F4489;
}
</style>