Shades of Navy Blue #0541EA
Tints of Navy Blue #0541EA
RGB
CMYK
RGB Variations
Color information
#0541EA (or 0x0541EA) is known color: Navy Blue. HEX triplet: 05, 41 and EA. RGB value is (5,65,234). Sum of RGB (Red+Green+Blue) = 5+65+234=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 234 (91.80% from 255 or 76.97% from 304); Max value from RGB is 234 - color contains mainly: blue. Hex color #0541EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0541EA is #FABE15. Grayscale: #414141. Windows color (decimal): -16432662 or 15352069. OLE color: 15352069.
HSL color Cylindrical-coordinate representation of color #0541EA: hue angle of 224.28º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0541EA is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 65 | 234 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.08 |
| HSL | 224.28º | 0.96% | 0.47% | - |
| HSV(B) | 224.28º | 0.98% | 0.92% | - |
| XYZ | 16.8 | 9.75 | 78.84 | - |
| YUV | 66.33 | 222.62 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 234 | 0.98 | 0.72 | 0 | 0.08 | 224.28 | 0.96 | 0.47 |
| Hex | 5 | 41 | EA | 62 | 48 | 0 | 8 | E0 | 60 | 2F |
| Octal | 5 | 101 | 352 | 142 | 110 | 0 | 10 | 340 | 140 | 57 |
| Binary | 101 | 1000001 | 11101010 | 1100010 | 1001000 | 0 | 1000 | 11100000 | 1100000 | 101111 |
Color Harmonies of #0541EA
Complementary color
Monochromatic Colors of #0541EA
Black with #0541EA
Text Example
Text Example
White with #0541EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0541EA; }
p { color: rgb(5,65,234); }
H1.HeaderClassName
{
color: #0541EA;
}
.AnyTagClassName
{
color: #0541EA;
}
</style>
background-color css
<style>
a { background-color: #0541EA; }
a { background-color: rgb(5,65,234); }
div.DivClassName
{
background-color: #0541EA;
}
.BgClassName
{
background-color: #0541EA;
}
</style>
border-color css
<style>
span { border-color: #0541EA; }
span { border-color: rgb(5,65,234); }
td.TdClassName
{
border-color: #0541EA;
}
.TagClassName
{
border-color: #0541EA;
}
</style>