Shades of Navy Blue #0D4DD7
Tints of Navy Blue #0D4DD7
RGB
CMYK
RGB Variations
Color information
#0D4DD7 (or 0x0D4DD7) is known color: Navy Blue. HEX triplet: 0D, 4D and D7. RGB value is (13,77,215). Sum of RGB (Red+Green+Blue) = 13+77+215=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 215 (84.38% from 255 or 70.49% from 305); Max value from RGB is 215 - color contains mainly: blue. Hex color #0D4DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4DD7 is #F2B228. Grayscale: #484848. Windows color (decimal): -15905321 or 14109965. OLE color: 14109965.
HSL color Cylindrical-coordinate representation of color #0D4DD7: hue angle of 220.99º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4DD7 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 77 | 215 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.16 |
| HSL | 220.99º | 0.89% | 0.45% | - |
| HSV(B) | 220.99º | 0.94% | 0.84% | - |
| XYZ | 15.09 | 10.3 | 65.48 | - |
| YUV | 73.6 | 207.8 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 77 | 215 | 0.94 | 0.64 | 0 | 0.16 | 220.99 | 0.89 | 0.45 |
| Hex | D | 4D | D7 | 5E | 40 | 0 | 10 | DD | 59 | 2D |
| Octal | 15 | 115 | 327 | 136 | 100 | 0 | 20 | 335 | 131 | 55 |
| Binary | 1101 | 1001101 | 11010111 | 1011110 | 1000000 | 0 | 10000 | 11011101 | 1011001 | 101101 |
Color Harmonies of #0D4DD7
Complementary color
Monochromatic Colors of #0D4DD7
Black with #0D4DD7
Text Example
Text Example
White with #0D4DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4DD7; }
p { color: rgb(13,77,215); }
H1.HeaderClassName
{
color: #0D4DD7;
}
.AnyTagClassName
{
color: #0D4DD7;
}
</style>
background-color css
<style>
a { background-color: #0D4DD7; }
a { background-color: rgb(13,77,215); }
div.DivClassName
{
background-color: #0D4DD7;
}
.BgClassName
{
background-color: #0D4DD7;
}
</style>
border-color css
<style>
span { border-color: #0D4DD7; }
span { border-color: rgb(13,77,215); }
td.TdClassName
{
border-color: #0D4DD7;
}
.TagClassName
{
border-color: #0D4DD7;
}
</style>