Shades of Navy Blue #0052EA
Tints of Navy Blue #0052EA
RGB
CMYK
RGB Variations
Color information
#0052EA (or 0x0052EA) is known color: Navy Blue. HEX triplet: 00, 52 and EA. RGB value is (0,82,234). Sum of RGB (Red+Green+Blue) = 0+82+234=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #0052EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0052EA is #FFAD15. Grayscale: #4A4A4A. Windows color (decimal): -16755990 or 15356416. OLE color: 15356416.
HSL color Cylindrical-coordinate representation of color #0052EA: hue angle of 218.97º 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 #0052EA is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 82 | 234 | - |
| CMYK | 1 | 0.65 | 0 | 0.08 |
| HSL | 218.97º | 1% | 0.46% | - |
| HSV(B) | 218.97º | 1% | 0.92% | - |
| XYZ | 17.87 | 11.98 | 79.21 | - |
| YUV | 74.81 | 217.83 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 234 | 1 | 0.65 | 0 | 0.08 | 218.97 | 1 | 0.46 |
| Hex | 0 | 52 | EA | 64 | 41 | 0 | 8 | DB | 64 | 2E |
| Octal | 0 | 122 | 352 | 144 | 101 | 0 | 10 | 333 | 144 | 56 |
| Binary | 0 | 1010010 | 11101010 | 1100100 | 1000001 | 0 | 1000 | 11011011 | 1100100 | 101110 |
Color Harmonies of #0052EA
Complementary color
Monochromatic Colors of #0052EA
Black with #0052EA
Text Example
Text Example
White with #0052EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0052EA; }
p { color: rgb(0,82,234); }
H1.HeaderClassName
{
color: #0052EA;
}
.AnyTagClassName
{
color: #0052EA;
}
</style>
background-color css
<style>
a { background-color: #0052EA; }
a { background-color: rgb(0,82,234); }
div.DivClassName
{
background-color: #0052EA;
}
.BgClassName
{
background-color: #0052EA;
}
</style>
border-color css
<style>
span { border-color: #0052EA; }
span { border-color: rgb(0,82,234); }
td.TdClassName
{
border-color: #0052EA;
}
.TagClassName
{
border-color: #0052EA;
}
</style>