Shades of Navy Blue #026EDD
Tints of Navy Blue #026EDD
RGB
CMYK
RGB Variations
Color information
#026EDD (or 0x026EDD) is known color: Navy Blue. HEX triplet: 02, 6E and DD. RGB value is (2,110,221). Sum of RGB (Red+Green+Blue) = 2+110+221=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #026EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026EDD is #FD9122. Grayscale: #595959. Windows color (decimal): -16617763 or 14511618. OLE color: 14511618.
HSL color Cylindrical-coordinate representation of color #026EDD: hue angle of 210.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026EDD is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 110 | 221 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.13 |
| HSL | 210.41º | 0.98% | 0.44% | - |
| HSV(B) | 210.41º | 0.99% | 0.87% | - |
| XYZ | 18.65 | 16.39 | 70.59 | - |
| YUV | 90.36 | 201.72 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 221 | 0.99 | 0.50 | 0 | 0.13 | 210.41 | 0.98 | 0.44 |
| Hex | 2 | 6E | DD | 63 | 32 | 0 | D | D2 | 62 | 2C |
| Octal | 2 | 156 | 335 | 143 | 62 | 0 | 15 | 322 | 142 | 54 |
| Binary | 10 | 1101110 | 11011101 | 1100011 | 110010 | 0 | 1101 | 11010010 | 1100010 | 101100 |
Color Harmonies of #026EDD
Complementary color
Monochromatic Colors of #026EDD
Black with #026EDD
Text Example
Text Example
White with #026EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026EDD; }
p { color: rgb(2,110,221); }
H1.HeaderClassName
{
color: #026EDD;
}
.AnyTagClassName
{
color: #026EDD;
}
</style>
background-color css
<style>
a { background-color: #026EDD; }
a { background-color: rgb(2,110,221); }
div.DivClassName
{
background-color: #026EDD;
}
.BgClassName
{
background-color: #026EDD;
}
</style>
border-color css
<style>
span { border-color: #026EDD; }
span { border-color: rgb(2,110,221); }
td.TdClassName
{
border-color: #026EDD;
}
.TagClassName
{
border-color: #026EDD;
}
</style>