Shades of Navy Blue #0053DE
Tints of Navy Blue #0053DE
RGB
CMYK
RGB Variations
Color information
#0053DE (or 0x0053DE) is known color: Navy Blue. HEX triplet: 00, 53 and DE. RGB value is (0,83,222). Sum of RGB (Red+Green+Blue) = 0+83+222=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #0053DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0053DE is #FFAC21. Grayscale: #494949. Windows color (decimal): -16755746 or 14570240. OLE color: 14570240.
HSL color Cylindrical-coordinate representation of color #0053DE: hue angle of 217.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0053DE is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 83 | 222 | - |
| CMYK | 1 | 0.63 | 0 | 0.13 |
| HSL | 217.57º | 1% | 0.44% | - |
| HSV(B) | 217.57º | 1% | 0.87% | - |
| XYZ | 16.28 | 11.46 | 70.46 | - |
| YUV | 74.03 | 211.5 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 222 | 1 | 0.63 | 0 | 0.13 | 217.57 | 1 | 0.44 |
| Hex | 0 | 53 | DE | 64 | 3F | 0 | D | DA | 64 | 2C |
| Octal | 0 | 123 | 336 | 144 | 77 | 0 | 15 | 332 | 144 | 54 |
| Binary | 0 | 1010011 | 11011110 | 1100100 | 111111 | 0 | 1101 | 11011010 | 1100100 | 101100 |
Color Harmonies of #0053DE
Complementary color
Monochromatic Colors of #0053DE
Black with #0053DE
Text Example
Text Example
White with #0053DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0053DE; }
p { color: rgb(0,83,222); }
H1.HeaderClassName
{
color: #0053DE;
}
.AnyTagClassName
{
color: #0053DE;
}
</style>
background-color css
<style>
a { background-color: #0053DE; }
a { background-color: rgb(0,83,222); }
div.DivClassName
{
background-color: #0053DE;
}
.BgClassName
{
background-color: #0053DE;
}
</style>
border-color css
<style>
span { border-color: #0053DE; }
span { border-color: rgb(0,83,222); }
td.TdClassName
{
border-color: #0053DE;
}
.TagClassName
{
border-color: #0053DE;
}
</style>