Shades of Navy Blue #053EF2
Tints of Navy Blue #053EF2
RGB
CMYK
RGB Variations
Color information
#053EF2 (or 0x053EF2) is known color: Navy Blue. HEX triplet: 05, 3E and F2. RGB value is (5,62,242). Sum of RGB (Red+Green+Blue) = 5+62+242=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 242 (94.92% from 255 or 78.32% from 309); Max value from RGB is 242 - color contains mainly: blue. Hex color #053EF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053EF2 is #FAC10D. Grayscale: #404040. Windows color (decimal): -16433422 or 15875589. OLE color: 15875589.
HSL color Cylindrical-coordinate representation of color #053EF2: hue angle of 225.57º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053EF2 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 62 | 242 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.05 |
| HSL | 225.57º | 0.96% | 0.48% | - |
| HSV(B) | 225.57º | 0.98% | 0.95% | - |
| XYZ | 17.81 | 9.89 | 84.97 | - |
| YUV | 65.48 | 227.62 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 242 | 0.98 | 0.74 | 0 | 0.05 | 225.57 | 0.96 | 0.48 |
| Hex | 5 | 3E | F2 | 62 | 4A | 0 | 5 | E2 | 60 | 30 |
| Octal | 5 | 76 | 362 | 142 | 112 | 0 | 5 | 342 | 140 | 60 |
| Binary | 101 | 111110 | 11110010 | 1100010 | 1001010 | 0 | 101 | 11100010 | 1100000 | 110000 |
Color Harmonies of #053EF2
Complementary color
Monochromatic Colors of #053EF2
Black with #053EF2
Text Example
Text Example
White with #053EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053EF2; }
p { color: rgb(5,62,242); }
H1.HeaderClassName
{
color: #053EF2;
}
.AnyTagClassName
{
color: #053EF2;
}
</style>
background-color css
<style>
a { background-color: #053EF2; }
a { background-color: rgb(5,62,242); }
div.DivClassName
{
background-color: #053EF2;
}
.BgClassName
{
background-color: #053EF2;
}
</style>
border-color css
<style>
span { border-color: #053EF2; }
span { border-color: rgb(5,62,242); }
td.TdClassName
{
border-color: #053EF2;
}
.TagClassName
{
border-color: #053EF2;
}
</style>