Shades of Navy Blue #027EE4
Tints of Navy Blue #027EE4
RGB
CMYK
RGB Variations
Color information
#027EE4 (or 0x027EE4) is known color: Navy Blue. HEX triplet: 02, 7E and E4. RGB value is (2,126,228). Sum of RGB (Red+Green+Blue) = 2+126+228=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 228 (89.45% from 255 or 64.04% from 356); Max value from RGB is 228 - color contains mainly: blue. Hex color #027EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027EE4 is #FD811B. Grayscale: #646464. Windows color (decimal): -16613660 or 14974466. OLE color: 14974466.
HSL color Cylindrical-coordinate representation of color #027EE4: hue angle of 207.08º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027EE4 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 126 | 228 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.11 |
| HSL | 207.08º | 0.98% | 0.45% | - |
| HSV(B) | 207.08º | 0.99% | 0.89% | - |
| XYZ | 21.49 | 20.54 | 76.23 | - |
| YUV | 100.55 | 199.92 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 228 | 0.99 | 0.45 | 0 | 0.11 | 207.08 | 0.98 | 0.45 |
| Hex | 2 | 7E | E4 | 63 | 2D | 0 | B | CF | 62 | 2D |
| Octal | 2 | 176 | 344 | 143 | 55 | 0 | 13 | 317 | 142 | 55 |
| Binary | 10 | 1111110 | 11100100 | 1100011 | 101101 | 0 | 1011 | 11001111 | 1100010 | 101101 |
Color Harmonies of #027EE4
Complementary color
Monochromatic Colors of #027EE4
Black with #027EE4
Text Example
Text Example
White with #027EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027EE4; }
p { color: rgb(2,126,228); }
H1.HeaderClassName
{
color: #027EE4;
}
.AnyTagClassName
{
color: #027EE4;
}
</style>
background-color css
<style>
a { background-color: #027EE4; }
a { background-color: rgb(2,126,228); }
div.DivClassName
{
background-color: #027EE4;
}
.BgClassName
{
background-color: #027EE4;
}
</style>
border-color css
<style>
span { border-color: #027EE4; }
span { border-color: rgb(2,126,228); }
td.TdClassName
{
border-color: #027EE4;
}
.TagClassName
{
border-color: #027EE4;
}
</style>