Shades of Navy Blue #0D4EFA
Tints of Navy Blue #0D4EFA
RGB
CMYK
RGB Variations
Color information
#0D4EFA (or 0x0D4EFA) is known color: Navy Blue. HEX triplet: 0D, 4E and FA. RGB value is (13,78,250). Sum of RGB (Red+Green+Blue) = 13+78+250=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D4EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D4EFA is #F2B105. Grayscale: #4D4D4D. Windows color (decimal): -15905030 or 16403981. OLE color: 16403981.
HSL color Cylindrical-coordinate representation of color #0D4EFA: hue angle of 223.54º 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 #0D4EFA is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 78 | 250 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.02 |
| HSL | 223.54º | 0.96% | 0.52% | - |
| HSV(B) | 223.54º | 0.95% | 0.98% | - |
| XYZ | 20.15 | 12.44 | 91.78 | - |
| YUV | 78.17 | 224.97 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 78 | 250 | 0.95 | 0.69 | 0 | 0.02 | 223.54 | 0.96 | 0.52 |
| Hex | D | 4E | FA | 5F | 45 | 0 | 2 | E0 | 60 | 34 |
| Octal | 15 | 116 | 372 | 137 | 105 | 0 | 2 | 340 | 140 | 64 |
| Binary | 1101 | 1001110 | 11111010 | 1011111 | 1000101 | 0 | 10 | 11100000 | 1100000 | 110100 |
Color Harmonies of #0D4EFA
Complementary color
Monochromatic Colors of #0D4EFA
Black with #0D4EFA
Text Example
Text Example
White with #0D4EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4EFA; }
p { color: rgb(13,78,250); }
H1.HeaderClassName
{
color: #0D4EFA;
}
.AnyTagClassName
{
color: #0D4EFA;
}
</style>
background-color css
<style>
a { background-color: #0D4EFA; }
a { background-color: rgb(13,78,250); }
div.DivClassName
{
background-color: #0D4EFA;
}
.BgClassName
{
background-color: #0D4EFA;
}
</style>
border-color css
<style>
span { border-color: #0D4EFA; }
span { border-color: rgb(13,78,250); }
td.TdClassName
{
border-color: #0D4EFA;
}
.TagClassName
{
border-color: #0D4EFA;
}
</style>