Shades of Navy Blue #027FE1
Tints of Navy Blue #027FE1
RGB
CMYK
RGB Variations
Color information
#027FE1 (or 0x027FE1) is known color: Navy Blue. HEX triplet: 02, 7F and E1. RGB value is (2,127,225). Sum of RGB (Red+Green+Blue) = 2+127+225=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 225 (88.28% from 255 or 63.56% from 354); Max value from RGB is 225 - color contains mainly: blue. Hex color #027FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FE1 is #FD801E. Grayscale: #646464. Windows color (decimal): -16613407 or 14778114. OLE color: 14778114.
HSL color Cylindrical-coordinate representation of color #027FE1: hue angle of 206.37º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027FE1 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 127 | 225 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.12 |
| HSL | 206.37º | 0.98% | 0.45% | - |
| HSV(B) | 206.37º | 0.99% | 0.88% | - |
| XYZ | 21.21 | 20.63 | 74.1 | - |
| YUV | 100.8 | 198.09 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 225 | 0.99 | 0.44 | 0 | 0.12 | 206.37 | 0.98 | 0.45 |
| Hex | 2 | 7F | E1 | 63 | 2C | 0 | C | CE | 62 | 2D |
| Octal | 2 | 177 | 341 | 143 | 54 | 0 | 14 | 316 | 142 | 55 |
| Binary | 10 | 1111111 | 11100001 | 1100011 | 101100 | 0 | 1100 | 11001110 | 1100010 | 101101 |
Color Harmonies of #027FE1
Complementary color
Monochromatic Colors of #027FE1
Black with #027FE1
Text Example
Text Example
White with #027FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027FE1; }
p { color: rgb(2,127,225); }
H1.HeaderClassName
{
color: #027FE1;
}
.AnyTagClassName
{
color: #027FE1;
}
</style>
background-color css
<style>
a { background-color: #027FE1; }
a { background-color: rgb(2,127,225); }
div.DivClassName
{
background-color: #027FE1;
}
.BgClassName
{
background-color: #027FE1;
}
</style>
border-color css
<style>
span { border-color: #027FE1; }
span { border-color: rgb(2,127,225); }
td.TdClassName
{
border-color: #027FE1;
}
.TagClassName
{
border-color: #027FE1;
}
</style>