Shades of Navy Blue #026CBA
Tints of Navy Blue #026CBA
RGB
CMYK
RGB Variations
Color information
#026CBA (or 0x026CBA) is known color: Navy Blue. HEX triplet: 02, 6C and BA. RGB value is (2,108,186). Sum of RGB (Red+Green+Blue) = 2+108+186=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #026CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026CBA is #FD9345. Grayscale: #545454. Windows color (decimal): -16618310 or 12217346. OLE color: 12217346.
HSL color Cylindrical-coordinate representation of color #026CBA: hue angle of 205.43º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026CBA is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 108 | 186 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.27 |
| HSL | 205.43º | 0.98% | 0.37% | - |
| HSV(B) | 205.43º | 0.99% | 0.73% | - |
| XYZ | 14.25 | 14.28 | 48.46 | - |
| YUV | 85.2 | 184.88 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 108 | 186 | 0.99 | 0.42 | 0 | 0.27 | 205.43 | 0.98 | 0.37 |
| Hex | 2 | 6C | BA | 63 | 2A | 0 | 1B | CD | 62 | 25 |
| Octal | 2 | 154 | 272 | 143 | 52 | 0 | 33 | 315 | 142 | 45 |
| Binary | 10 | 1101100 | 10111010 | 1100011 | 101010 | 0 | 11011 | 11001101 | 1100010 | 100101 |
Color Harmonies of #026CBA
Complementary color
Monochromatic Colors of #026CBA
Black with #026CBA
Text Example
Text Example
White with #026CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026CBA; }
p { color: rgb(2,108,186); }
H1.HeaderClassName
{
color: #026CBA;
}
.AnyTagClassName
{
color: #026CBA;
}
</style>
background-color css
<style>
a { background-color: #026CBA; }
a { background-color: rgb(2,108,186); }
div.DivClassName
{
background-color: #026CBA;
}
.BgClassName
{
background-color: #026CBA;
}
</style>
border-color css
<style>
span { border-color: #026CBA; }
span { border-color: rgb(2,108,186); }
td.TdClassName
{
border-color: #026CBA;
}
.TagClassName
{
border-color: #026CBA;
}
</style>