Shades of Navy Blue #0D71DC
Tints of Navy Blue #0D71DC
RGB
CMYK
RGB Variations
Color information
#0D71DC (or 0x0D71DC) is known color: Navy Blue. HEX triplet: 0D, 71 and DC. RGB value is (13,113,220). Sum of RGB (Red+Green+Blue) = 13+113+220=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D71DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D71DC is #F28E23. Grayscale: #5E5E5E. Windows color (decimal): -15896100 or 14446861. OLE color: 14446861.
HSL color Cylindrical-coordinate representation of color #0D71DC: hue angle of 211.01º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D71DC is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 113 | 220 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.14 |
| HSL | 211.01º | 0.89% | 0.46% | - |
| HSV(B) | 211.01º | 0.94% | 0.86% | - |
| XYZ | 18.99 | 17.06 | 70 | - |
| YUV | 95.3 | 198.37 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 220 | 0.94 | 0.49 | 0 | 0.14 | 211.01 | 0.89 | 0.46 |
| Hex | D | 71 | DC | 5E | 31 | 0 | E | D3 | 59 | 2E |
| Octal | 15 | 161 | 334 | 136 | 61 | 0 | 16 | 323 | 131 | 56 |
| Binary | 1101 | 1110001 | 11011100 | 1011110 | 110001 | 0 | 1110 | 11010011 | 1011001 | 101110 |
Color Harmonies of #0D71DC
Complementary color
Monochromatic Colors of #0D71DC
Black with #0D71DC
Text Example
Text Example
White with #0D71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D71DC; }
p { color: rgb(13,113,220); }
H1.HeaderClassName
{
color: #0D71DC;
}
.AnyTagClassName
{
color: #0D71DC;
}
</style>
background-color css
<style>
a { background-color: #0D71DC; }
a { background-color: rgb(13,113,220); }
div.DivClassName
{
background-color: #0D71DC;
}
.BgClassName
{
background-color: #0D71DC;
}
</style>
border-color css
<style>
span { border-color: #0D71DC; }
span { border-color: rgb(13,113,220); }
td.TdClassName
{
border-color: #0D71DC;
}
.TagClassName
{
border-color: #0D71DC;
}
</style>