Shades of Navy Blue #0D6EC5
Tints of Navy Blue #0D6EC5
RGB
CMYK
RGB Variations
Color information
#0D6EC5 (or 0x0D6EC5) is known color: Navy Blue. HEX triplet: 0D, 6E and C5. RGB value is (13,110,197). Sum of RGB (Red+Green+Blue) = 13+110+197=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 197 (77.34% from 255 or 61.56% from 320); Max value from RGB is 197 - color contains mainly: blue. Hex color #0D6EC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6EC5 is #F2913A. Grayscale: #5A5A5A. Windows color (decimal): -15896891 or 12938765. OLE color: 12938765.
HSL color Cylindrical-coordinate representation of color #0D6EC5: hue angle of 208.37º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D6EC5 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 110 | 197 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.23 |
| HSL | 208.37º | 0.88% | 0.41% | - |
| HSV(B) | 208.37º | 0.93% | 0.77% | - |
| XYZ | 15.82 | 15.27 | 54.94 | - |
| YUV | 90.92 | 187.86 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 110 | 197 | 0.93 | 0.44 | 0 | 0.23 | 208.37 | 0.88 | 0.41 |
| Hex | D | 6E | C5 | 5D | 2C | 0 | 17 | D0 | 58 | 29 |
| Octal | 15 | 156 | 305 | 135 | 54 | 0 | 27 | 320 | 130 | 51 |
| Binary | 1101 | 1101110 | 11000101 | 1011101 | 101100 | 0 | 10111 | 11010000 | 1011000 | 101001 |
Color Harmonies of #0D6EC5
Complementary color
Monochromatic Colors of #0D6EC5
Black with #0D6EC5
Text Example
Text Example
White with #0D6EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6EC5; }
p { color: rgb(13,110,197); }
H1.HeaderClassName
{
color: #0D6EC5;
}
.AnyTagClassName
{
color: #0D6EC5;
}
</style>
background-color css
<style>
a { background-color: #0D6EC5; }
a { background-color: rgb(13,110,197); }
div.DivClassName
{
background-color: #0D6EC5;
}
.BgClassName
{
background-color: #0D6EC5;
}
</style>
border-color css
<style>
span { border-color: #0D6EC5; }
span { border-color: rgb(13,110,197); }
td.TdClassName
{
border-color: #0D6EC5;
}
.TagClassName
{
border-color: #0D6EC5;
}
</style>