Shades of Navy Blue #027ECC
Tints of Navy Blue #027ECC
RGB
CMYK
RGB Variations
Color information
#027ECC (or 0x027ECC) is known color: Navy Blue. HEX triplet: 02, 7E and CC. RGB value is (2,126,204). Sum of RGB (Red+Green+Blue) = 2+126+204=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #027ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ECC is #FD8133. Grayscale: #616161. Windows color (decimal): -16613684 or 13401602. OLE color: 13401602.
HSL color Cylindrical-coordinate representation of color #027ECC: hue angle of 203.17º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027ECC is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 126 | 204 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.2 |
| HSL | 203.17º | 0.98% | 0.4% | - |
| HSV(B) | 203.17º | 0.99% | 0.8% | - |
| XYZ | 18.38 | 19.29 | 59.88 | - |
| YUV | 97.82 | 187.92 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 204 | 0.99 | 0.38 | 0 | 0.2 | 203.17 | 0.98 | 0.4 |
| Hex | 2 | 7E | CC | 63 | 26 | 0 | 14 | CB | 62 | 28 |
| Octal | 2 | 176 | 314 | 143 | 46 | 0 | 24 | 313 | 142 | 50 |
| Binary | 10 | 1111110 | 11001100 | 1100011 | 100110 | 0 | 10100 | 11001011 | 1100010 | 101000 |
Color Harmonies of #027ECC
Complementary color
Monochromatic Colors of #027ECC
Black with #027ECC
Text Example
Text Example
White with #027ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027ECC; }
p { color: rgb(2,126,204); }
H1.HeaderClassName
{
color: #027ECC;
}
.AnyTagClassName
{
color: #027ECC;
}
</style>
background-color css
<style>
a { background-color: #027ECC; }
a { background-color: rgb(2,126,204); }
div.DivClassName
{
background-color: #027ECC;
}
.BgClassName
{
background-color: #027ECC;
}
</style>
border-color css
<style>
span { border-color: #027ECC; }
span { border-color: rgb(2,126,204); }
td.TdClassName
{
border-color: #027ECC;
}
.TagClassName
{
border-color: #027ECC;
}
</style>