Shades of Navy Blue #0D53EA
Tints of Navy Blue #0D53EA
RGB
CMYK
RGB Variations
Color information
#0D53EA (or 0x0D53EA) is known color: Navy Blue. HEX triplet: 0D, 53 and EA. RGB value is (13,83,234). Sum of RGB (Red+Green+Blue) = 13+83+234=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D53EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D53EA is #F2AC15. Grayscale: #4E4E4E. Windows color (decimal): -15903766 or 15356685. OLE color: 15356685.
HSL color Cylindrical-coordinate representation of color #0D53EA: hue angle of 221º 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 #0D53EA is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 83 | 234 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.08 |
| HSL | 221º | 0.89% | 0.48% | - |
| HSV(B) | 221º | 0.94% | 0.92% | - |
| XYZ | 18.11 | 12.21 | 79.24 | - |
| YUV | 79.28 | 215.31 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 234 | 0.94 | 0.65 | 0 | 0.08 | 221 | 0.89 | 0.48 |
| Hex | D | 53 | EA | 5E | 41 | 0 | 8 | DD | 59 | 30 |
| Octal | 15 | 123 | 352 | 136 | 101 | 0 | 10 | 335 | 131 | 60 |
| Binary | 1101 | 1010011 | 11101010 | 1011110 | 1000001 | 0 | 1000 | 11011101 | 1011001 | 110000 |
Color Harmonies of #0D53EA
Complementary color
Monochromatic Colors of #0D53EA
Black with #0D53EA
Text Example
Text Example
White with #0D53EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D53EA; }
p { color: rgb(13,83,234); }
H1.HeaderClassName
{
color: #0D53EA;
}
.AnyTagClassName
{
color: #0D53EA;
}
</style>
background-color css
<style>
a { background-color: #0D53EA; }
a { background-color: rgb(13,83,234); }
div.DivClassName
{
background-color: #0D53EA;
}
.BgClassName
{
background-color: #0D53EA;
}
</style>
border-color css
<style>
span { border-color: #0D53EA; }
span { border-color: rgb(13,83,234); }
td.TdClassName
{
border-color: #0D53EA;
}
.TagClassName
{
border-color: #0D53EA;
}
</style>