Shades of Navy Blue #0D4BE1
Tints of Navy Blue #0D4BE1
RGB
CMYK
RGB Variations
Color information
#0D4BE1 (or 0x0D4BE1) is known color: Navy Blue. HEX triplet: 0D, 4B and E1. RGB value is (13,75,225). Sum of RGB (Red+Green+Blue) = 13+75+225=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 225 (88.28% from 255 or 71.88% from 313); Max value from RGB is 225 - color contains mainly: blue. Hex color #0D4BE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4BE1 is #F2B41E. Grayscale: #484848. Windows color (decimal): -15905823 or 14764813. OLE color: 14764813.
HSL color Cylindrical-coordinate representation of color #0D4BE1: hue angle of 222.45º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4BE1 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 75 | 225 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.12 |
| HSL | 222.45º | 0.89% | 0.47% | - |
| HSV(B) | 222.45º | 0.94% | 0.88% | - |
| XYZ | 16.27 | 10.55 | 72.41 | - |
| YUV | 73.56 | 213.46 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 225 | 0.94 | 0.67 | 0 | 0.12 | 222.45 | 0.89 | 0.47 |
| Hex | D | 4B | E1 | 5E | 43 | 0 | C | DE | 59 | 2F |
| Octal | 15 | 113 | 341 | 136 | 103 | 0 | 14 | 336 | 131 | 57 |
| Binary | 1101 | 1001011 | 11100001 | 1011110 | 1000011 | 0 | 1100 | 11011110 | 1011001 | 101111 |
Color Harmonies of #0D4BE1
Complementary color
Monochromatic Colors of #0D4BE1
Black with #0D4BE1
Text Example
Text Example
White with #0D4BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4BE1; }
p { color: rgb(13,75,225); }
H1.HeaderClassName
{
color: #0D4BE1;
}
.AnyTagClassName
{
color: #0D4BE1;
}
</style>
background-color css
<style>
a { background-color: #0D4BE1; }
a { background-color: rgb(13,75,225); }
div.DivClassName
{
background-color: #0D4BE1;
}
.BgClassName
{
background-color: #0D4BE1;
}
</style>
border-color css
<style>
span { border-color: #0D4BE1; }
span { border-color: rgb(13,75,225); }
td.TdClassName
{
border-color: #0D4BE1;
}
.TagClassName
{
border-color: #0D4BE1;
}
</style>