Shades of Navy Blue #0D5DEC
Tints of Navy Blue #0D5DEC
RGB
CMYK
RGB Variations
Color information
#0D5DEC (or 0x0D5DEC) is known color: Navy Blue. HEX triplet: 0D, 5D and EC. RGB value is (13,93,236). Sum of RGB (Red+Green+Blue) = 13+93+236=342 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.80% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #0D5DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D5DEC is #F2A213. Grayscale: #545454. Windows color (decimal): -15901204 or 15490317. OLE color: 15490317.
HSL color Cylindrical-coordinate representation of color #0D5DEC: hue angle of 218.48º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D5DEC is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 93 | 236 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.07 |
| HSL | 218.48º | 0.9% | 0.49% | - |
| HSV(B) | 218.48º | 0.94% | 0.93% | - |
| XYZ | 19.22 | 13.97 | 81.04 | - |
| YUV | 85.38 | 213 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 93 | 236 | 0.94 | 0.61 | 0 | 0.07 | 218.48 | 0.9 | 0.49 |
| Hex | D | 5D | EC | 5E | 3D | 0 | 7 | DA | 5A | 31 |
| Octal | 15 | 135 | 354 | 136 | 75 | 0 | 7 | 332 | 132 | 61 |
| Binary | 1101 | 1011101 | 11101100 | 1011110 | 111101 | 0 | 111 | 11011010 | 1011010 | 110001 |
Color Harmonies of #0D5DEC
Complementary color
Monochromatic Colors of #0D5DEC
Black with #0D5DEC
Text Example
Text Example
White with #0D5DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5DEC; }
p { color: rgb(13,93,236); }
H1.HeaderClassName
{
color: #0D5DEC;
}
.AnyTagClassName
{
color: #0D5DEC;
}
</style>
background-color css
<style>
a { background-color: #0D5DEC; }
a { background-color: rgb(13,93,236); }
div.DivClassName
{
background-color: #0D5DEC;
}
.BgClassName
{
background-color: #0D5DEC;
}
</style>
border-color css
<style>
span { border-color: #0D5DEC; }
span { border-color: rgb(13,93,236); }
td.TdClassName
{
border-color: #0D5DEC;
}
.TagClassName
{
border-color: #0D5DEC;
}
</style>