Shades of Navy Blue #0D4EEF
Tints of Navy Blue #0D4EEF
RGB
CMYK
RGB Variations
Color information
#0D4EEF (or 0x0D4EEF) is known color: Navy Blue. HEX triplet: 0D, 4E and EF. RGB value is (13,78,239). Sum of RGB (Red+Green+Blue) = 13+78+239=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #0D4EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D4EEF is #F2B110. Grayscale: #4C4C4C. Windows color (decimal): -15905041 or 15683085. OLE color: 15683085.
HSL color Cylindrical-coordinate representation of color #0D4EEF: hue angle of 222.74º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D4EEF is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 78 | 239 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.06 |
| HSL | 222.74º | 0.9% | 0.49% | - |
| HSV(B) | 222.74º | 0.95% | 0.94% | - |
| XYZ | 18.47 | 11.77 | 82.96 | - |
| YUV | 76.92 | 219.47 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 78 | 239 | 0.95 | 0.67 | 0 | 0.06 | 222.74 | 0.9 | 0.49 |
| Hex | D | 4E | EF | 5F | 43 | 0 | 6 | DF | 5A | 31 |
| Octal | 15 | 116 | 357 | 137 | 103 | 0 | 6 | 337 | 132 | 61 |
| Binary | 1101 | 1001110 | 11101111 | 1011111 | 1000011 | 0 | 110 | 11011111 | 1011010 | 110001 |
Color Harmonies of #0D4EEF
Complementary color
Monochromatic Colors of #0D4EEF
Black with #0D4EEF
Text Example
Text Example
White with #0D4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4EEF; }
p { color: rgb(13,78,239); }
H1.HeaderClassName
{
color: #0D4EEF;
}
.AnyTagClassName
{
color: #0D4EEF;
}
</style>
background-color css
<style>
a { background-color: #0D4EEF; }
a { background-color: rgb(13,78,239); }
div.DivClassName
{
background-color: #0D4EEF;
}
.BgClassName
{
background-color: #0D4EEF;
}
</style>
border-color css
<style>
span { border-color: #0D4EEF; }
span { border-color: rgb(13,78,239); }
td.TdClassName
{
border-color: #0D4EEF;
}
.TagClassName
{
border-color: #0D4EEF;
}
</style>