Shades of Navy Blue #0D5BDC
Tints of Navy Blue #0D5BDC
RGB
CMYK
RGB Variations
Color information
#0D5BDC (or 0x0D5BDC) is known color: Navy Blue. HEX triplet: 0D, 5B and DC. RGB value is (13,91,220). Sum of RGB (Red+Green+Blue) = 13+91+220=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D5BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5BDC is #F2A423. Grayscale: #515151. Windows color (decimal): -15901732 or 14441229. OLE color: 14441229.
HSL color Cylindrical-coordinate representation of color #0D5BDC: hue angle of 217.39º 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 #0D5BDC is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 91 | 220 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.14 |
| HSL | 217.39º | 0.89% | 0.46% | - |
| HSV(B) | 217.39º | 0.94% | 0.86% | - |
| XYZ | 16.83 | 12.74 | 69.28 | - |
| YUV | 82.38 | 205.66 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 91 | 220 | 0.94 | 0.59 | 0 | 0.14 | 217.39 | 0.89 | 0.46 |
| Hex | D | 5B | DC | 5E | 3B | 0 | E | D9 | 59 | 2E |
| Octal | 15 | 133 | 334 | 136 | 73 | 0 | 16 | 331 | 131 | 56 |
| Binary | 1101 | 1011011 | 11011100 | 1011110 | 111011 | 0 | 1110 | 11011001 | 1011001 | 101110 |
Color Harmonies of #0D5BDC
Complementary color
Monochromatic Colors of #0D5BDC
Black with #0D5BDC
Text Example
Text Example
White with #0D5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5BDC; }
p { color: rgb(13,91,220); }
H1.HeaderClassName
{
color: #0D5BDC;
}
.AnyTagClassName
{
color: #0D5BDC;
}
</style>
background-color css
<style>
a { background-color: #0D5BDC; }
a { background-color: rgb(13,91,220); }
div.DivClassName
{
background-color: #0D5BDC;
}
.BgClassName
{
background-color: #0D5BDC;
}
</style>
border-color css
<style>
span { border-color: #0D5BDC; }
span { border-color: rgb(13,91,220); }
td.TdClassName
{
border-color: #0D5BDC;
}
.TagClassName
{
border-color: #0D5BDC;
}
</style>