Shades of Navy Blue #026AD6
Tints of Navy Blue #026AD6
RGB
CMYK
RGB Variations
Color information
#026AD6 (or 0x026AD6) is known color: Navy Blue. HEX triplet: 02, 6A and D6. RGB value is (2,106,214). Sum of RGB (Red+Green+Blue) = 2+106+214=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 214 (83.98% from 255 or 66.46% from 322); Max value from RGB is 214 - color contains mainly: blue. Hex color #026AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026AD6 is #FD9529. Grayscale: #565656. Windows color (decimal): -16618794 or 14051842. OLE color: 14051842.
HSL color Cylindrical-coordinate representation of color #026AD6: hue angle of 210.57º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026AD6 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 106 | 214 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.16 |
| HSL | 210.57º | 0.98% | 0.42% | - |
| HSV(B) | 210.57º | 0.99% | 0.84% | - |
| XYZ | 17.32 | 15.18 | 65.63 | - |
| YUV | 87.22 | 199.54 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 214 | 0.99 | 0.50 | 0 | 0.16 | 210.57 | 0.98 | 0.42 |
| Hex | 2 | 6A | D6 | 63 | 32 | 0 | 10 | D3 | 62 | 2A |
| Octal | 2 | 152 | 326 | 143 | 62 | 0 | 20 | 323 | 142 | 52 |
| Binary | 10 | 1101010 | 11010110 | 1100011 | 110010 | 0 | 10000 | 11010011 | 1100010 | 101010 |
Color Harmonies of #026AD6
Complementary color
Monochromatic Colors of #026AD6
Black with #026AD6
Text Example
Text Example
White with #026AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026AD6; }
p { color: rgb(2,106,214); }
H1.HeaderClassName
{
color: #026AD6;
}
.AnyTagClassName
{
color: #026AD6;
}
</style>
background-color css
<style>
a { background-color: #026AD6; }
a { background-color: rgb(2,106,214); }
div.DivClassName
{
background-color: #026AD6;
}
.BgClassName
{
background-color: #026AD6;
}
</style>
border-color css
<style>
span { border-color: #026AD6; }
span { border-color: rgb(2,106,214); }
td.TdClassName
{
border-color: #026AD6;
}
.TagClassName
{
border-color: #026AD6;
}
</style>