Shades of Navy Blue #053DF5
Tints of Navy Blue #053DF5
RGB
CMYK
RGB Variations
Color information
#053DF5 (or 0x053DF5) is known color: Navy Blue. HEX triplet: 05, 3D and F5. RGB value is (5,61,245). Sum of RGB (Red+Green+Blue) = 5+61+245=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 245 (96.09% from 255 or 78.78% from 311); Max value from RGB is 245 - color contains mainly: blue. Hex color #053DF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053DF5 is #FAC20A. Grayscale: #404040. Windows color (decimal): -16433675 or 16071941. OLE color: 16071941.
HSL color Cylindrical-coordinate representation of color #053DF5: hue angle of 226º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053DF5 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 61 | 245 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.04 |
| HSL | 226º | 0.96% | 0.49% | - |
| HSV(B) | 226º | 0.98% | 0.96% | - |
| XYZ | 18.21 | 9.96 | 87.35 | - |
| YUV | 65.23 | 229.45 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 245 | 0.98 | 0.75 | 0 | 0.04 | 226 | 0.96 | 0.49 |
| Hex | 5 | 3D | F5 | 62 | 4B | 0 | 4 | E2 | 60 | 31 |
| Octal | 5 | 75 | 365 | 142 | 113 | 0 | 4 | 342 | 140 | 61 |
| Binary | 101 | 111101 | 11110101 | 1100010 | 1001011 | 0 | 100 | 11100010 | 1100000 | 110001 |
Color Harmonies of #053DF5
Complementary color
Monochromatic Colors of #053DF5
Black with #053DF5
Text Example
Text Example
White with #053DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DF5; }
p { color: rgb(5,61,245); }
H1.HeaderClassName
{
color: #053DF5;
}
.AnyTagClassName
{
color: #053DF5;
}
</style>
background-color css
<style>
a { background-color: #053DF5; }
a { background-color: rgb(5,61,245); }
div.DivClassName
{
background-color: #053DF5;
}
.BgClassName
{
background-color: #053DF5;
}
</style>
border-color css
<style>
span { border-color: #053DF5; }
span { border-color: rgb(5,61,245); }
td.TdClassName
{
border-color: #053DF5;
}
.TagClassName
{
border-color: #053DF5;
}
</style>