Shades of Navy Blue #026EDA
Tints of Navy Blue #026EDA
RGB
CMYK
RGB Variations
Color information
#026EDA (or 0x026EDA) is known color: Navy Blue. HEX triplet: 02, 6E and DA. RGB value is (2,110,218). Sum of RGB (Red+Green+Blue) = 2+110+218=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #026EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026EDA is #FD9125. Grayscale: #595959. Windows color (decimal): -16617766 or 14315010. OLE color: 14315010.
HSL color Cylindrical-coordinate representation of color #026EDA: hue angle of 210º 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 #026EDA is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 110 | 218 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.15 |
| HSL | 210º | 0.98% | 0.43% | - |
| HSV(B) | 210º | 0.99% | 0.85% | - |
| XYZ | 18.26 | 16.23 | 68.5 | - |
| YUV | 90.02 | 200.22 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 218 | 0.99 | 0.50 | 0 | 0.15 | 210 | 0.98 | 0.43 |
| Hex | 2 | 6E | DA | 63 | 32 | 0 | F | D2 | 62 | 2B |
| Octal | 2 | 156 | 332 | 143 | 62 | 0 | 17 | 322 | 142 | 53 |
| Binary | 10 | 1101110 | 11011010 | 1100011 | 110010 | 0 | 1111 | 11010010 | 1100010 | 101011 |
Color Harmonies of #026EDA
Complementary color
Monochromatic Colors of #026EDA
Black with #026EDA
Text Example
Text Example
White with #026EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026EDA; }
p { color: rgb(2,110,218); }
H1.HeaderClassName
{
color: #026EDA;
}
.AnyTagClassName
{
color: #026EDA;
}
</style>
background-color css
<style>
a { background-color: #026EDA; }
a { background-color: rgb(2,110,218); }
div.DivClassName
{
background-color: #026EDA;
}
.BgClassName
{
background-color: #026EDA;
}
</style>
border-color css
<style>
span { border-color: #026EDA; }
span { border-color: rgb(2,110,218); }
td.TdClassName
{
border-color: #026EDA;
}
.TagClassName
{
border-color: #026EDA;
}
</style>