Shades of Navy Blue #0270EE
Tints of Navy Blue #0270EE
RGB
CMYK
RGB Variations
Color information
#0270EE (or 0x0270EE) is known color: Navy Blue. HEX triplet: 02, 70 and EE. RGB value is (2,112,238). Sum of RGB (Red+Green+Blue) = 2+112+238=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 112 (44.14% from 255 or 31.82% 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 #0270EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0270EE is #FD8F11. Grayscale: #5C5C5C. Windows color (decimal): -16617234 or 15626242. OLE color: 15626242.
HSL color Cylindrical-coordinate representation of color #0270EE: hue angle of 212.03º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0270EE is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 112 | 238 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.07 |
| HSL | 212.03º | 0.98% | 0.47% | - |
| HSV(B) | 212.03º | 0.99% | 0.93% | - |
| XYZ | 21.25 | 17.77 | 83.2 | - |
| YUV | 93.47 | 209.56 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 238 | 0.99 | 0.53 | 0 | 0.07 | 212.03 | 0.98 | 0.47 |
| Hex | 2 | 70 | EE | 63 | 35 | 0 | 7 | D4 | 62 | 2F |
| Octal | 2 | 160 | 356 | 143 | 65 | 0 | 7 | 324 | 142 | 57 |
| Binary | 10 | 1110000 | 11101110 | 1100011 | 110101 | 0 | 111 | 11010100 | 1100010 | 101111 |
Color Harmonies of #0270EE
Complementary color
Monochromatic Colors of #0270EE
Black with #0270EE
Text Example
Text Example
White with #0270EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0270EE; }
p { color: rgb(2,112,238); }
H1.HeaderClassName
{
color: #0270EE;
}
.AnyTagClassName
{
color: #0270EE;
}
</style>
background-color css
<style>
a { background-color: #0270EE; }
a { background-color: rgb(2,112,238); }
div.DivClassName
{
background-color: #0270EE;
}
.BgClassName
{
background-color: #0270EE;
}
</style>
border-color css
<style>
span { border-color: #0270EE; }
span { border-color: rgb(2,112,238); }
td.TdClassName
{
border-color: #0270EE;
}
.TagClassName
{
border-color: #0270EE;
}
</style>