Shades of Navy Blue #026BC2
Tints of Navy Blue #026BC2
RGB
CMYK
RGB Variations
Color information
#026BC2 (or 0x026BC2) is known color: Navy Blue. HEX triplet: 02, 6B and C2. RGB value is (2,107,194). Sum of RGB (Red+Green+Blue) = 2+107+194=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 194 (76.17% from 255 or 64.03% from 303); Max value from RGB is 194 - color contains mainly: blue. Hex color #026BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026BC2 is #FD943D. Grayscale: #555555. Windows color (decimal): -16618558 or 12741378. OLE color: 12741378.
HSL color Cylindrical-coordinate representation of color #026BC2: hue angle of 207.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026BC2 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 107 | 194 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.24 |
| HSL | 207.19º | 0.98% | 0.38% | - |
| HSV(B) | 207.19º | 0.99% | 0.76% | - |
| XYZ | 15.02 | 14.42 | 53.03 | - |
| YUV | 85.52 | 189.21 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 107 | 194 | 0.99 | 0.45 | 0 | 0.24 | 207.19 | 0.98 | 0.38 |
| Hex | 2 | 6B | C2 | 63 | 2D | 0 | 18 | CF | 62 | 26 |
| Octal | 2 | 153 | 302 | 143 | 55 | 0 | 30 | 317 | 142 | 46 |
| Binary | 10 | 1101011 | 11000010 | 1100011 | 101101 | 0 | 11000 | 11001111 | 1100010 | 100110 |
Color Harmonies of #026BC2
Complementary color
Monochromatic Colors of #026BC2
Black with #026BC2
Text Example
Text Example
White with #026BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026BC2; }
p { color: rgb(2,107,194); }
H1.HeaderClassName
{
color: #026BC2;
}
.AnyTagClassName
{
color: #026BC2;
}
</style>
background-color css
<style>
a { background-color: #026BC2; }
a { background-color: rgb(2,107,194); }
div.DivClassName
{
background-color: #026BC2;
}
.BgClassName
{
background-color: #026BC2;
}
</style>
border-color css
<style>
span { border-color: #026BC2; }
span { border-color: rgb(2,107,194); }
td.TdClassName
{
border-color: #026BC2;
}
.TagClassName
{
border-color: #026BC2;
}
</style>