Shades of Navy Blue #026CCC
Tints of Navy Blue #026CCC
RGB
CMYK
RGB Variations
Color information
#026CCC (or 0x026CCC) is known color: Navy Blue. HEX triplet: 02, 6C and CC. RGB value is (2,108,204). Sum of RGB (Red+Green+Blue) = 2+108+204=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #026CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026CCC is #FD9333. Grayscale: #565656. Windows color (decimal): -16618292 or 13396994. OLE color: 13396994.
HSL color Cylindrical-coordinate representation of color #026CCC: hue angle of 208.51º 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 #026CCC is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 108 | 204 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.2 |
| HSL | 208.51º | 0.98% | 0.4% | - |
| HSV(B) | 208.51º | 0.99% | 0.8% | - |
| XYZ | 16.29 | 15.1 | 59.18 | - |
| YUV | 87.25 | 193.88 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 108 | 204 | 0.99 | 0.47 | 0 | 0.2 | 208.51 | 0.98 | 0.4 |
| Hex | 2 | 6C | CC | 63 | 2F | 0 | 14 | D1 | 62 | 28 |
| Octal | 2 | 154 | 314 | 143 | 57 | 0 | 24 | 321 | 142 | 50 |
| Binary | 10 | 1101100 | 11001100 | 1100011 | 101111 | 0 | 10100 | 11010001 | 1100010 | 101000 |
Color Harmonies of #026CCC
Complementary color
Monochromatic Colors of #026CCC
Black with #026CCC
Text Example
Text Example
White with #026CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026CCC; }
p { color: rgb(2,108,204); }
H1.HeaderClassName
{
color: #026CCC;
}
.AnyTagClassName
{
color: #026CCC;
}
</style>
background-color css
<style>
a { background-color: #026CCC; }
a { background-color: rgb(2,108,204); }
div.DivClassName
{
background-color: #026CCC;
}
.BgClassName
{
background-color: #026CCC;
}
</style>
border-color css
<style>
span { border-color: #026CCC; }
span { border-color: rgb(2,108,204); }
td.TdClassName
{
border-color: #026CCC;
}
.TagClassName
{
border-color: #026CCC;
}
</style>