Shades of Navy Blue #0F70DB
Tints of Navy Blue #0F70DB
RGB
CMYK
RGB Variations
Color information
#0F70DB (or 0x0F70DB) is known color: Navy Blue. HEX triplet: 0F, 70 and DB. RGB value is (15,112,219). Sum of RGB (Red+Green+Blue) = 15+112+219=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F70DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F70DB is #F08F24. Grayscale: #5E5E5E. Windows color (decimal): -15765285 or 14381071. OLE color: 14381071.
HSL color Cylindrical-coordinate representation of color #0F70DB: hue angle of 211.47º 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 #0F70DB is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 112 | 219 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.14 |
| HSL | 211.47º | 0.87% | 0.46% | - |
| HSV(B) | 211.47º | 0.93% | 0.86% | - |
| XYZ | 18.78 | 16.8 | 69.27 | - |
| YUV | 95.2 | 197.86 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 219 | 0.93 | 0.49 | 0 | 0.14 | 211.47 | 0.87 | 0.46 |
| Hex | F | 70 | DB | 5D | 31 | 0 | E | D3 | 57 | 2E |
| Octal | 17 | 160 | 333 | 135 | 61 | 0 | 16 | 323 | 127 | 56 |
| Binary | 1111 | 1110000 | 11011011 | 1011101 | 110001 | 0 | 1110 | 11010011 | 1010111 | 101110 |
Color Harmonies of #0F70DB
Complementary color
Monochromatic Colors of #0F70DB
Black with #0F70DB
Text Example
Text Example
White with #0F70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F70DB; }
p { color: rgb(15,112,219); }
H1.HeaderClassName
{
color: #0F70DB;
}
.AnyTagClassName
{
color: #0F70DB;
}
</style>
background-color css
<style>
a { background-color: #0F70DB; }
a { background-color: rgb(15,112,219); }
div.DivClassName
{
background-color: #0F70DB;
}
.BgClassName
{
background-color: #0F70DB;
}
</style>
border-color css
<style>
span { border-color: #0F70DB; }
span { border-color: rgb(15,112,219); }
td.TdClassName
{
border-color: #0F70DB;
}
.TagClassName
{
border-color: #0F70DB;
}
</style>