Shades of Navy Blue #0D4ADC
Tints of Navy Blue #0D4ADC
RGB
CMYK
RGB Variations
Color information
#0D4ADC (or 0x0D4ADC) is known color: Navy Blue. HEX triplet: 0D, 4A and DC. RGB value is (13,74,220). Sum of RGB (Red+Green+Blue) = 13+74+220=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D4ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4ADC is #F2B523. Grayscale: #474747. Windows color (decimal): -15906084 or 14436877. OLE color: 14436877.
HSL color Cylindrical-coordinate representation of color #0D4ADC: hue angle of 222.32º 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 #0D4ADC is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 74 | 220 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.14 |
| HSL | 222.32º | 0.89% | 0.46% | - |
| HSV(B) | 222.32º | 0.94% | 0.86% | - |
| XYZ | 15.53 | 10.15 | 68.85 | - |
| YUV | 72.41 | 211.29 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 220 | 0.94 | 0.66 | 0 | 0.14 | 222.32 | 0.89 | 0.46 |
| Hex | D | 4A | DC | 5E | 42 | 0 | E | DE | 59 | 2E |
| Octal | 15 | 112 | 334 | 136 | 102 | 0 | 16 | 336 | 131 | 56 |
| Binary | 1101 | 1001010 | 11011100 | 1011110 | 1000010 | 0 | 1110 | 11011110 | 1011001 | 101110 |
Color Harmonies of #0D4ADC
Complementary color
Monochromatic Colors of #0D4ADC
Black with #0D4ADC
Text Example
Text Example
White with #0D4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4ADC; }
p { color: rgb(13,74,220); }
H1.HeaderClassName
{
color: #0D4ADC;
}
.AnyTagClassName
{
color: #0D4ADC;
}
</style>
background-color css
<style>
a { background-color: #0D4ADC; }
a { background-color: rgb(13,74,220); }
div.DivClassName
{
background-color: #0D4ADC;
}
.BgClassName
{
background-color: #0D4ADC;
}
</style>
border-color css
<style>
span { border-color: #0D4ADC; }
span { border-color: rgb(13,74,220); }
td.TdClassName
{
border-color: #0D4ADC;
}
.TagClassName
{
border-color: #0D4ADC;
}
</style>