Shades of Navy Blue #0053EB
Tints of Navy Blue #0053EB
RGB
CMYK
RGB Variations
Color information
#0053EB (or 0x0053EB) is known color: Navy Blue. HEX triplet: 00, 53 and EB. RGB value is (0,83,235). Sum of RGB (Red+Green+Blue) = 0+83+235=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #0053EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0053EB is #FFAC14. Grayscale: #4A4A4A. Windows color (decimal): -16755733 or 15422208. OLE color: 15422208.
HSL color Cylindrical-coordinate representation of color #0053EB: hue angle of 218.81º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0053EB is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 83 | 235 | - |
| CMYK | 1 | 0.65 | 0 | 0.08 |
| HSL | 218.81º | 1% | 0.46% | - |
| HSV(B) | 218.81º | 1% | 0.92% | - |
| XYZ | 18.09 | 12.18 | 80 | - |
| YUV | 75.51 | 218 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 235 | 1 | 0.65 | 0 | 0.08 | 218.81 | 1 | 0.46 |
| Hex | 0 | 53 | EB | 64 | 41 | 0 | 8 | DB | 64 | 2E |
| Octal | 0 | 123 | 353 | 144 | 101 | 0 | 10 | 333 | 144 | 56 |
| Binary | 0 | 1010011 | 11101011 | 1100100 | 1000001 | 0 | 1000 | 11011011 | 1100100 | 101110 |
Color Harmonies of #0053EB
Complementary color
Monochromatic Colors of #0053EB
Black with #0053EB
Text Example
Text Example
White with #0053EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0053EB; }
p { color: rgb(0,83,235); }
H1.HeaderClassName
{
color: #0053EB;
}
.AnyTagClassName
{
color: #0053EB;
}
</style>
background-color css
<style>
a { background-color: #0053EB; }
a { background-color: rgb(0,83,235); }
div.DivClassName
{
background-color: #0053EB;
}
.BgClassName
{
background-color: #0053EB;
}
</style>
border-color css
<style>
span { border-color: #0053EB; }
span { border-color: rgb(0,83,235); }
td.TdClassName
{
border-color: #0053EB;
}
.TagClassName
{
border-color: #0053EB;
}
</style>