Shades of Navy Blue #0D5EEB
Tints of Navy Blue #0D5EEB
RGB
CMYK
RGB Variations
Color information
#0D5EEB (or 0x0D5EEB) is known color: Navy Blue. HEX triplet: 0D, 5E and EB. RGB value is (13,94,235). Sum of RGB (Red+Green+Blue) = 13+94+235=342 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.80% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D5EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D5EEB is #F2A114. Grayscale: #555555. Windows color (decimal): -15900949 or 15425037. OLE color: 15425037.
HSL color Cylindrical-coordinate representation of color #0D5EEB: hue angle of 218.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D5EEB is Cyan = 0.94, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 94 | 235 | - |
| CMYK | 0.94 | 0.6 | 0 | 0.08 |
| HSL | 218.11º | 0.9% | 0.49% | - |
| HSV(B) | 218.11º | 0.94% | 0.92% | - |
| XYZ | 19.16 | 14.09 | 80.31 | - |
| YUV | 85.86 | 212.16 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 94 | 235 | 0.94 | 0.6 | 0 | 0.08 | 218.11 | 0.9 | 0.49 |
| Hex | D | 5E | EB | 5E | 3C | 0 | 8 | DA | 5A | 31 |
| Octal | 15 | 136 | 353 | 136 | 74 | 0 | 10 | 332 | 132 | 61 |
| Binary | 1101 | 1011110 | 11101011 | 1011110 | 111100 | 0 | 1000 | 11011010 | 1011010 | 110001 |
Color Harmonies of #0D5EEB
Complementary color
Monochromatic Colors of #0D5EEB
Black with #0D5EEB
Text Example
Text Example
White with #0D5EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5EEB; }
p { color: rgb(13,94,235); }
H1.HeaderClassName
{
color: #0D5EEB;
}
.AnyTagClassName
{
color: #0D5EEB;
}
</style>
background-color css
<style>
a { background-color: #0D5EEB; }
a { background-color: rgb(13,94,235); }
div.DivClassName
{
background-color: #0D5EEB;
}
.BgClassName
{
background-color: #0D5EEB;
}
</style>
border-color css
<style>
span { border-color: #0D5EEB; }
span { border-color: rgb(13,94,235); }
td.TdClassName
{
border-color: #0D5EEB;
}
.TagClassName
{
border-color: #0D5EEB;
}
</style>