Shades of Navy Blue #0D4DFA
Tints of Navy Blue #0D4DFA
RGB
CMYK
RGB Variations
Color information
#0D4DFA (or 0x0D4DFA) is known color: Navy Blue. HEX triplet: 0D, 4D and FA. RGB value is (13,77,250). Sum of RGB (Red+Green+Blue) = 13+77+250=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D4DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D4DFA is #F2B205. Grayscale: #4C4C4C. Windows color (decimal): -15905286 or 16403725. OLE color: 16403725.
HSL color Cylindrical-coordinate representation of color #0D4DFA: hue angle of 223.8º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D4DFA is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 77 | 250 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.02 |
| HSL | 223.8º | 0.96% | 0.52% | - |
| HSV(B) | 223.8º | 0.95% | 0.98% | - |
| XYZ | 20.08 | 12.3 | 91.76 | - |
| YUV | 77.59 | 225.3 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 77 | 250 | 0.95 | 0.69 | 0 | 0.02 | 223.8 | 0.96 | 0.52 |
| Hex | D | 4D | FA | 5F | 45 | 0 | 2 | E0 | 60 | 34 |
| Octal | 15 | 115 | 372 | 137 | 105 | 0 | 2 | 340 | 140 | 64 |
| Binary | 1101 | 1001101 | 11111010 | 1011111 | 1000101 | 0 | 10 | 11100000 | 1100000 | 110100 |
Color Harmonies of #0D4DFA
Complementary color
Monochromatic Colors of #0D4DFA
Black with #0D4DFA
Text Example
Text Example
White with #0D4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4DFA; }
p { color: rgb(13,77,250); }
H1.HeaderClassName
{
color: #0D4DFA;
}
.AnyTagClassName
{
color: #0D4DFA;
}
</style>
background-color css
<style>
a { background-color: #0D4DFA; }
a { background-color: rgb(13,77,250); }
div.DivClassName
{
background-color: #0D4DFA;
}
.BgClassName
{
background-color: #0D4DFA;
}
</style>
border-color css
<style>
span { border-color: #0D4DFA; }
span { border-color: rgb(13,77,250); }
td.TdClassName
{
border-color: #0D4DFA;
}
.TagClassName
{
border-color: #0D4DFA;
}
</style>