Shades of Navy Blue #0D5EEA
Tints of Navy Blue #0D5EEA
RGB
CMYK
RGB Variations
Color information
#0D5EEA (or 0x0D5EEA) is known color: Navy Blue. HEX triplet: 0D, 5E and EA. RGB value is (13,94,234). Sum of RGB (Red+Green+Blue) = 13+94+234=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D5EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D5EEA is #F2A115. Grayscale: #555555. Windows color (decimal): -15900950 or 15359501. OLE color: 15359501.
HSL color Cylindrical-coordinate representation of color #0D5EEA: hue angle of 218.01º 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 #0D5EEA is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 94 | 234 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.08 |
| HSL | 218.01º | 0.89% | 0.48% | - |
| HSV(B) | 218.01º | 0.94% | 0.92% | - |
| XYZ | 19.02 | 14.03 | 79.55 | - |
| YUV | 85.74 | 211.66 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 94 | 234 | 0.94 | 0.60 | 0 | 0.08 | 218.01 | 0.89 | 0.48 |
| Hex | D | 5E | EA | 5E | 3C | 0 | 8 | DA | 59 | 30 |
| Octal | 15 | 136 | 352 | 136 | 74 | 0 | 10 | 332 | 131 | 60 |
| Binary | 1101 | 1011110 | 11101010 | 1011110 | 111100 | 0 | 1000 | 11011010 | 1011001 | 110000 |
Color Harmonies of #0D5EEA
Complementary color
Monochromatic Colors of #0D5EEA
Black with #0D5EEA
Text Example
Text Example
White with #0D5EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5EEA; }
p { color: rgb(13,94,234); }
H1.HeaderClassName
{
color: #0D5EEA;
}
.AnyTagClassName
{
color: #0D5EEA;
}
</style>
background-color css
<style>
a { background-color: #0D5EEA; }
a { background-color: rgb(13,94,234); }
div.DivClassName
{
background-color: #0D5EEA;
}
.BgClassName
{
background-color: #0D5EEA;
}
</style>
border-color css
<style>
span { border-color: #0D5EEA; }
span { border-color: rgb(13,94,234); }
td.TdClassName
{
border-color: #0D5EEA;
}
.TagClassName
{
border-color: #0D5EEA;
}
</style>