Shades of Navy Blue #0D4AEC
Tints of Navy Blue #0D4AEC
RGB
CMYK
RGB Variations
Color information
#0D4AEC (or 0x0D4AEC) is known color: Navy Blue. HEX triplet: 0D, 4A and EC. RGB value is (13,74,236). Sum of RGB (Red+Green+Blue) = 13+74+236=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #0D4AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D4AEC is #F2B513. Grayscale: #494949. Windows color (decimal): -15906068 or 15485453. OLE color: 15485453.
HSL color Cylindrical-coordinate representation of color #0D4AEC: hue angle of 223.59º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4AEC is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 74 | 236 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.07 |
| HSL | 223.59º | 0.9% | 0.49% | - |
| HSV(B) | 223.59º | 0.94% | 0.93% | - |
| XYZ | 17.76 | 11.04 | 80.55 | - |
| YUV | 74.23 | 219.29 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 236 | 0.94 | 0.69 | 0 | 0.07 | 223.59 | 0.9 | 0.49 |
| Hex | D | 4A | EC | 5E | 45 | 0 | 7 | E0 | 5A | 31 |
| Octal | 15 | 112 | 354 | 136 | 105 | 0 | 7 | 340 | 132 | 61 |
| Binary | 1101 | 1001010 | 11101100 | 1011110 | 1000101 | 0 | 111 | 11100000 | 1011010 | 110001 |
Color Harmonies of #0D4AEC
Complementary color
Monochromatic Colors of #0D4AEC
Black with #0D4AEC
Text Example
Text Example
White with #0D4AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4AEC; }
p { color: rgb(13,74,236); }
H1.HeaderClassName
{
color: #0D4AEC;
}
.AnyTagClassName
{
color: #0D4AEC;
}
</style>
background-color css
<style>
a { background-color: #0D4AEC; }
a { background-color: rgb(13,74,236); }
div.DivClassName
{
background-color: #0D4AEC;
}
.BgClassName
{
background-color: #0D4AEC;
}
</style>
border-color css
<style>
span { border-color: #0D4AEC; }
span { border-color: rgb(13,74,236); }
td.TdClassName
{
border-color: #0D4AEC;
}
.TagClassName
{
border-color: #0D4AEC;
}
</style>