Shades of Navy Blue #0D45EA
Tints of Navy Blue #0D45EA
RGB
CMYK
RGB Variations
Color information
#0D45EA (or 0x0D45EA) is known color: Navy Blue. HEX triplet: 0D, 45 and EA. RGB value is (13,69,234). Sum of RGB (Red+Green+Blue) = 13+69+234=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D45EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D45EA is #F2BA15. Grayscale: #464646. Windows color (decimal): -15907350 or 15353101. OLE color: 15353101.
HSL color Cylindrical-coordinate representation of color #0D45EA: hue angle of 224.8º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D45EA is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 69 | 234 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.08 |
| HSL | 224.8º | 0.89% | 0.48% | - |
| HSV(B) | 224.8º | 0.94% | 0.92% | - |
| XYZ | 17.15 | 10.28 | 78.92 | - |
| YUV | 71.07 | 219.95 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 69 | 234 | 0.94 | 0.71 | 0 | 0.08 | 224.8 | 0.89 | 0.48 |
| Hex | D | 45 | EA | 5E | 47 | 0 | 8 | E1 | 59 | 30 |
| Octal | 15 | 105 | 352 | 136 | 107 | 0 | 10 | 341 | 131 | 60 |
| Binary | 1101 | 1000101 | 11101010 | 1011110 | 1000111 | 0 | 1000 | 11100001 | 1011001 | 110000 |
Color Harmonies of #0D45EA
Complementary color
Monochromatic Colors of #0D45EA
Black with #0D45EA
Text Example
Text Example
White with #0D45EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D45EA; }
p { color: rgb(13,69,234); }
H1.HeaderClassName
{
color: #0D45EA;
}
.AnyTagClassName
{
color: #0D45EA;
}
</style>
background-color css
<style>
a { background-color: #0D45EA; }
a { background-color: rgb(13,69,234); }
div.DivClassName
{
background-color: #0D45EA;
}
.BgClassName
{
background-color: #0D45EA;
}
</style>
border-color css
<style>
span { border-color: #0D45EA; }
span { border-color: rgb(13,69,234); }
td.TdClassName
{
border-color: #0D45EA;
}
.TagClassName
{
border-color: #0D45EA;
}
</style>