Shades of Navy Blue #053FEF
Tints of Navy Blue #053FEF
RGB
CMYK
RGB Variations
Color information
#053FEF (or 0x053FEF) is known color: Navy Blue. HEX triplet: 05, 3F and EF. RGB value is (5,63,239). Sum of RGB (Red+Green+Blue) = 5+63+239=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #053FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053FEF is #FAC010. Grayscale: #404040. Windows color (decimal): -16433169 or 15679237. OLE color: 15679237.
HSL color Cylindrical-coordinate representation of color #053FEF: hue angle of 225.13º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053FEF is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 63 | 239 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.06 |
| HSL | 225.13º | 0.96% | 0.48% | - |
| HSV(B) | 225.13º | 0.98% | 0.94% | - |
| XYZ | 17.42 | 9.82 | 82.64 | - |
| YUV | 65.72 | 225.78 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 239 | 0.98 | 0.74 | 0 | 0.06 | 225.13 | 0.96 | 0.48 |
| Hex | 5 | 3F | EF | 62 | 4A | 0 | 6 | E1 | 60 | 30 |
| Octal | 5 | 77 | 357 | 142 | 112 | 0 | 6 | 341 | 140 | 60 |
| Binary | 101 | 111111 | 11101111 | 1100010 | 1001010 | 0 | 110 | 11100001 | 1100000 | 110000 |
Color Harmonies of #053FEF
Complementary color
Monochromatic Colors of #053FEF
Black with #053FEF
Text Example
Text Example
White with #053FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053FEF; }
p { color: rgb(5,63,239); }
H1.HeaderClassName
{
color: #053FEF;
}
.AnyTagClassName
{
color: #053FEF;
}
</style>
background-color css
<style>
a { background-color: #053FEF; }
a { background-color: rgb(5,63,239); }
div.DivClassName
{
background-color: #053FEF;
}
.BgClassName
{
background-color: #053FEF;
}
</style>
border-color css
<style>
span { border-color: #053FEF; }
span { border-color: rgb(5,63,239); }
td.TdClassName
{
border-color: #053FEF;
}
.TagClassName
{
border-color: #053FEF;
}
</style>