Shades of Navy Blue #0D70DD
Tints of Navy Blue #0D70DD
RGB
CMYK
RGB Variations
Color information
#0D70DD (or 0x0D70DD) is known color: Navy Blue. HEX triplet: 0D, 70 and DD. RGB value is (13,112,221). Sum of RGB (Red+Green+Blue) = 13+112+221=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D70DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D70DD is #F28F22. Grayscale: #5E5E5E. Windows color (decimal): -15896355 or 14512141. OLE color: 14512141.
HSL color Cylindrical-coordinate representation of color #0D70DD: hue angle of 211.44º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D70DD is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 112 | 221 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.13 |
| HSL | 211.44º | 0.89% | 0.46% | - |
| HSV(B) | 211.44º | 0.94% | 0.87% | - |
| XYZ | 19.01 | 16.89 | 70.67 | - |
| YUV | 94.83 | 199.2 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 221 | 0.94 | 0.49 | 0 | 0.13 | 211.44 | 0.89 | 0.46 |
| Hex | D | 70 | DD | 5E | 31 | 0 | D | D3 | 59 | 2E |
| Octal | 15 | 160 | 335 | 136 | 61 | 0 | 15 | 323 | 131 | 56 |
| Binary | 1101 | 1110000 | 11011101 | 1011110 | 110001 | 0 | 1101 | 11010011 | 1011001 | 101110 |
Color Harmonies of #0D70DD
Complementary color
Monochromatic Colors of #0D70DD
Black with #0D70DD
Text Example
Text Example
White with #0D70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D70DD; }
p { color: rgb(13,112,221); }
H1.HeaderClassName
{
color: #0D70DD;
}
.AnyTagClassName
{
color: #0D70DD;
}
</style>
background-color css
<style>
a { background-color: #0D70DD; }
a { background-color: rgb(13,112,221); }
div.DivClassName
{
background-color: #0D70DD;
}
.BgClassName
{
background-color: #0D70DD;
}
</style>
border-color css
<style>
span { border-color: #0D70DD; }
span { border-color: rgb(13,112,221); }
td.TdClassName
{
border-color: #0D70DD;
}
.TagClassName
{
border-color: #0D70DD;
}
</style>