Shades of Navy Blue #026CDC
Tints of Navy Blue #026CDC
RGB
CMYK
RGB Variations
Color information
#026CDC (or 0x026CDC) is known color: Navy Blue. HEX triplet: 02, 6C and DC. RGB value is (2,108,220). Sum of RGB (Red+Green+Blue) = 2+108+220=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #026CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026CDC is #FD9323. Grayscale: #585858. Windows color (decimal): -16618276 or 14445570. OLE color: 14445570.
HSL color Cylindrical-coordinate representation of color #026CDC: hue angle of 210.83º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026CDC is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 108 | 220 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.14 |
| HSL | 210.83º | 0.98% | 0.44% | - |
| HSV(B) | 210.83º | 0.99% | 0.86% | - |
| XYZ | 18.31 | 15.91 | 69.82 | - |
| YUV | 89.07 | 201.88 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 108 | 220 | 0.99 | 0.51 | 0 | 0.14 | 210.83 | 0.98 | 0.44 |
| Hex | 2 | 6C | DC | 63 | 33 | 0 | E | D3 | 62 | 2C |
| Octal | 2 | 154 | 334 | 143 | 63 | 0 | 16 | 323 | 142 | 54 |
| Binary | 10 | 1101100 | 11011100 | 1100011 | 110011 | 0 | 1110 | 11010011 | 1100010 | 101100 |
Color Harmonies of #026CDC
Complementary color
Monochromatic Colors of #026CDC
Black with #026CDC
Text Example
Text Example
White with #026CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026CDC; }
p { color: rgb(2,108,220); }
H1.HeaderClassName
{
color: #026CDC;
}
.AnyTagClassName
{
color: #026CDC;
}
</style>
background-color css
<style>
a { background-color: #026CDC; }
a { background-color: rgb(2,108,220); }
div.DivClassName
{
background-color: #026CDC;
}
.BgClassName
{
background-color: #026CDC;
}
</style>
border-color css
<style>
span { border-color: #026CDC; }
span { border-color: rgb(2,108,220); }
td.TdClassName
{
border-color: #026CDC;
}
.TagClassName
{
border-color: #026CDC;
}
</style>