Shades of Navy Blue #0071D0
Tints of Navy Blue #0071D0
RGB
CMYK
RGB Variations
Color information
#0071D0 (or 0x0071D0) is known color: Navy Blue. HEX triplet: 00, 71 and D0. RGB value is (0,113,208). Sum of RGB (Red+Green+Blue) = 0+113+208=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #0071D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0071D0 is #FF8E2F. Grayscale: #595959. Windows color (decimal): -16748080 or 13660416. OLE color: 13660416.
HSL color Cylindrical-coordinate representation of color #0071D0: hue angle of 207.4º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0071D0 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 113 | 208 | - |
| CMYK | 1 | 0.46 | 0 | 0.18 |
| HSL | 207.4º | 1% | 0.41% | - |
| HSV(B) | 207.4º | 1% | 0.82% | - |
| XYZ | 17.29 | 16.36 | 61.92 | - |
| YUV | 90.04 | 194.56 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 208 | 1 | 0.46 | 0 | 0.18 | 207.4 | 1 | 0.41 |
| Hex | 0 | 71 | D0 | 64 | 2E | 0 | 12 | CF | 64 | 29 |
| Octal | 0 | 161 | 320 | 144 | 56 | 0 | 22 | 317 | 144 | 51 |
| Binary | 0 | 1110001 | 11010000 | 1100100 | 101110 | 0 | 10010 | 11001111 | 1100100 | 101001 |
Color Harmonies of #0071D0
Complementary color
Monochromatic Colors of #0071D0
Black with #0071D0
Text Example
Text Example
White with #0071D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0071D0; }
p { color: rgb(0,113,208); }
H1.HeaderClassName
{
color: #0071D0;
}
.AnyTagClassName
{
color: #0071D0;
}
</style>
background-color css
<style>
a { background-color: #0071D0; }
a { background-color: rgb(0,113,208); }
div.DivClassName
{
background-color: #0071D0;
}
.BgClassName
{
background-color: #0071D0;
}
</style>
border-color css
<style>
span { border-color: #0071D0; }
span { border-color: rgb(0,113,208); }
td.TdClassName
{
border-color: #0071D0;
}
.TagClassName
{
border-color: #0071D0;
}
</style>