Shades of Navy Blue #0D4BDA
Tints of Navy Blue #0D4BDA
RGB
CMYK
RGB Variations
Color information
#0D4BDA (or 0x0D4BDA) is known color: Navy Blue. HEX triplet: 0D, 4B and DA. RGB value is (13,75,218). Sum of RGB (Red+Green+Blue) = 13+75+218=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 218 (85.55% from 255 or 71.24% from 306); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D4BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4BDA is #F2B425. Grayscale: #484848. Windows color (decimal): -15905830 or 14306061. OLE color: 14306061.
HSL color Cylindrical-coordinate representation of color #0D4BDA: hue angle of 221.85º 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 #0D4BDA is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 75 | 218 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.15 |
| HSL | 221.85º | 0.89% | 0.45% | - |
| HSV(B) | 221.85º | 0.94% | 0.85% | - |
| XYZ | 15.34 | 10.18 | 67.49 | - |
| YUV | 72.76 | 209.96 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 218 | 0.94 | 0.66 | 0 | 0.15 | 221.85 | 0.89 | 0.45 |
| Hex | D | 4B | DA | 5E | 42 | 0 | F | DE | 59 | 2D |
| Octal | 15 | 113 | 332 | 136 | 102 | 0 | 17 | 336 | 131 | 55 |
| Binary | 1101 | 1001011 | 11011010 | 1011110 | 1000010 | 0 | 1111 | 11011110 | 1011001 | 101101 |
Color Harmonies of #0D4BDA
Complementary color
Monochromatic Colors of #0D4BDA
Black with #0D4BDA
Text Example
Text Example
White with #0D4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4BDA; }
p { color: rgb(13,75,218); }
H1.HeaderClassName
{
color: #0D4BDA;
}
.AnyTagClassName
{
color: #0D4BDA;
}
</style>
background-color css
<style>
a { background-color: #0D4BDA; }
a { background-color: rgb(13,75,218); }
div.DivClassName
{
background-color: #0D4BDA;
}
.BgClassName
{
background-color: #0D4BDA;
}
</style>
border-color css
<style>
span { border-color: #0D4BDA; }
span { border-color: rgb(13,75,218); }
td.TdClassName
{
border-color: #0D4BDA;
}
.TagClassName
{
border-color: #0D4BDA;
}
</style>