Shades of Navy Blue #0D5DDC
Tints of Navy Blue #0D5DDC
RGB
CMYK
RGB Variations
Color information
#0D5DDC (or 0x0D5DDC) is known color: Navy Blue. HEX triplet: 0D, 5D and DC. RGB value is (13,93,220). Sum of RGB (Red+Green+Blue) = 13+93+220=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D5DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5DDC is #F2A223. Grayscale: #525252. Windows color (decimal): -15901220 or 14441741. OLE color: 14441741.
HSL color Cylindrical-coordinate representation of color #0D5DDC: hue angle of 216.81º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D5DDC is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 93 | 220 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.14 |
| HSL | 216.81º | 0.89% | 0.46% | - |
| HSV(B) | 216.81º | 0.94% | 0.86% | - |
| XYZ | 17 | 13.08 | 69.34 | - |
| YUV | 83.56 | 205 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 93 | 220 | 0.94 | 0.58 | 0 | 0.14 | 216.81 | 0.89 | 0.46 |
| Hex | D | 5D | DC | 5E | 3A | 0 | E | D9 | 59 | 2E |
| Octal | 15 | 135 | 334 | 136 | 72 | 0 | 16 | 331 | 131 | 56 |
| Binary | 1101 | 1011101 | 11011100 | 1011110 | 111010 | 0 | 1110 | 11011001 | 1011001 | 101110 |
Color Harmonies of #0D5DDC
Complementary color
Monochromatic Colors of #0D5DDC
Black with #0D5DDC
Text Example
Text Example
White with #0D5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5DDC; }
p { color: rgb(13,93,220); }
H1.HeaderClassName
{
color: #0D5DDC;
}
.AnyTagClassName
{
color: #0D5DDC;
}
</style>
background-color css
<style>
a { background-color: #0D5DDC; }
a { background-color: rgb(13,93,220); }
div.DivClassName
{
background-color: #0D5DDC;
}
.BgClassName
{
background-color: #0D5DDC;
}
</style>
border-color css
<style>
span { border-color: #0D5DDC; }
span { border-color: rgb(13,93,220); }
td.TdClassName
{
border-color: #0D5DDC;
}
.TagClassName
{
border-color: #0D5DDC;
}
</style>