Shades of Navy Blue #026ACE
Tints of Navy Blue #026ACE
RGB
CMYK
RGB Variations
Color information
#026ACE (or 0x026ACE) is known color: Navy Blue. HEX triplet: 02, 6A and CE. RGB value is (2,106,206). Sum of RGB (Red+Green+Blue) = 2+106+206=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #026ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026ACE is #FD9531. Grayscale: #555555. Windows color (decimal): -16618802 or 13527554. OLE color: 13527554.
HSL color Cylindrical-coordinate representation of color #026ACE: hue angle of 209.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026ACE is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 106 | 206 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.19 |
| HSL | 209.41º | 0.98% | 0.41% | - |
| HSV(B) | 209.41º | 0.99% | 0.81% | - |
| XYZ | 16.32 | 14.78 | 60.38 | - |
| YUV | 86.3 | 195.54 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 206 | 0.99 | 0.49 | 0 | 0.19 | 209.41 | 0.98 | 0.41 |
| Hex | 2 | 6A | CE | 63 | 31 | 0 | 13 | D1 | 62 | 29 |
| Octal | 2 | 152 | 316 | 143 | 61 | 0 | 23 | 321 | 142 | 51 |
| Binary | 10 | 1101010 | 11001110 | 1100011 | 110001 | 0 | 10011 | 11010001 | 1100010 | 101001 |
Color Harmonies of #026ACE
Complementary color
Monochromatic Colors of #026ACE
Black with #026ACE
Text Example
Text Example
White with #026ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026ACE; }
p { color: rgb(2,106,206); }
H1.HeaderClassName
{
color: #026ACE;
}
.AnyTagClassName
{
color: #026ACE;
}
</style>
background-color css
<style>
a { background-color: #026ACE; }
a { background-color: rgb(2,106,206); }
div.DivClassName
{
background-color: #026ACE;
}
.BgClassName
{
background-color: #026ACE;
}
</style>
border-color css
<style>
span { border-color: #026ACE; }
span { border-color: rgb(2,106,206); }
td.TdClassName
{
border-color: #026ACE;
}
.TagClassName
{
border-color: #026ACE;
}
</style>