Shades of Navy Blue #106CCD
Tints of Navy Blue #106CCD
RGB
CMYK
RGB Variations
Color information
#106CCD (or 0x106CCD) is known color: Navy Blue. HEX triplet: 10, 6C and CD. RGB value is (16,108,205). Sum of RGB (Red+Green+Blue) = 16+108+205=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #106CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CCD is #EF9332. Grayscale: #5B5B5B. Windows color (decimal): -15700787 or 13462544. OLE color: 13462544.
HSL color Cylindrical-coordinate representation of color #106CCD: hue angle of 210.79º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106CCD is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 108 | 205 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.20 |
| HSL | 210.79º | 0.86% | 0.43% | - |
| HSV(B) | 210.79º | 0.92% | 0.8% | - |
| XYZ | 16.6 | 15.24 | 59.83 | - |
| YUV | 91.55 | 192.02 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 205 | 0.92 | 0.47 | 0 | 0.20 | 210.79 | 0.86 | 0.43 |
| Hex | 10 | 6C | CD | 5C | 2F | 0 | 14 | D3 | 56 | 2B |
| Octal | 20 | 154 | 315 | 134 | 57 | 0 | 24 | 323 | 126 | 53 |
| Binary | 10000 | 1101100 | 11001101 | 1011100 | 101111 | 0 | 10100 | 11010011 | 1010110 | 101011 |
Color Harmonies of #106CCD
Complementary color
Monochromatic Colors of #106CCD
Black with #106CCD
Text Example
Text Example
White with #106CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106CCD; }
p { color: rgb(16,108,205); }
H1.HeaderClassName
{
color: #106CCD;
}
.AnyTagClassName
{
color: #106CCD;
}
</style>
background-color css
<style>
a { background-color: #106CCD; }
a { background-color: rgb(16,108,205); }
div.DivClassName
{
background-color: #106CCD;
}
.BgClassName
{
background-color: #106CCD;
}
</style>
border-color css
<style>
span { border-color: #106CCD; }
span { border-color: rgb(16,108,205); }
td.TdClassName
{
border-color: #106CCD;
}
.TagClassName
{
border-color: #106CCD;
}
</style>