Shades of Navy Blue #0D5AD6
Tints of Navy Blue #0D5AD6
RGB
CMYK
RGB Variations
Color information
#0D5AD6 (or 0x0D5AD6) is known color: Navy Blue. HEX triplet: 0D, 5A and D6. RGB value is (13,90,214). Sum of RGB (Red+Green+Blue) = 13+90+214=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 214 (83.98% from 255 or 67.51% from 317); Max value from RGB is 214 - color contains mainly: blue. Hex color #0D5AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5AD6 is #F2A529. Grayscale: #505050. Windows color (decimal): -15901994 or 14047757. OLE color: 14047757.
HSL color Cylindrical-coordinate representation of color #0D5AD6: hue angle of 217.01º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D5AD6 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 90 | 214 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.16 |
| HSL | 217.01º | 0.89% | 0.45% | - |
| HSV(B) | 217.01º | 0.94% | 0.84% | - |
| XYZ | 15.96 | 12.25 | 65.14 | - |
| YUV | 81.11 | 202.99 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 90 | 214 | 0.94 | 0.58 | 0 | 0.16 | 217.01 | 0.89 | 0.45 |
| Hex | D | 5A | D6 | 5E | 3A | 0 | 10 | D9 | 59 | 2D |
| Octal | 15 | 132 | 326 | 136 | 72 | 0 | 20 | 331 | 131 | 55 |
| Binary | 1101 | 1011010 | 11010110 | 1011110 | 111010 | 0 | 10000 | 11011001 | 1011001 | 101101 |
Color Harmonies of #0D5AD6
Complementary color
Monochromatic Colors of #0D5AD6
Black with #0D5AD6
Text Example
Text Example
White with #0D5AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5AD6; }
p { color: rgb(13,90,214); }
H1.HeaderClassName
{
color: #0D5AD6;
}
.AnyTagClassName
{
color: #0D5AD6;
}
</style>
background-color css
<style>
a { background-color: #0D5AD6; }
a { background-color: rgb(13,90,214); }
div.DivClassName
{
background-color: #0D5AD6;
}
.BgClassName
{
background-color: #0D5AD6;
}
</style>
border-color css
<style>
span { border-color: #0D5AD6; }
span { border-color: rgb(13,90,214); }
td.TdClassName
{
border-color: #0D5AD6;
}
.TagClassName
{
border-color: #0D5AD6;
}
</style>