Shades of Navy Blue #053FF3
Tints of Navy Blue #053FF3
RGB
CMYK
RGB Variations
Color information
#053FF3 (or 0x053FF3) is known color: Navy Blue. HEX triplet: 05, 3F and F3. RGB value is (5,63,243). Sum of RGB (Red+Green+Blue) = 5+63+243=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 243 (95.31% from 255 or 78.14% from 311); Max value from RGB is 243 - color contains mainly: blue. Hex color #053FF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053FF3 is #FAC00C. Grayscale: #414141. Windows color (decimal): -16433165 or 15941381. OLE color: 15941381.
HSL color Cylindrical-coordinate representation of color #053FF3: hue angle of 225.38º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053FF3 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 63 | 243 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.05 |
| HSL | 225.38º | 0.96% | 0.49% | - |
| HSV(B) | 225.38º | 0.98% | 0.95% | - |
| XYZ | 18.02 | 10.06 | 85.79 | - |
| YUV | 66.18 | 227.78 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 243 | 0.98 | 0.74 | 0 | 0.05 | 225.38 | 0.96 | 0.49 |
| Hex | 5 | 3F | F3 | 62 | 4A | 0 | 5 | E1 | 60 | 31 |
| Octal | 5 | 77 | 363 | 142 | 112 | 0 | 5 | 341 | 140 | 61 |
| Binary | 101 | 111111 | 11110011 | 1100010 | 1001010 | 0 | 101 | 11100001 | 1100000 | 110001 |
Color Harmonies of #053FF3
Complementary color
Monochromatic Colors of #053FF3
Black with #053FF3
Text Example
Text Example
White with #053FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053FF3; }
p { color: rgb(5,63,243); }
H1.HeaderClassName
{
color: #053FF3;
}
.AnyTagClassName
{
color: #053FF3;
}
</style>
background-color css
<style>
a { background-color: #053FF3; }
a { background-color: rgb(5,63,243); }
div.DivClassName
{
background-color: #053FF3;
}
.BgClassName
{
background-color: #053FF3;
}
</style>
border-color css
<style>
span { border-color: #053FF3; }
span { border-color: rgb(5,63,243); }
td.TdClassName
{
border-color: #053FF3;
}
.TagClassName
{
border-color: #053FF3;
}
</style>