Shades of Navy Blue #027EDA
Tints of Navy Blue #027EDA
RGB
CMYK
RGB Variations
Color information
#027EDA (or 0x027EDA) is known color: Navy Blue. HEX triplet: 02, 7E and DA. RGB value is (2,126,218). Sum of RGB (Red+Green+Blue) = 2+126+218=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #027EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027EDA is #FD8125. Grayscale: #626262. Windows color (decimal): -16613670 or 14319106. OLE color: 14319106.
HSL color Cylindrical-coordinate representation of color #027EDA: hue angle of 205.56º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027EDA is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 126 | 218 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.15 |
| HSL | 205.56º | 0.98% | 0.43% | - |
| HSV(B) | 205.56º | 0.99% | 0.85% | - |
| XYZ | 20.14 | 20 | 69.13 | - |
| YUV | 99.41 | 194.92 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 218 | 0.99 | 0.42 | 0 | 0.15 | 205.56 | 0.98 | 0.43 |
| Hex | 2 | 7E | DA | 63 | 2A | 0 | F | CE | 62 | 2B |
| Octal | 2 | 176 | 332 | 143 | 52 | 0 | 17 | 316 | 142 | 53 |
| Binary | 10 | 1111110 | 11011010 | 1100011 | 101010 | 0 | 1111 | 11001110 | 1100010 | 101011 |
Color Harmonies of #027EDA
Complementary color
Monochromatic Colors of #027EDA
Black with #027EDA
Text Example
Text Example
White with #027EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027EDA; }
p { color: rgb(2,126,218); }
H1.HeaderClassName
{
color: #027EDA;
}
.AnyTagClassName
{
color: #027EDA;
}
</style>
background-color css
<style>
a { background-color: #027EDA; }
a { background-color: rgb(2,126,218); }
div.DivClassName
{
background-color: #027EDA;
}
.BgClassName
{
background-color: #027EDA;
}
</style>
border-color css
<style>
span { border-color: #027EDA; }
span { border-color: rgb(2,126,218); }
td.TdClassName
{
border-color: #027EDA;
}
.TagClassName
{
border-color: #027EDA;
}
</style>