Shades of Navy Blue #026FCD
Tints of Navy Blue #026FCD
RGB
CMYK
RGB Variations
Color information
#026FCD (or 0x026FCD) is known color: Navy Blue. HEX triplet: 02, 6F and CD. RGB value is (2,111,205). Sum of RGB (Red+Green+Blue) = 2+111+205=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #026FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026FCD is #FD9032. Grayscale: #585858. Windows color (decimal): -16617523 or 13463298. OLE color: 13463298.
HSL color Cylindrical-coordinate representation of color #026FCD: hue angle of 207.78º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026FCD is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 111 | 205 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.20 |
| HSL | 207.78º | 0.98% | 0.41% | - |
| HSV(B) | 207.78º | 0.99% | 0.8% | - |
| XYZ | 16.73 | 15.79 | 59.92 | - |
| YUV | 89.13 | 193.39 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 111 | 205 | 0.99 | 0.46 | 0 | 0.20 | 207.78 | 0.98 | 0.41 |
| Hex | 2 | 6F | CD | 63 | 2E | 0 | 14 | D0 | 62 | 29 |
| Octal | 2 | 157 | 315 | 143 | 56 | 0 | 24 | 320 | 142 | 51 |
| Binary | 10 | 1101111 | 11001101 | 1100011 | 101110 | 0 | 10100 | 11010000 | 1100010 | 101001 |
Color Harmonies of #026FCD
Complementary color
Monochromatic Colors of #026FCD
Black with #026FCD
Text Example
Text Example
White with #026FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026FCD; }
p { color: rgb(2,111,205); }
H1.HeaderClassName
{
color: #026FCD;
}
.AnyTagClassName
{
color: #026FCD;
}
</style>
background-color css
<style>
a { background-color: #026FCD; }
a { background-color: rgb(2,111,205); }
div.DivClassName
{
background-color: #026FCD;
}
.BgClassName
{
background-color: #026FCD;
}
</style>
border-color css
<style>
span { border-color: #026FCD; }
span { border-color: rgb(2,111,205); }
td.TdClassName
{
border-color: #026FCD;
}
.TagClassName
{
border-color: #026FCD;
}
</style>