Shades of Navy Blue #0D5DDA
Tints of Navy Blue #0D5DDA
RGB
CMYK
RGB Variations
Color information
#0D5DDA (or 0x0D5DDA) is known color: Navy Blue. HEX triplet: 0D, 5D and DA. RGB value is (13,93,218). Sum of RGB (Red+Green+Blue) = 13+93+218=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 218 (85.55% from 255 or 67.28% from 324); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D5DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5DDA is #F2A225. Grayscale: #525252. Windows color (decimal): -15901222 or 14310669. OLE color: 14310669.
HSL color Cylindrical-coordinate representation of color #0D5DDA: hue angle of 216.59º 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 #0D5DDA is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 93 | 218 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.15 |
| HSL | 216.59º | 0.89% | 0.45% | - |
| HSV(B) | 216.59º | 0.94% | 0.85% | - |
| XYZ | 16.74 | 12.98 | 67.95 | - |
| YUV | 83.33 | 204 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 93 | 218 | 0.94 | 0.57 | 0 | 0.15 | 216.59 | 0.89 | 0.45 |
| Hex | D | 5D | DA | 5E | 39 | 0 | F | D9 | 59 | 2D |
| Octal | 15 | 135 | 332 | 136 | 71 | 0 | 17 | 331 | 131 | 55 |
| Binary | 1101 | 1011101 | 11011010 | 1011110 | 111001 | 0 | 1111 | 11011001 | 1011001 | 101101 |
Color Harmonies of #0D5DDA
Complementary color
Monochromatic Colors of #0D5DDA
Black with #0D5DDA
Text Example
Text Example
White with #0D5DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5DDA; }
p { color: rgb(13,93,218); }
H1.HeaderClassName
{
color: #0D5DDA;
}
.AnyTagClassName
{
color: #0D5DDA;
}
</style>
background-color css
<style>
a { background-color: #0D5DDA; }
a { background-color: rgb(13,93,218); }
div.DivClassName
{
background-color: #0D5DDA;
}
.BgClassName
{
background-color: #0D5DDA;
}
</style>
border-color css
<style>
span { border-color: #0D5DDA; }
span { border-color: rgb(13,93,218); }
td.TdClassName
{
border-color: #0D5DDA;
}
.TagClassName
{
border-color: #0D5DDA;
}
</style>