Shades of Navy Blue #0D5FEC
Tints of Navy Blue #0D5FEC
RGB
CMYK
RGB Variations
Color information
#0D5FEC (or 0x0D5FEC) is known color: Navy Blue. HEX triplet: 0D, 5F and EC. RGB value is (13,95,236). Sum of RGB (Red+Green+Blue) = 13+95+236=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #0D5FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D5FEC is #F2A013. Grayscale: #555555. Windows color (decimal): -15900692 or 15490829. OLE color: 15490829.
HSL color Cylindrical-coordinate representation of color #0D5FEC: hue angle of 217.94º 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 #0D5FEC is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 95 | 236 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.07 |
| HSL | 217.94º | 0.9% | 0.49% | - |
| HSV(B) | 217.94º | 0.94% | 0.93% | - |
| XYZ | 19.4 | 14.33 | 81.1 | - |
| YUV | 86.56 | 212.33 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 95 | 236 | 0.94 | 0.60 | 0 | 0.07 | 217.94 | 0.9 | 0.49 |
| Hex | D | 5F | EC | 5E | 3C | 0 | 7 | DA | 5A | 31 |
| Octal | 15 | 137 | 354 | 136 | 74 | 0 | 7 | 332 | 132 | 61 |
| Binary | 1101 | 1011111 | 11101100 | 1011110 | 111100 | 0 | 111 | 11011010 | 1011010 | 110001 |
Color Harmonies of #0D5FEC
Complementary color
Monochromatic Colors of #0D5FEC
Black with #0D5FEC
Text Example
Text Example
White with #0D5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5FEC; }
p { color: rgb(13,95,236); }
H1.HeaderClassName
{
color: #0D5FEC;
}
.AnyTagClassName
{
color: #0D5FEC;
}
</style>
background-color css
<style>
a { background-color: #0D5FEC; }
a { background-color: rgb(13,95,236); }
div.DivClassName
{
background-color: #0D5FEC;
}
.BgClassName
{
background-color: #0D5FEC;
}
</style>
border-color css
<style>
span { border-color: #0D5FEC; }
span { border-color: rgb(13,95,236); }
td.TdClassName
{
border-color: #0D5FEC;
}
.TagClassName
{
border-color: #0D5FEC;
}
</style>