Shades of Navy Blue #0053FE
Tints of Navy Blue #0053FE
RGB
CMYK
RGB Variations
Color information
#0053FE (or 0x0053FE) is known color: Navy Blue. HEX triplet: 00, 53 and FE. RGB value is (0,83,254). Sum of RGB (Red+Green+Blue) = 0+83+254=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #0053FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0053FE is #FFAC01. Grayscale: #4C4C4C. Windows color (decimal): -16755714 or 16667392. OLE color: 16667392.
HSL color Cylindrical-coordinate representation of color #0053FE: hue angle of 220.39º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0053FE is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 83 | 254 | - |
| CMYK | 1 | 0.67 | 0 | 0.00 |
| HSL | 220.39º | 1% | 0.5% | - |
| HSV(B) | 220.39º | 1% | 1% | - |
| XYZ | 20.98 | 13.34 | 95.24 | - |
| YUV | 77.68 | 227.5 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 254 | 1 | 0.67 | 0 | 0.00 | 220.39 | 1 | 0.5 |
| Hex | 0 | 53 | FE | 64 | 43 | 0 | 0 | DC | 64 | 32 |
| Octal | 0 | 123 | 376 | 144 | 103 | 0 | 0 | 334 | 144 | 62 |
| Binary | 0 | 1010011 | 11111110 | 1100100 | 1000011 | 0 | 0 | 11011100 | 1100100 | 110010 |
Color Harmonies of #0053FE
Complementary color
Monochromatic Colors of #0053FE
Black with #0053FE
Text Example
Text Example
White with #0053FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0053FE; }
p { color: rgb(0,83,254); }
H1.HeaderClassName
{
color: #0053FE;
}
.AnyTagClassName
{
color: #0053FE;
}
</style>
background-color css
<style>
a { background-color: #0053FE; }
a { background-color: rgb(0,83,254); }
div.DivClassName
{
background-color: #0053FE;
}
.BgClassName
{
background-color: #0053FE;
}
</style>
border-color css
<style>
span { border-color: #0053FE; }
span { border-color: rgb(0,83,254); }
td.TdClassName
{
border-color: #0053FE;
}
.TagClassName
{
border-color: #0053FE;
}
</style>