Shades of Navy Blue #0F70DC
Tints of Navy Blue #0F70DC
RGB
CMYK
RGB Variations
Color information
#0F70DC (or 0x0F70DC) is known color: Navy Blue. HEX triplet: 0F, 70 and DC. RGB value is (15,112,220). Sum of RGB (Red+Green+Blue) = 15+112+220=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F70DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F70DC is #F08F23. Grayscale: #5E5E5E. Windows color (decimal): -15765284 or 14446607. OLE color: 14446607.
HSL color Cylindrical-coordinate representation of color #0F70DC: hue angle of 211.61º 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 #0F70DC is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 112 | 220 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.14 |
| HSL | 211.61º | 0.87% | 0.46% | - |
| HSV(B) | 211.61º | 0.93% | 0.86% | - |
| XYZ | 18.91 | 16.86 | 69.97 | - |
| YUV | 95.31 | 198.36 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 220 | 0.93 | 0.49 | 0 | 0.14 | 211.61 | 0.87 | 0.46 |
| Hex | F | 70 | DC | 5D | 31 | 0 | E | D4 | 57 | 2E |
| Octal | 17 | 160 | 334 | 135 | 61 | 0 | 16 | 324 | 127 | 56 |
| Binary | 1111 | 1110000 | 11011100 | 1011101 | 110001 | 0 | 1110 | 11010100 | 1010111 | 101110 |
Color Harmonies of #0F70DC
Complementary color
Monochromatic Colors of #0F70DC
Black with #0F70DC
Text Example
Text Example
White with #0F70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F70DC; }
p { color: rgb(15,112,220); }
H1.HeaderClassName
{
color: #0F70DC;
}
.AnyTagClassName
{
color: #0F70DC;
}
</style>
background-color css
<style>
a { background-color: #0F70DC; }
a { background-color: rgb(15,112,220); }
div.DivClassName
{
background-color: #0F70DC;
}
.BgClassName
{
background-color: #0F70DC;
}
</style>
border-color css
<style>
span { border-color: #0F70DC; }
span { border-color: rgb(15,112,220); }
td.TdClassName
{
border-color: #0F70DC;
}
.TagClassName
{
border-color: #0F70DC;
}
</style>