Shades of Navy Blue #0D4CEA
Tints of Navy Blue #0D4CEA
RGB
CMYK
RGB Variations
Color information
#0D4CEA (or 0x0D4CEA) is known color: Navy Blue. HEX triplet: 0D, 4C and EA. RGB value is (13,76,234). Sum of RGB (Red+Green+Blue) = 13+76+234=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 234 (91.80% from 255 or 72.45% from 323); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D4CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D4CEA is #F2B315. Grayscale: #4A4A4A. Windows color (decimal): -15905558 or 15354893. OLE color: 15354893.
HSL color Cylindrical-coordinate representation of color #0D4CEA: hue angle of 222.9º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4CEA is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 76 | 234 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.08 |
| HSL | 222.9º | 0.89% | 0.48% | - |
| HSV(B) | 222.9º | 0.94% | 0.92% | - |
| XYZ | 17.6 | 11.19 | 79.08 | - |
| YUV | 75.18 | 217.63 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 76 | 234 | 0.94 | 0.68 | 0 | 0.08 | 222.9 | 0.89 | 0.48 |
| Hex | D | 4C | EA | 5E | 44 | 0 | 8 | DF | 59 | 30 |
| Octal | 15 | 114 | 352 | 136 | 104 | 0 | 10 | 337 | 131 | 60 |
| Binary | 1101 | 1001100 | 11101010 | 1011110 | 1000100 | 0 | 1000 | 11011111 | 1011001 | 110000 |
Color Harmonies of #0D4CEA
Complementary color
Monochromatic Colors of #0D4CEA
Black with #0D4CEA
Text Example
Text Example
White with #0D4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4CEA; }
p { color: rgb(13,76,234); }
H1.HeaderClassName
{
color: #0D4CEA;
}
.AnyTagClassName
{
color: #0D4CEA;
}
</style>
background-color css
<style>
a { background-color: #0D4CEA; }
a { background-color: rgb(13,76,234); }
div.DivClassName
{
background-color: #0D4CEA;
}
.BgClassName
{
background-color: #0D4CEA;
}
</style>
border-color css
<style>
span { border-color: #0D4CEA; }
span { border-color: rgb(13,76,234); }
td.TdClassName
{
border-color: #0D4CEA;
}
.TagClassName
{
border-color: #0D4CEA;
}
</style>