Shades of Navy Blue #0D5BDA
Tints of Navy Blue #0D5BDA
RGB
CMYK
RGB Variations
Color information
#0D5BDA (or 0x0D5BDA) is known color: Navy Blue. HEX triplet: 0D, 5B and DA. RGB value is (13,91,218). Sum of RGB (Red+Green+Blue) = 13+91+218=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D5BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5BDA is #F2A425. Grayscale: #515151. Windows color (decimal): -15901734 or 14310157. OLE color: 14310157.
HSL color Cylindrical-coordinate representation of color #0D5BDA: hue angle of 217.17º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D5BDA is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 91 | 218 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.15 |
| HSL | 217.17º | 0.89% | 0.45% | - |
| HSV(B) | 217.17º | 0.94% | 0.85% | - |
| XYZ | 16.56 | 12.63 | 67.89 | - |
| YUV | 82.16 | 204.66 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 91 | 218 | 0.94 | 0.58 | 0 | 0.15 | 217.17 | 0.89 | 0.45 |
| Hex | D | 5B | DA | 5E | 3A | 0 | F | D9 | 59 | 2D |
| Octal | 15 | 133 | 332 | 136 | 72 | 0 | 17 | 331 | 131 | 55 |
| Binary | 1101 | 1011011 | 11011010 | 1011110 | 111010 | 0 | 1111 | 11011001 | 1011001 | 101101 |
Color Harmonies of #0D5BDA
Complementary color
Monochromatic Colors of #0D5BDA
Black with #0D5BDA
Text Example
Text Example
White with #0D5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5BDA; }
p { color: rgb(13,91,218); }
H1.HeaderClassName
{
color: #0D5BDA;
}
.AnyTagClassName
{
color: #0D5BDA;
}
</style>
background-color css
<style>
a { background-color: #0D5BDA; }
a { background-color: rgb(13,91,218); }
div.DivClassName
{
background-color: #0D5BDA;
}
.BgClassName
{
background-color: #0D5BDA;
}
</style>
border-color css
<style>
span { border-color: #0D5BDA; }
span { border-color: rgb(13,91,218); }
td.TdClassName
{
border-color: #0D5BDA;
}
.TagClassName
{
border-color: #0D5BDA;
}
</style>