Shades of Navy Blue #0D5EE1
Tints of Navy Blue #0D5EE1
RGB
CMYK
RGB Variations
Color information
#0D5EE1 (or 0x0D5EE1) is known color: Navy Blue. HEX triplet: 0D, 5E and E1. RGB value is (13,94,225). Sum of RGB (Red+Green+Blue) = 13+94+225=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 225 (88.28% from 255 or 67.77% from 332); Max value from RGB is 225 - color contains mainly: blue. Hex color #0D5EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5EE1 is #F2A11E. Grayscale: #545454. Windows color (decimal): -15900959 or 14769677. OLE color: 14769677.
HSL color Cylindrical-coordinate representation of color #0D5EE1: hue angle of 217.08º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D5EE1 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 94 | 225 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.12 |
| HSL | 217.08º | 0.89% | 0.47% | - |
| HSV(B) | 217.08º | 0.94% | 0.88% | - |
| XYZ | 17.76 | 13.53 | 72.91 | - |
| YUV | 84.72 | 207.16 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 94 | 225 | 0.94 | 0.58 | 0 | 0.12 | 217.08 | 0.89 | 0.47 |
| Hex | D | 5E | E1 | 5E | 3A | 0 | C | D9 | 59 | 2F |
| Octal | 15 | 136 | 341 | 136 | 72 | 0 | 14 | 331 | 131 | 57 |
| Binary | 1101 | 1011110 | 11100001 | 1011110 | 111010 | 0 | 1100 | 11011001 | 1011001 | 101111 |
Color Harmonies of #0D5EE1
Complementary color
Monochromatic Colors of #0D5EE1
Black with #0D5EE1
Text Example
Text Example
White with #0D5EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5EE1; }
p { color: rgb(13,94,225); }
H1.HeaderClassName
{
color: #0D5EE1;
}
.AnyTagClassName
{
color: #0D5EE1;
}
</style>
background-color css
<style>
a { background-color: #0D5EE1; }
a { background-color: rgb(13,94,225); }
div.DivClassName
{
background-color: #0D5EE1;
}
.BgClassName
{
background-color: #0D5EE1;
}
</style>
border-color css
<style>
span { border-color: #0D5EE1; }
span { border-color: rgb(13,94,225); }
td.TdClassName
{
border-color: #0D5EE1;
}
.TagClassName
{
border-color: #0D5EE1;
}
</style>