Shades of Navy Blue #026CEA
Tints of Navy Blue #026CEA
RGB
CMYK
RGB Variations
Color information
#026CEA (or 0x026CEA) is known color: Navy Blue. HEX triplet: 02, 6C and EA. RGB value is (2,108,234). Sum of RGB (Red+Green+Blue) = 2+108+234=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #026CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026CEA is #FD9315. Grayscale: #5A5A5A. Windows color (decimal): -16618262 or 15363074. OLE color: 15363074.
HSL color Cylindrical-coordinate representation of color #026CEA: hue angle of 212.59º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026CEA is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 108 | 234 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.08 |
| HSL | 212.59º | 0.98% | 0.46% | - |
| HSV(B) | 212.59º | 0.99% | 0.92% | - |
| XYZ | 20.24 | 16.68 | 79.99 | - |
| YUV | 90.67 | 208.88 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 108 | 234 | 0.99 | 0.54 | 0 | 0.08 | 212.59 | 0.98 | 0.46 |
| Hex | 2 | 6C | EA | 63 | 36 | 0 | 8 | D5 | 62 | 2E |
| Octal | 2 | 154 | 352 | 143 | 66 | 0 | 10 | 325 | 142 | 56 |
| Binary | 10 | 1101100 | 11101010 | 1100011 | 110110 | 0 | 1000 | 11010101 | 1100010 | 101110 |
Color Harmonies of #026CEA
Complementary color
Monochromatic Colors of #026CEA
Black with #026CEA
Text Example
Text Example
White with #026CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026CEA; }
p { color: rgb(2,108,234); }
H1.HeaderClassName
{
color: #026CEA;
}
.AnyTagClassName
{
color: #026CEA;
}
</style>
background-color css
<style>
a { background-color: #026CEA; }
a { background-color: rgb(2,108,234); }
div.DivClassName
{
background-color: #026CEA;
}
.BgClassName
{
background-color: #026CEA;
}
</style>
border-color css
<style>
span { border-color: #026CEA; }
span { border-color: rgb(2,108,234); }
td.TdClassName
{
border-color: #026CEA;
}
.TagClassName
{
border-color: #026CEA;
}
</style>