Shades of Navy Blue #026ACB
Tints of Navy Blue #026ACB
RGB
CMYK
RGB Variations
Color information
#026ACB (or 0x026ACB) is known color: Navy Blue. HEX triplet: 02, 6A and CB. RGB value is (2,106,203). Sum of RGB (Red+Green+Blue) = 2+106+203=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #026ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026ACB is #FD9534. Grayscale: #555555. Windows color (decimal): -16618805 or 13330946. OLE color: 13330946.
HSL color Cylindrical-coordinate representation of color #026ACB: hue angle of 208.96º 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 #026ACB is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 106 | 203 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.20 |
| HSL | 208.96º | 0.98% | 0.4% | - |
| HSV(B) | 208.96º | 0.99% | 0.8% | - |
| XYZ | 15.96 | 14.63 | 58.48 | - |
| YUV | 85.96 | 194.04 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 203 | 0.99 | 0.48 | 0 | 0.20 | 208.96 | 0.98 | 0.4 |
| Hex | 2 | 6A | CB | 63 | 30 | 0 | 14 | D1 | 62 | 28 |
| Octal | 2 | 152 | 313 | 143 | 60 | 0 | 24 | 321 | 142 | 50 |
| Binary | 10 | 1101010 | 11001011 | 1100011 | 110000 | 0 | 10100 | 11010001 | 1100010 | 101000 |
Color Harmonies of #026ACB
Complementary color
Monochromatic Colors of #026ACB
Black with #026ACB
Text Example
Text Example
White with #026ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026ACB; }
p { color: rgb(2,106,203); }
H1.HeaderClassName
{
color: #026ACB;
}
.AnyTagClassName
{
color: #026ACB;
}
</style>
background-color css
<style>
a { background-color: #026ACB; }
a { background-color: rgb(2,106,203); }
div.DivClassName
{
background-color: #026ACB;
}
.BgClassName
{
background-color: #026ACB;
}
</style>
border-color css
<style>
span { border-color: #026ACB; }
span { border-color: rgb(2,106,203); }
td.TdClassName
{
border-color: #026ACB;
}
.TagClassName
{
border-color: #026ACB;
}
</style>