Shades of Navy Blue #026ECB
Tints of Navy Blue #026ECB
RGB
CMYK
RGB Variations
Color information
#026ECB (or 0x026ECB) is known color: Navy Blue. HEX triplet: 02, 6E and CB. RGB value is (2,110,203). Sum of RGB (Red+Green+Blue) = 2+110+203=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #026ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026ECB is #FD9134. Grayscale: #575757. Windows color (decimal): -16617781 or 13331970. OLE color: 13331970.
HSL color Cylindrical-coordinate representation of color #026ECB: hue angle of 207.76º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026ECB is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 110 | 203 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.20 |
| HSL | 207.76º | 0.98% | 0.4% | - |
| HSV(B) | 207.76º | 0.99% | 0.8% | - |
| XYZ | 16.38 | 15.48 | 58.62 | - |
| YUV | 88.31 | 192.72 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 203 | 0.99 | 0.46 | 0 | 0.20 | 207.76 | 0.98 | 0.4 |
| Hex | 2 | 6E | CB | 63 | 2E | 0 | 14 | D0 | 62 | 28 |
| Octal | 2 | 156 | 313 | 143 | 56 | 0 | 24 | 320 | 142 | 50 |
| Binary | 10 | 1101110 | 11001011 | 1100011 | 101110 | 0 | 10100 | 11010000 | 1100010 | 101000 |
Color Harmonies of #026ECB
Complementary color
Monochromatic Colors of #026ECB
Black with #026ECB
Text Example
Text Example
White with #026ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026ECB; }
p { color: rgb(2,110,203); }
H1.HeaderClassName
{
color: #026ECB;
}
.AnyTagClassName
{
color: #026ECB;
}
</style>
background-color css
<style>
a { background-color: #026ECB; }
a { background-color: rgb(2,110,203); }
div.DivClassName
{
background-color: #026ECB;
}
.BgClassName
{
background-color: #026ECB;
}
</style>
border-color css
<style>
span { border-color: #026ECB; }
span { border-color: rgb(2,110,203); }
td.TdClassName
{
border-color: #026ECB;
}
.TagClassName
{
border-color: #026ECB;
}
</style>