Shades of Navy Blue #026AD4
Tints of Navy Blue #026AD4
RGB
CMYK
RGB Variations
Color information
#026AD4 (or 0x026AD4) is known color: Navy Blue. HEX triplet: 02, 6A and D4. RGB value is (2,106,212). Sum of RGB (Red+Green+Blue) = 2+106+212=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 212 (83.20% from 255 or 66.25% from 320); Max value from RGB is 212 - color contains mainly: blue. Hex color #026AD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026AD4 is #FD952B. Grayscale: #565656. Windows color (decimal): -16618796 or 13920770. OLE color: 13920770.
HSL color Cylindrical-coordinate representation of color #026AD4: hue angle of 210.29º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026AD4 is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 106 | 212 | - |
| CMYK | 0.99 | 0.5 | 0 | 0.17 |
| HSL | 210.29º | 0.98% | 0.42% | - |
| HSV(B) | 210.29º | 0.99% | 0.83% | - |
| XYZ | 17.06 | 15.07 | 64.3 | - |
| YUV | 86.99 | 198.54 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 212 | 0.99 | 0.5 | 0 | 0.17 | 210.29 | 0.98 | 0.42 |
| Hex | 2 | 6A | D4 | 63 | 32 | 0 | 11 | D2 | 62 | 2A |
| Octal | 2 | 152 | 324 | 143 | 62 | 0 | 21 | 322 | 142 | 52 |
| Binary | 10 | 1101010 | 11010100 | 1100011 | 110010 | 0 | 10001 | 11010010 | 1100010 | 101010 |
Color Harmonies of #026AD4
Complementary color
Monochromatic Colors of #026AD4
Black with #026AD4
Text Example
Text Example
White with #026AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026AD4; }
p { color: rgb(2,106,212); }
H1.HeaderClassName
{
color: #026AD4;
}
.AnyTagClassName
{
color: #026AD4;
}
</style>
background-color css
<style>
a { background-color: #026AD4; }
a { background-color: rgb(2,106,212); }
div.DivClassName
{
background-color: #026AD4;
}
.BgClassName
{
background-color: #026AD4;
}
</style>
border-color css
<style>
span { border-color: #026AD4; }
span { border-color: rgb(2,106,212); }
td.TdClassName
{
border-color: #026AD4;
}
.TagClassName
{
border-color: #026AD4;
}
</style>