Shades of Navy Blue #0070DD
Tints of Navy Blue #0070DD
RGB
CMYK
RGB Variations
Color information
#0070DD (or 0x0070DD) is known color: Navy Blue. HEX triplet: 00, 70 and DD. RGB value is (0,112,221). Sum of RGB (Red+Green+Blue) = 0+112+221=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #0070DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0070DD is #FF8F22. Grayscale: #5A5A5A. Windows color (decimal): -16748323 or 14512128. OLE color: 14512128.
HSL color Cylindrical-coordinate representation of color #0070DD: hue angle of 209.59º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0070DD is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 112 | 221 | - |
| CMYK | 1 | 0.49 | 0 | 0.13 |
| HSL | 209.59º | 1% | 0.43% | - |
| HSV(B) | 209.59º | 1% | 0.87% | - |
| XYZ | 18.85 | 16.81 | 70.66 | - |
| YUV | 90.94 | 201.39 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 221 | 1 | 0.49 | 0 | 0.13 | 209.59 | 1 | 0.43 |
| Hex | 0 | 70 | DD | 64 | 31 | 0 | D | D2 | 64 | 2B |
| Octal | 0 | 160 | 335 | 144 | 61 | 0 | 15 | 322 | 144 | 53 |
| Binary | 0 | 1110000 | 11011101 | 1100100 | 110001 | 0 | 1101 | 11010010 | 1100100 | 101011 |
Color Harmonies of #0070DD
Complementary color
Monochromatic Colors of #0070DD
Black with #0070DD
Text Example
Text Example
White with #0070DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0070DD; }
p { color: rgb(0,112,221); }
H1.HeaderClassName
{
color: #0070DD;
}
.AnyTagClassName
{
color: #0070DD;
}
</style>
background-color css
<style>
a { background-color: #0070DD; }
a { background-color: rgb(0,112,221); }
div.DivClassName
{
background-color: #0070DD;
}
.BgClassName
{
background-color: #0070DD;
}
</style>
border-color css
<style>
span { border-color: #0070DD; }
span { border-color: rgb(0,112,221); }
td.TdClassName
{
border-color: #0070DD;
}
.TagClassName
{
border-color: #0070DD;
}
</style>