Shades of Navy Blue #0D5ADC
Tints of Navy Blue #0D5ADC
RGB
CMYK
RGB Variations
Color information
#0D5ADC (or 0x0D5ADC) is known color: Navy Blue. HEX triplet: 0D, 5A and DC. RGB value is (13,90,220). Sum of RGB (Red+Green+Blue) = 13+90+220=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 220 (86.33% from 255 or 68.11% from 323); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D5ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5ADC is #F2A523. Grayscale: #515151. Windows color (decimal): -15901988 or 14440973. OLE color: 14440973.
HSL color Cylindrical-coordinate representation of color #0D5ADC: hue angle of 217.68º 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 #0D5ADC is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 90 | 220 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.14 |
| HSL | 217.68º | 0.89% | 0.46% | - |
| HSV(B) | 217.68º | 0.94% | 0.86% | - |
| XYZ | 16.74 | 12.57 | 69.25 | - |
| YUV | 81.8 | 205.99 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 90 | 220 | 0.94 | 0.59 | 0 | 0.14 | 217.68 | 0.89 | 0.46 |
| Hex | D | 5A | DC | 5E | 3B | 0 | E | DA | 59 | 2E |
| Octal | 15 | 132 | 334 | 136 | 73 | 0 | 16 | 332 | 131 | 56 |
| Binary | 1101 | 1011010 | 11011100 | 1011110 | 111011 | 0 | 1110 | 11011010 | 1011001 | 101110 |
Color Harmonies of #0D5ADC
Complementary color
Monochromatic Colors of #0D5ADC
Black with #0D5ADC
Text Example
Text Example
White with #0D5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5ADC; }
p { color: rgb(13,90,220); }
H1.HeaderClassName
{
color: #0D5ADC;
}
.AnyTagClassName
{
color: #0D5ADC;
}
</style>
background-color css
<style>
a { background-color: #0D5ADC; }
a { background-color: rgb(13,90,220); }
div.DivClassName
{
background-color: #0D5ADC;
}
.BgClassName
{
background-color: #0D5ADC;
}
</style>
border-color css
<style>
span { border-color: #0D5ADC; }
span { border-color: rgb(13,90,220); }
td.TdClassName
{
border-color: #0D5ADC;
}
.TagClassName
{
border-color: #0D5ADC;
}
</style>