Shades of Navy Blue #026ADE
Tints of Navy Blue #026ADE
RGB
CMYK
RGB Variations
Color information
#026ADE (or 0x026ADE) is known color: Navy Blue. HEX triplet: 02, 6A and DE. RGB value is (2,106,222). Sum of RGB (Red+Green+Blue) = 2+106+222=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #026ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026ADE is #FD9521. Grayscale: #575757. Windows color (decimal): -16618786 or 14576130. OLE color: 14576130.
HSL color Cylindrical-coordinate representation of color #026ADE: hue angle of 211.64º 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 #026ADE is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 106 | 222 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.13 |
| HSL | 211.64º | 0.98% | 0.44% | - |
| HSV(B) | 211.64º | 0.99% | 0.87% | - |
| XYZ | 18.36 | 15.59 | 71.15 | - |
| YUV | 88.13 | 203.54 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 222 | 0.99 | 0.52 | 0 | 0.13 | 211.64 | 0.98 | 0.44 |
| Hex | 2 | 6A | DE | 63 | 34 | 0 | D | D4 | 62 | 2C |
| Octal | 2 | 152 | 336 | 143 | 64 | 0 | 15 | 324 | 142 | 54 |
| Binary | 10 | 1101010 | 11011110 | 1100011 | 110100 | 0 | 1101 | 11010100 | 1100010 | 101100 |
Color Harmonies of #026ADE
Complementary color
Monochromatic Colors of #026ADE
Black with #026ADE
Text Example
Text Example
White with #026ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026ADE; }
p { color: rgb(2,106,222); }
H1.HeaderClassName
{
color: #026ADE;
}
.AnyTagClassName
{
color: #026ADE;
}
</style>
background-color css
<style>
a { background-color: #026ADE; }
a { background-color: rgb(2,106,222); }
div.DivClassName
{
background-color: #026ADE;
}
.BgClassName
{
background-color: #026ADE;
}
</style>
border-color css
<style>
span { border-color: #026ADE; }
span { border-color: rgb(2,106,222); }
td.TdClassName
{
border-color: #026ADE;
}
.TagClassName
{
border-color: #026ADE;
}
</style>