Shades of Navy Blue #0D4EDA
Tints of Navy Blue #0D4EDA
RGB
CMYK
RGB Variations
Color information
#0D4EDA (or 0x0D4EDA) is known color: Navy Blue. HEX triplet: 0D, 4E and DA. RGB value is (13,78,218). Sum of RGB (Red+Green+Blue) = 13+78+218=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D4EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4EDA is #F2B125. Grayscale: #494949. Windows color (decimal): -15905062 or 14306829. OLE color: 14306829.
HSL color Cylindrical-coordinate representation of color #0D4EDA: hue angle of 220.98º 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 #0D4EDA is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 78 | 218 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.15 |
| HSL | 220.98º | 0.89% | 0.45% | - |
| HSV(B) | 220.98º | 0.94% | 0.85% | - |
| XYZ | 15.55 | 10.6 | 67.56 | - |
| YUV | 74.53 | 208.97 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 78 | 218 | 0.94 | 0.64 | 0 | 0.15 | 220.98 | 0.89 | 0.45 |
| Hex | D | 4E | DA | 5E | 40 | 0 | F | DD | 59 | 2D |
| Octal | 15 | 116 | 332 | 136 | 100 | 0 | 17 | 335 | 131 | 55 |
| Binary | 1101 | 1001110 | 11011010 | 1011110 | 1000000 | 0 | 1111 | 11011101 | 1011001 | 101101 |
Color Harmonies of #0D4EDA
Complementary color
Monochromatic Colors of #0D4EDA
Black with #0D4EDA
Text Example
Text Example
White with #0D4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4EDA; }
p { color: rgb(13,78,218); }
H1.HeaderClassName
{
color: #0D4EDA;
}
.AnyTagClassName
{
color: #0D4EDA;
}
</style>
background-color css
<style>
a { background-color: #0D4EDA; }
a { background-color: rgb(13,78,218); }
div.DivClassName
{
background-color: #0D4EDA;
}
.BgClassName
{
background-color: #0D4EDA;
}
</style>
border-color css
<style>
span { border-color: #0D4EDA; }
span { border-color: rgb(13,78,218); }
td.TdClassName
{
border-color: #0D4EDA;
}
.TagClassName
{
border-color: #0D4EDA;
}
</style>