Shades of Navy Blue #0072EE
Tints of Navy Blue #0072EE
RGB
CMYK
RGB Variations
Color information
#0072EE (or 0x0072EE) is known color: Navy Blue. HEX triplet: 00, 72 and EE. RGB value is (0,114,238). Sum of RGB (Red+Green+Blue) = 0+114+238=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #0072EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0072EE is #FF8D11. Grayscale: #5D5D5D. Windows color (decimal): -16747794 or 15626752. OLE color: 15626752.
HSL color Cylindrical-coordinate representation of color #0072EE: hue angle of 211.26º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072EE is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 114 | 238 | - |
| CMYK | 1 | 0.52 | 0 | 0.07 |
| HSL | 211.26º | 1% | 0.47% | - |
| HSV(B) | 211.26º | 1% | 0.93% | - |
| XYZ | 21.45 | 18.21 | 83.27 | - |
| YUV | 94.05 | 209.23 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 238 | 1 | 0.52 | 0 | 0.07 | 211.26 | 1 | 0.47 |
| Hex | 0 | 72 | EE | 64 | 34 | 0 | 7 | D3 | 64 | 2F |
| Octal | 0 | 162 | 356 | 144 | 64 | 0 | 7 | 323 | 144 | 57 |
| Binary | 0 | 1110010 | 11101110 | 1100100 | 110100 | 0 | 111 | 11010011 | 1100100 | 101111 |
Color Harmonies of #0072EE
Complementary color
Monochromatic Colors of #0072EE
Black with #0072EE
Text Example
Text Example
White with #0072EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0072EE; }
p { color: rgb(0,114,238); }
H1.HeaderClassName
{
color: #0072EE;
}
.AnyTagClassName
{
color: #0072EE;
}
</style>
background-color css
<style>
a { background-color: #0072EE; }
a { background-color: rgb(0,114,238); }
div.DivClassName
{
background-color: #0072EE;
}
.BgClassName
{
background-color: #0072EE;
}
</style>
border-color css
<style>
span { border-color: #0072EE; }
span { border-color: rgb(0,114,238); }
td.TdClassName
{
border-color: #0072EE;
}
.TagClassName
{
border-color: #0072EE;
}
</style>