Shades of Navy Blue #0D4ADF
Tints of Navy Blue #0D4ADF
RGB
CMYK
RGB Variations
Color information
#0D4ADF (or 0x0D4ADF) is known color: Navy Blue. HEX triplet: 0D, 4A and DF. RGB value is (13,74,223). Sum of RGB (Red+Green+Blue) = 13+74+223=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D4ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4ADF is #F2B520. Grayscale: #484848. Windows color (decimal): -15906081 or 14633485. OLE color: 14633485.
HSL color Cylindrical-coordinate representation of color #0D4ADF: hue angle of 222.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4ADF is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 74 | 223 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.13 |
| HSL | 222.57º | 0.89% | 0.46% | - |
| HSV(B) | 222.57º | 0.94% | 0.87% | - |
| XYZ | 15.93 | 10.31 | 70.96 | - |
| YUV | 72.75 | 212.79 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 223 | 0.94 | 0.67 | 0 | 0.13 | 222.57 | 0.89 | 0.46 |
| Hex | D | 4A | DF | 5E | 43 | 0 | D | DF | 59 | 2E |
| Octal | 15 | 112 | 337 | 136 | 103 | 0 | 15 | 337 | 131 | 56 |
| Binary | 1101 | 1001010 | 11011111 | 1011110 | 1000011 | 0 | 1101 | 11011111 | 1011001 | 101110 |
Color Harmonies of #0D4ADF
Complementary color
Monochromatic Colors of #0D4ADF
Black with #0D4ADF
Text Example
Text Example
White with #0D4ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4ADF; }
p { color: rgb(13,74,223); }
H1.HeaderClassName
{
color: #0D4ADF;
}
.AnyTagClassName
{
color: #0D4ADF;
}
</style>
background-color css
<style>
a { background-color: #0D4ADF; }
a { background-color: rgb(13,74,223); }
div.DivClassName
{
background-color: #0D4ADF;
}
.BgClassName
{
background-color: #0D4ADF;
}
</style>
border-color css
<style>
span { border-color: #0D4ADF; }
span { border-color: rgb(13,74,223); }
td.TdClassName
{
border-color: #0D4ADF;
}
.TagClassName
{
border-color: #0D4ADF;
}
</style>