Shades of Navy Blue #026DC2
Tints of Navy Blue #026DC2
RGB
CMYK
RGB Variations
Color information
#026DC2 (or 0x026DC2) is known color: Navy Blue. HEX triplet: 02, 6D and C2. RGB value is (2,109,194). Sum of RGB (Red+Green+Blue) = 2+109+194=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #026DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026DC2 is #FD923D. Grayscale: #565656. Windows color (decimal): -16618046 or 12741890. OLE color: 12741890.
HSL color Cylindrical-coordinate representation of color #026DC2: hue angle of 206.56º 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 #026DC2 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 109 | 194 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.24 |
| HSL | 206.56º | 0.98% | 0.38% | - |
| HSV(B) | 206.56º | 0.99% | 0.76% | - |
| XYZ | 15.23 | 14.85 | 53.1 | - |
| YUV | 86.7 | 188.55 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 194 | 0.99 | 0.44 | 0 | 0.24 | 206.56 | 0.98 | 0.38 |
| Hex | 2 | 6D | C2 | 63 | 2C | 0 | 18 | CF | 62 | 26 |
| Octal | 2 | 155 | 302 | 143 | 54 | 0 | 30 | 317 | 142 | 46 |
| Binary | 10 | 1101101 | 11000010 | 1100011 | 101100 | 0 | 11000 | 11001111 | 1100010 | 100110 |
Color Harmonies of #026DC2
Complementary color
Monochromatic Colors of #026DC2
Black with #026DC2
Text Example
Text Example
White with #026DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026DC2; }
p { color: rgb(2,109,194); }
H1.HeaderClassName
{
color: #026DC2;
}
.AnyTagClassName
{
color: #026DC2;
}
</style>
background-color css
<style>
a { background-color: #026DC2; }
a { background-color: rgb(2,109,194); }
div.DivClassName
{
background-color: #026DC2;
}
.BgClassName
{
background-color: #026DC2;
}
</style>
border-color css
<style>
span { border-color: #026DC2; }
span { border-color: rgb(2,109,194); }
td.TdClassName
{
border-color: #026DC2;
}
.TagClassName
{
border-color: #026DC2;
}
</style>