Shades of Dark Cerulean #0F4990
Tints of Dark Cerulean #0F4990
RGB
CMYK
RGB Variations
Color information
#0F4990 (or 0x0F4990) is known color: Dark Cerulean. HEX triplet: 0F, 49 and 90. RGB value is (15,73,144). Sum of RGB (Red+Green+Blue) = 15+73+144=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #0F4990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4990 is #F0B66F. Grayscale: #3F3F3F. Windows color (decimal): -15775344 or 9455887. OLE color: 9455887.
HSL color Cylindrical-coordinate representation of color #0F4990: hue angle of 213.02º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4990 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 73 | 144 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.44 |
| HSL | 213.02º | 0.81% | 0.31% | - |
| HSV(B) | 213.02º | 0.9% | 0.56% | - |
| XYZ | 7.61 | 6.88 | 27.31 | - |
| YUV | 63.75 | 173.28 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 144 | 0.90 | 0.49 | 0 | 0.44 | 213.02 | 0.81 | 0.31 |
| Hex | F | 49 | 90 | 5A | 31 | 0 | 2C | D5 | 51 | 1F |
| Octal | 17 | 111 | 220 | 132 | 61 | 0 | 54 | 325 | 121 | 37 |
| Binary | 1111 | 1001001 | 10010000 | 1011010 | 110001 | 0 | 101100 | 11010101 | 1010001 | 11111 |
Color Harmonies of #0F4990
Complementary color
Monochromatic Colors of #0F4990
Black with #0F4990
Text Example
Text Example
White with #0F4990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4990; }
p { color: rgb(15,73,144); }
H1.HeaderClassName
{
color: #0F4990;
}
.AnyTagClassName
{
color: #0F4990;
}
</style>
background-color css
<style>
a { background-color: #0F4990; }
a { background-color: rgb(15,73,144); }
div.DivClassName
{
background-color: #0F4990;
}
.BgClassName
{
background-color: #0F4990;
}
</style>
border-color css
<style>
span { border-color: #0F4990; }
span { border-color: rgb(15,73,144); }
td.TdClassName
{
border-color: #0F4990;
}
.TagClassName
{
border-color: #0F4990;
}
</style>