Shades of Navy Blue #027FE2
Tints of Navy Blue #027FE2
RGB
CMYK
RGB Variations
Color information
#027FE2 (or 0x027FE2) is known color: Navy Blue. HEX triplet: 02, 7F and E2. RGB value is (2,127,226). Sum of RGB (Red+Green+Blue) = 2+127+226=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 226 (88.67% from 255 or 63.66% from 355); Max value from RGB is 226 - color contains mainly: blue. Hex color #027FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FE2 is #FD801D. Grayscale: #646464. Windows color (decimal): -16613406 or 14843650. OLE color: 14843650.
HSL color Cylindrical-coordinate representation of color #027FE2: hue angle of 206.52º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027FE2 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 127 | 226 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.11 |
| HSL | 206.52º | 0.98% | 0.45% | - |
| HSV(B) | 206.52º | 0.99% | 0.89% | - |
| XYZ | 21.34 | 20.68 | 74.82 | - |
| YUV | 100.91 | 198.59 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 226 | 0.99 | 0.44 | 0 | 0.11 | 206.52 | 0.98 | 0.45 |
| Hex | 2 | 7F | E2 | 63 | 2C | 0 | B | CF | 62 | 2D |
| Octal | 2 | 177 | 342 | 143 | 54 | 0 | 13 | 317 | 142 | 55 |
| Binary | 10 | 1111111 | 11100010 | 1100011 | 101100 | 0 | 1011 | 11001111 | 1100010 | 101101 |
Color Harmonies of #027FE2
Complementary color
Monochromatic Colors of #027FE2
Black with #027FE2
Text Example
Text Example
White with #027FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027FE2; }
p { color: rgb(2,127,226); }
H1.HeaderClassName
{
color: #027FE2;
}
.AnyTagClassName
{
color: #027FE2;
}
</style>
background-color css
<style>
a { background-color: #027FE2; }
a { background-color: rgb(2,127,226); }
div.DivClassName
{
background-color: #027FE2;
}
.BgClassName
{
background-color: #027FE2;
}
</style>
border-color css
<style>
span { border-color: #027FE2; }
span { border-color: rgb(2,127,226); }
td.TdClassName
{
border-color: #027FE2;
}
.TagClassName
{
border-color: #027FE2;
}
</style>