Shades of Navy Blue #027ECE
Tints of Navy Blue #027ECE
RGB
CMYK
RGB Variations
Color information
#027ECE (or 0x027ECE) is known color: Navy Blue. HEX triplet: 02, 7E and CE. RGB value is (2,126,206). Sum of RGB (Red+Green+Blue) = 2+126+206=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #027ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ECE is #FD8131. Grayscale: #616161. Windows color (decimal): -16613682 or 13532674. OLE color: 13532674.
HSL color Cylindrical-coordinate representation of color #027ECE: hue angle of 203.53º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027ECE is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 126 | 206 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.19 |
| HSL | 203.53º | 0.98% | 0.41% | - |
| HSV(B) | 203.53º | 0.99% | 0.81% | - |
| XYZ | 18.63 | 19.39 | 61.15 | - |
| YUV | 98.04 | 188.92 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 206 | 0.99 | 0.39 | 0 | 0.19 | 203.53 | 0.98 | 0.41 |
| Hex | 2 | 7E | CE | 63 | 27 | 0 | 13 | CC | 62 | 29 |
| Octal | 2 | 176 | 316 | 143 | 47 | 0 | 23 | 314 | 142 | 51 |
| Binary | 10 | 1111110 | 11001110 | 1100011 | 100111 | 0 | 10011 | 11001100 | 1100010 | 101001 |
Color Harmonies of #027ECE
Complementary color
Monochromatic Colors of #027ECE
Black with #027ECE
Text Example
Text Example
White with #027ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027ECE; }
p { color: rgb(2,126,206); }
H1.HeaderClassName
{
color: #027ECE;
}
.AnyTagClassName
{
color: #027ECE;
}
</style>
background-color css
<style>
a { background-color: #027ECE; }
a { background-color: rgb(2,126,206); }
div.DivClassName
{
background-color: #027ECE;
}
.BgClassName
{
background-color: #027ECE;
}
</style>
border-color css
<style>
span { border-color: #027ECE; }
span { border-color: rgb(2,126,206); }
td.TdClassName
{
border-color: #027ECE;
}
.TagClassName
{
border-color: #027ECE;
}
</style>