Shades of Navy Blue #027FE5
Tints of Navy Blue #027FE5
RGB
CMYK
RGB Variations
Color information
#027FE5 (or 0x027FE5) is known color: Navy Blue. HEX triplet: 02, 7F and E5. RGB value is (2,127,229). Sum of RGB (Red+Green+Blue) = 2+127+229=358 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #027FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FE5 is #FD801A. Grayscale: #646464. Windows color (decimal): -16613403 or 15040258. OLE color: 15040258.
HSL color Cylindrical-coordinate representation of color #027FE5: hue angle of 206.96º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027FE5 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 127 | 229 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.10 |
| HSL | 206.96º | 0.98% | 0.45% | - |
| HSV(B) | 206.96º | 0.99% | 0.9% | - |
| XYZ | 21.76 | 20.85 | 77.01 | - |
| YUV | 101.25 | 200.09 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 229 | 0.99 | 0.45 | 0 | 0.10 | 206.96 | 0.98 | 0.45 |
| Hex | 2 | 7F | E5 | 63 | 2D | 0 | A | CF | 62 | 2D |
| Octal | 2 | 177 | 345 | 143 | 55 | 0 | 12 | 317 | 142 | 55 |
| Binary | 10 | 1111111 | 11100101 | 1100011 | 101101 | 0 | 1010 | 11001111 | 1100010 | 101101 |
Color Harmonies of #027FE5
Complementary color
Monochromatic Colors of #027FE5
Black with #027FE5
Text Example
Text Example
White with #027FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027FE5; }
p { color: rgb(2,127,229); }
H1.HeaderClassName
{
color: #027FE5;
}
.AnyTagClassName
{
color: #027FE5;
}
</style>
background-color css
<style>
a { background-color: #027FE5; }
a { background-color: rgb(2,127,229); }
div.DivClassName
{
background-color: #027FE5;
}
.BgClassName
{
background-color: #027FE5;
}
</style>
border-color css
<style>
span { border-color: #027FE5; }
span { border-color: rgb(2,127,229); }
td.TdClassName
{
border-color: #027FE5;
}
.TagClassName
{
border-color: #027FE5;
}
</style>