Shades of Navy Blue #026CE0
Tints of Navy Blue #026CE0
RGB
CMYK
RGB Variations
Color information
#026CE0 (or 0x026CE0) is known color: Navy Blue. HEX triplet: 02, 6C and E0. RGB value is (2,108,224). Sum of RGB (Red+Green+Blue) = 2+108+224=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 224 (87.89% from 255 or 67.07% from 334); Max value from RGB is 224 - color contains mainly: blue. Hex color #026CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026CE0 is #FD931F. Grayscale: #585858. Windows color (decimal): -16618272 or 14707714. OLE color: 14707714.
HSL color Cylindrical-coordinate representation of color #026CE0: hue angle of 211.35º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026CE0 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 108 | 224 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.12 |
| HSL | 211.35º | 0.98% | 0.44% | - |
| HSV(B) | 211.35º | 0.99% | 0.88% | - |
| XYZ | 18.84 | 16.12 | 72.64 | - |
| YUV | 89.53 | 203.88 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 108 | 224 | 0.99 | 0.52 | 0 | 0.12 | 211.35 | 0.98 | 0.44 |
| Hex | 2 | 6C | E0 | 63 | 34 | 0 | C | D3 | 62 | 2C |
| Octal | 2 | 154 | 340 | 143 | 64 | 0 | 14 | 323 | 142 | 54 |
| Binary | 10 | 1101100 | 11100000 | 1100011 | 110100 | 0 | 1100 | 11010011 | 1100010 | 101100 |
Color Harmonies of #026CE0
Complementary color
Monochromatic Colors of #026CE0
Black with #026CE0
Text Example
Text Example
White with #026CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026CE0; }
p { color: rgb(2,108,224); }
H1.HeaderClassName
{
color: #026CE0;
}
.AnyTagClassName
{
color: #026CE0;
}
</style>
background-color css
<style>
a { background-color: #026CE0; }
a { background-color: rgb(2,108,224); }
div.DivClassName
{
background-color: #026CE0;
}
.BgClassName
{
background-color: #026CE0;
}
</style>
border-color css
<style>
span { border-color: #026CE0; }
span { border-color: rgb(2,108,224); }
td.TdClassName
{
border-color: #026CE0;
}
.TagClassName
{
border-color: #026CE0;
}
</style>