Shades of Navy Blue #027CE0
Tints of Navy Blue #027CE0
RGB
CMYK
RGB Variations
Color information
#027CE0 (or 0x027CE0) is known color: Navy Blue. HEX triplet: 02, 7C and E0. RGB value is (2,124,224). Sum of RGB (Red+Green+Blue) = 2+124+224=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 224 (87.89% from 255 or 64% from 350); Max value from RGB is 224 - color contains mainly: blue. Hex color #027CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CE0 is #FD831F. Grayscale: #626262. Windows color (decimal): -16614176 or 14711810. OLE color: 14711810.
HSL color Cylindrical-coordinate representation of color #027CE0: hue angle of 207.03º 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 #027CE0 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 124 | 224 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.12 |
| HSL | 207.03º | 0.98% | 0.44% | - |
| HSV(B) | 207.03º | 0.99% | 0.88% | - |
| XYZ | 20.69 | 19.81 | 73.25 | - |
| YUV | 98.92 | 198.58 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 224 | 0.99 | 0.45 | 0 | 0.12 | 207.03 | 0.98 | 0.44 |
| Hex | 2 | 7C | E0 | 63 | 2D | 0 | C | CF | 62 | 2C |
| Octal | 2 | 174 | 340 | 143 | 55 | 0 | 14 | 317 | 142 | 54 |
| Binary | 10 | 1111100 | 11100000 | 1100011 | 101101 | 0 | 1100 | 11001111 | 1100010 | 101100 |
Color Harmonies of #027CE0
Complementary color
Monochromatic Colors of #027CE0
Black with #027CE0
Text Example
Text Example
White with #027CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027CE0; }
p { color: rgb(2,124,224); }
H1.HeaderClassName
{
color: #027CE0;
}
.AnyTagClassName
{
color: #027CE0;
}
</style>
background-color css
<style>
a { background-color: #027CE0; }
a { background-color: rgb(2,124,224); }
div.DivClassName
{
background-color: #027CE0;
}
.BgClassName
{
background-color: #027CE0;
}
</style>
border-color css
<style>
span { border-color: #027CE0; }
span { border-color: rgb(2,124,224); }
td.TdClassName
{
border-color: #027CE0;
}
.TagClassName
{
border-color: #027CE0;
}
</style>