Shades of Navy Blue #026ADC
Tints of Navy Blue #026ADC
RGB
CMYK
RGB Variations
Color information
#026ADC (or 0x026ADC) is known color: Navy Blue. HEX triplet: 02, 6A and DC. RGB value is (2,106,220). Sum of RGB (Red+Green+Blue) = 2+106+220=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #026ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026ADC is #FD9523. Grayscale: #575757. Windows color (decimal): -16618788 or 14445058. OLE color: 14445058.
HSL color Cylindrical-coordinate representation of color #026ADC: hue angle of 211.38º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026ADC is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 106 | 220 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.14 |
| HSL | 211.38º | 0.98% | 0.44% | - |
| HSV(B) | 211.38º | 0.99% | 0.86% | - |
| XYZ | 18.1 | 15.49 | 69.75 | - |
| YUV | 87.9 | 202.54 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 220 | 0.99 | 0.52 | 0 | 0.14 | 211.38 | 0.98 | 0.44 |
| Hex | 2 | 6A | DC | 63 | 34 | 0 | E | D3 | 62 | 2C |
| Octal | 2 | 152 | 334 | 143 | 64 | 0 | 16 | 323 | 142 | 54 |
| Binary | 10 | 1101010 | 11011100 | 1100011 | 110100 | 0 | 1110 | 11010011 | 1100010 | 101100 |
Color Harmonies of #026ADC
Complementary color
Monochromatic Colors of #026ADC
Black with #026ADC
Text Example
Text Example
White with #026ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026ADC; }
p { color: rgb(2,106,220); }
H1.HeaderClassName
{
color: #026ADC;
}
.AnyTagClassName
{
color: #026ADC;
}
</style>
background-color css
<style>
a { background-color: #026ADC; }
a { background-color: rgb(2,106,220); }
div.DivClassName
{
background-color: #026ADC;
}
.BgClassName
{
background-color: #026ADC;
}
</style>
border-color css
<style>
span { border-color: #026ADC; }
span { border-color: rgb(2,106,220); }
td.TdClassName
{
border-color: #026ADC;
}
.TagClassName
{
border-color: #026ADC;
}
</style>