Shades of Navy Blue #0F4ADB
Tints of Navy Blue #0F4ADB
RGB
CMYK
RGB Variations
Color information
#0F4ADB (or 0x0F4ADB) is known color: Navy Blue. HEX triplet: 0F, 4A and DB. RGB value is (15,74,219). Sum of RGB (Red+Green+Blue) = 15+74+219=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F4ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4ADB is #F0B524. Grayscale: #484848. Windows color (decimal): -15775013 or 14371343. OLE color: 14371343.
HSL color Cylindrical-coordinate representation of color #0F4ADB: hue angle of 222.65º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4ADB is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 74 | 219 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.14 |
| HSL | 222.65º | 0.87% | 0.46% | - |
| HSV(B) | 222.65º | 0.93% | 0.86% | - |
| XYZ | 15.43 | 10.11 | 68.16 | - |
| YUV | 72.89 | 210.45 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 74 | 219 | 0.93 | 0.66 | 0 | 0.14 | 222.65 | 0.87 | 0.46 |
| Hex | F | 4A | DB | 5D | 42 | 0 | E | DF | 57 | 2E |
| Octal | 17 | 112 | 333 | 135 | 102 | 0 | 16 | 337 | 127 | 56 |
| Binary | 1111 | 1001010 | 11011011 | 1011101 | 1000010 | 0 | 1110 | 11011111 | 1010111 | 101110 |
Color Harmonies of #0F4ADB
Complementary color
Monochromatic Colors of #0F4ADB
Black with #0F4ADB
Text Example
Text Example
White with #0F4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4ADB; }
p { color: rgb(15,74,219); }
H1.HeaderClassName
{
color: #0F4ADB;
}
.AnyTagClassName
{
color: #0F4ADB;
}
</style>
background-color css
<style>
a { background-color: #0F4ADB; }
a { background-color: rgb(15,74,219); }
div.DivClassName
{
background-color: #0F4ADB;
}
.BgClassName
{
background-color: #0F4ADB;
}
</style>
border-color css
<style>
span { border-color: #0F4ADB; }
span { border-color: rgb(15,74,219); }
td.TdClassName
{
border-color: #0F4ADB;
}
.TagClassName
{
border-color: #0F4ADB;
}
</style>