Shades of Navy Blue #027EE0
Tints of Navy Blue #027EE0
RGB
CMYK
RGB Variations
Color information
#027EE0 (or 0x027EE0) is known color: Navy Blue. HEX triplet: 02, 7E and E0. RGB value is (2,126,224). Sum of RGB (Red+Green+Blue) = 2+126+224=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #027EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027EE0 is #FD811F. Grayscale: #636363. Windows color (decimal): -16613664 or 14712322. OLE color: 14712322.
HSL color Cylindrical-coordinate representation of color #027EE0: hue angle of 206.49º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027EE0 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 126 | 224 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.12 |
| HSL | 206.49º | 0.98% | 0.44% | - |
| HSV(B) | 206.49º | 0.99% | 0.88% | - |
| XYZ | 20.94 | 20.32 | 73.34 | - |
| YUV | 100.1 | 197.92 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 224 | 0.99 | 0.44 | 0 | 0.12 | 206.49 | 0.98 | 0.44 |
| Hex | 2 | 7E | E0 | 63 | 2C | 0 | C | CE | 62 | 2C |
| Octal | 2 | 176 | 340 | 143 | 54 | 0 | 14 | 316 | 142 | 54 |
| Binary | 10 | 1111110 | 11100000 | 1100011 | 101100 | 0 | 1100 | 11001110 | 1100010 | 101100 |
Color Harmonies of #027EE0
Complementary color
Monochromatic Colors of #027EE0
Black with #027EE0
Text Example
Text Example
White with #027EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027EE0; }
p { color: rgb(2,126,224); }
H1.HeaderClassName
{
color: #027EE0;
}
.AnyTagClassName
{
color: #027EE0;
}
</style>
background-color css
<style>
a { background-color: #027EE0; }
a { background-color: rgb(2,126,224); }
div.DivClassName
{
background-color: #027EE0;
}
.BgClassName
{
background-color: #027EE0;
}
</style>
border-color css
<style>
span { border-color: #027EE0; }
span { border-color: rgb(2,126,224); }
td.TdClassName
{
border-color: #027EE0;
}
.TagClassName
{
border-color: #027EE0;
}
</style>