Shades of Navy Blue #026EC2
Tints of Navy Blue #026EC2
RGB
CMYK
RGB Variations
Color information
#026EC2 (or 0x026EC2) is known color: Navy Blue. HEX triplet: 02, 6E and C2. RGB value is (2,110,194). Sum of RGB (Red+Green+Blue) = 2+110+194=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 194 (76.17% from 255 or 63.40% from 306); Max value from RGB is 194 - color contains mainly: blue. Hex color #026EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026EC2 is #FD913D. Grayscale: #565656. Windows color (decimal): -16617790 or 12742146. OLE color: 12742146.
HSL color Cylindrical-coordinate representation of color #026EC2: hue angle of 206.25º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026EC2 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 110 | 194 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.24 |
| HSL | 206.25º | 0.98% | 0.38% | - |
| HSV(B) | 206.25º | 0.99% | 0.76% | - |
| XYZ | 15.34 | 15.06 | 53.14 | - |
| YUV | 87.28 | 188.22 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 194 | 0.99 | 0.43 | 0 | 0.24 | 206.25 | 0.98 | 0.38 |
| Hex | 2 | 6E | C2 | 63 | 2B | 0 | 18 | CE | 62 | 26 |
| Octal | 2 | 156 | 302 | 143 | 53 | 0 | 30 | 316 | 142 | 46 |
| Binary | 10 | 1101110 | 11000010 | 1100011 | 101011 | 0 | 11000 | 11001110 | 1100010 | 100110 |
Color Harmonies of #026EC2
Complementary color
Monochromatic Colors of #026EC2
Black with #026EC2
Text Example
Text Example
White with #026EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026EC2; }
p { color: rgb(2,110,194); }
H1.HeaderClassName
{
color: #026EC2;
}
.AnyTagClassName
{
color: #026EC2;
}
</style>
background-color css
<style>
a { background-color: #026EC2; }
a { background-color: rgb(2,110,194); }
div.DivClassName
{
background-color: #026EC2;
}
.BgClassName
{
background-color: #026EC2;
}
</style>
border-color css
<style>
span { border-color: #026EC2; }
span { border-color: rgb(2,110,194); }
td.TdClassName
{
border-color: #026EC2;
}
.TagClassName
{
border-color: #026EC2;
}
</style>