Shades of Navy Blue #026CCD
Tints of Navy Blue #026CCD
RGB
CMYK
RGB Variations
Color information
#026CCD (or 0x026CCD) is known color: Navy Blue. HEX triplet: 02, 6C and CD. RGB value is (2,108,205). Sum of RGB (Red+Green+Blue) = 2+108+205=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #026CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026CCD is #FD9332. Grayscale: #565656. Windows color (decimal): -16618291 or 13462530. OLE color: 13462530.
HSL color Cylindrical-coordinate representation of color #026CCD: hue angle of 208.67º 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 #026CCD is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 108 | 205 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.20 |
| HSL | 208.67º | 0.98% | 0.41% | - |
| HSV(B) | 208.67º | 0.99% | 0.8% | - |
| XYZ | 16.41 | 15.15 | 59.82 | - |
| YUV | 87.36 | 194.38 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 108 | 205 | 0.99 | 0.47 | 0 | 0.20 | 208.67 | 0.98 | 0.41 |
| Hex | 2 | 6C | CD | 63 | 2F | 0 | 14 | D1 | 62 | 29 |
| Octal | 2 | 154 | 315 | 143 | 57 | 0 | 24 | 321 | 142 | 51 |
| Binary | 10 | 1101100 | 11001101 | 1100011 | 101111 | 0 | 10100 | 11010001 | 1100010 | 101001 |
Color Harmonies of #026CCD
Complementary color
Monochromatic Colors of #026CCD
Black with #026CCD
Text Example
Text Example
White with #026CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026CCD; }
p { color: rgb(2,108,205); }
H1.HeaderClassName
{
color: #026CCD;
}
.AnyTagClassName
{
color: #026CCD;
}
</style>
background-color css
<style>
a { background-color: #026CCD; }
a { background-color: rgb(2,108,205); }
div.DivClassName
{
background-color: #026CCD;
}
.BgClassName
{
background-color: #026CCD;
}
</style>
border-color css
<style>
span { border-color: #026CCD; }
span { border-color: rgb(2,108,205); }
td.TdClassName
{
border-color: #026CCD;
}
.TagClassName
{
border-color: #026CCD;
}
</style>