Shades of Navy Blue #026EC3
Tints of Navy Blue #026EC3
RGB
CMYK
RGB Variations
Color information
#026EC3 (or 0x026EC3) is known color: Navy Blue. HEX triplet: 02, 6E and C3. RGB value is (2,110,195). Sum of RGB (Red+Green+Blue) = 2+110+195=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 195 (76.56% from 255 or 63.52% from 307); Max value from RGB is 195 - color contains mainly: blue. Hex color #026EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026EC3 is #FD913C. Grayscale: #565656. Windows color (decimal): -16617789 or 12807682. OLE color: 12807682.
HSL color Cylindrical-coordinate representation of color #026EC3: hue angle of 206.42º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026EC3 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 110 | 195 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.24 |
| HSL | 206.42º | 0.98% | 0.39% | - |
| HSV(B) | 206.42º | 0.99% | 0.76% | - |
| XYZ | 15.45 | 15.1 | 53.73 | - |
| YUV | 87.4 | 188.72 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 195 | 0.99 | 0.44 | 0 | 0.24 | 206.42 | 0.98 | 0.39 |
| Hex | 2 | 6E | C3 | 63 | 2C | 0 | 18 | CE | 62 | 27 |
| Octal | 2 | 156 | 303 | 143 | 54 | 0 | 30 | 316 | 142 | 47 |
| Binary | 10 | 1101110 | 11000011 | 1100011 | 101100 | 0 | 11000 | 11001110 | 1100010 | 100111 |
Color Harmonies of #026EC3
Complementary color
Monochromatic Colors of #026EC3
Black with #026EC3
Text Example
Text Example
White with #026EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026EC3; }
p { color: rgb(2,110,195); }
H1.HeaderClassName
{
color: #026EC3;
}
.AnyTagClassName
{
color: #026EC3;
}
</style>
background-color css
<style>
a { background-color: #026EC3; }
a { background-color: rgb(2,110,195); }
div.DivClassName
{
background-color: #026EC3;
}
.BgClassName
{
background-color: #026EC3;
}
</style>
border-color css
<style>
span { border-color: #026EC3; }
span { border-color: rgb(2,110,195); }
td.TdClassName
{
border-color: #026EC3;
}
.TagClassName
{
border-color: #026EC3;
}
</style>