Shades of Navy Blue #053EFA
Tints of Navy Blue #053EFA
RGB
CMYK
RGB Variations
Color information
#053EFA (or 0x053EFA) is known color: Navy Blue. HEX triplet: 05, 3E and FA. RGB value is (5,62,250). Sum of RGB (Red+Green+Blue) = 5+62+250=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 250 (98.05% from 255 or 78.86% from 317); Max value from RGB is 250 - color contains mainly: blue. Hex color #053EFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053EFA is #FAC105. Grayscale: #414141. Windows color (decimal): -16433414 or 16399877. OLE color: 16399877.
HSL color Cylindrical-coordinate representation of color #053EFA: hue angle of 226.04º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053EFA is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 62 | 250 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.02 |
| HSL | 226.04º | 0.96% | 0.5% | - |
| HSV(B) | 226.04º | 0.98% | 0.98% | - |
| XYZ | 19.04 | 10.38 | 91.44 | - |
| YUV | 66.39 | 231.62 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 250 | 0.98 | 0.75 | 0 | 0.02 | 226.04 | 0.96 | 0.5 |
| Hex | 5 | 3E | FA | 62 | 4B | 0 | 2 | E2 | 60 | 32 |
| Octal | 5 | 76 | 372 | 142 | 113 | 0 | 2 | 342 | 140 | 62 |
| Binary | 101 | 111110 | 11111010 | 1100010 | 1001011 | 0 | 10 | 11100010 | 1100000 | 110010 |
Color Harmonies of #053EFA
Complementary color
Monochromatic Colors of #053EFA
Black with #053EFA
Text Example
Text Example
White with #053EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053EFA; }
p { color: rgb(5,62,250); }
H1.HeaderClassName
{
color: #053EFA;
}
.AnyTagClassName
{
color: #053EFA;
}
</style>
background-color css
<style>
a { background-color: #053EFA; }
a { background-color: rgb(5,62,250); }
div.DivClassName
{
background-color: #053EFA;
}
.BgClassName
{
background-color: #053EFA;
}
</style>
border-color css
<style>
span { border-color: #053EFA; }
span { border-color: rgb(5,62,250); }
td.TdClassName
{
border-color: #053EFA;
}
.TagClassName
{
border-color: #053EFA;
}
</style>