Shades of Navy Blue #0D6EE5
Tints of Navy Blue #0D6EE5
RGB
CMYK
RGB Variations
Color information
#0D6EE5 (or 0x0D6EE5) is known color: Navy Blue. HEX triplet: 0D, 6E and E5. RGB value is (13,110,229). Sum of RGB (Red+Green+Blue) = 13+110+229=352 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.69% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 229 (89.84% from 255 or 65.06% from 352); Max value from RGB is 229 - color contains mainly: blue. Hex color #0D6EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6EE5 is #F2911A. Grayscale: #5D5D5D. Windows color (decimal): -15896859 or 15035917. OLE color: 15035917.
HSL color Cylindrical-coordinate representation of color #0D6EE5: hue angle of 213.06º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D6EE5 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 110 | 229 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.10 |
| HSL | 213.06º | 0.89% | 0.47% | - |
| HSV(B) | 213.06º | 0.94% | 0.9% | - |
| XYZ | 19.88 | 16.89 | 76.34 | - |
| YUV | 94.56 | 203.86 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 110 | 229 | 0.94 | 0.52 | 0 | 0.10 | 213.06 | 0.89 | 0.47 |
| Hex | D | 6E | E5 | 5E | 34 | 0 | A | D5 | 59 | 2F |
| Octal | 15 | 156 | 345 | 136 | 64 | 0 | 12 | 325 | 131 | 57 |
| Binary | 1101 | 1101110 | 11100101 | 1011110 | 110100 | 0 | 1010 | 11010101 | 1011001 | 101111 |
Color Harmonies of #0D6EE5
Complementary color
Monochromatic Colors of #0D6EE5
Black with #0D6EE5
Text Example
Text Example
White with #0D6EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6EE5; }
p { color: rgb(13,110,229); }
H1.HeaderClassName
{
color: #0D6EE5;
}
.AnyTagClassName
{
color: #0D6EE5;
}
</style>
background-color css
<style>
a { background-color: #0D6EE5; }
a { background-color: rgb(13,110,229); }
div.DivClassName
{
background-color: #0D6EE5;
}
.BgClassName
{
background-color: #0D6EE5;
}
</style>
border-color css
<style>
span { border-color: #0D6EE5; }
span { border-color: rgb(13,110,229); }
td.TdClassName
{
border-color: #0D6EE5;
}
.TagClassName
{
border-color: #0D6EE5;
}
</style>