Shades of Navy Blue #0D71DA
Tints of Navy Blue #0D71DA
RGB
CMYK
RGB Variations
Color information
#0D71DA (or 0x0D71DA) is known color: Navy Blue. HEX triplet: 0D, 71 and DA. RGB value is (13,113,218). Sum of RGB (Red+Green+Blue) = 13+113+218=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D71DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D71DA is #F28E25. Grayscale: #5E5E5E. Windows color (decimal): -15896102 or 14315789. OLE color: 14315789.
HSL color Cylindrical-coordinate representation of color #0D71DA: hue angle of 210.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D71DA is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 113 | 218 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.15 |
| HSL | 210.73º | 0.89% | 0.45% | - |
| HSV(B) | 210.73º | 0.94% | 0.85% | - |
| XYZ | 18.73 | 16.96 | 68.62 | - |
| YUV | 95.07 | 197.37 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 218 | 0.94 | 0.48 | 0 | 0.15 | 210.73 | 0.89 | 0.45 |
| Hex | D | 71 | DA | 5E | 30 | 0 | F | D3 | 59 | 2D |
| Octal | 15 | 161 | 332 | 136 | 60 | 0 | 17 | 323 | 131 | 55 |
| Binary | 1101 | 1110001 | 11011010 | 1011110 | 110000 | 0 | 1111 | 11010011 | 1011001 | 101101 |
Color Harmonies of #0D71DA
Complementary color
Monochromatic Colors of #0D71DA
Black with #0D71DA
Text Example
Text Example
White with #0D71DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D71DA; }
p { color: rgb(13,113,218); }
H1.HeaderClassName
{
color: #0D71DA;
}
.AnyTagClassName
{
color: #0D71DA;
}
</style>
background-color css
<style>
a { background-color: #0D71DA; }
a { background-color: rgb(13,113,218); }
div.DivClassName
{
background-color: #0D71DA;
}
.BgClassName
{
background-color: #0D71DA;
}
</style>
border-color css
<style>
span { border-color: #0D71DA; }
span { border-color: rgb(13,113,218); }
td.TdClassName
{
border-color: #0D71DA;
}
.TagClassName
{
border-color: #0D71DA;
}
</style>