Shades of Navy Blue #027FE0
Tints of Navy Blue #027FE0
RGB
CMYK
RGB Variations
Color information
#027FE0 (or 0x027FE0) is known color: Navy Blue. HEX triplet: 02, 7F and E0. RGB value is (2,127,224). Sum of RGB (Red+Green+Blue) = 2+127+224=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 224 (87.89% from 255 or 63.46% from 353); Max value from RGB is 224 - color contains mainly: blue. Hex color #027FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FE0 is #FD801F. Grayscale: #646464. Windows color (decimal): -16613408 or 14712578. OLE color: 14712578.
HSL color Cylindrical-coordinate representation of color #027FE0: hue angle of 206.22º 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 #027FE0 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 127 | 224 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.12 |
| HSL | 206.22º | 0.98% | 0.44% | - |
| HSV(B) | 206.22º | 0.99% | 0.88% | - |
| XYZ | 21.07 | 20.57 | 73.38 | - |
| YUV | 100.68 | 197.59 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 224 | 0.99 | 0.43 | 0 | 0.12 | 206.22 | 0.98 | 0.44 |
| Hex | 2 | 7F | E0 | 63 | 2B | 0 | C | CE | 62 | 2C |
| Octal | 2 | 177 | 340 | 143 | 53 | 0 | 14 | 316 | 142 | 54 |
| Binary | 10 | 1111111 | 11100000 | 1100011 | 101011 | 0 | 1100 | 11001110 | 1100010 | 101100 |
Color Harmonies of #027FE0
Complementary color
Monochromatic Colors of #027FE0
Black with #027FE0
Text Example
Text Example
White with #027FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027FE0; }
p { color: rgb(2,127,224); }
H1.HeaderClassName
{
color: #027FE0;
}
.AnyTagClassName
{
color: #027FE0;
}
</style>
background-color css
<style>
a { background-color: #027FE0; }
a { background-color: rgb(2,127,224); }
div.DivClassName
{
background-color: #027FE0;
}
.BgClassName
{
background-color: #027FE0;
}
</style>
border-color css
<style>
span { border-color: #027FE0; }
span { border-color: rgb(2,127,224); }
td.TdClassName
{
border-color: #027FE0;
}
.TagClassName
{
border-color: #027FE0;
}
</style>