Shades of Navy Blue #106CCE
Tints of Navy Blue #106CCE
RGB
CMYK
RGB Variations
Color information
#106CCE (or 0x106CCE) is known color: Navy Blue. HEX triplet: 10, 6C and CE. RGB value is (16,108,206). Sum of RGB (Red+Green+Blue) = 16+108+206=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #106CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CCE is #EF9331. Grayscale: #5B5B5B. Windows color (decimal): -15700786 or 13528080. OLE color: 13528080.
HSL color Cylindrical-coordinate representation of color #106CCE: hue angle of 210.95º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106CCE is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 108 | 206 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.19 |
| HSL | 210.95º | 0.86% | 0.44% | - |
| HSV(B) | 210.95º | 0.92% | 0.81% | - |
| XYZ | 16.72 | 15.29 | 60.46 | - |
| YUV | 91.66 | 192.52 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 206 | 0.92 | 0.48 | 0 | 0.19 | 210.95 | 0.86 | 0.44 |
| Hex | 10 | 6C | CE | 5C | 30 | 0 | 13 | D3 | 56 | 2C |
| Octal | 20 | 154 | 316 | 134 | 60 | 0 | 23 | 323 | 126 | 54 |
| Binary | 10000 | 1101100 | 11001110 | 1011100 | 110000 | 0 | 10011 | 11010011 | 1010110 | 101100 |
Color Harmonies of #106CCE
Complementary color
Monochromatic Colors of #106CCE
Black with #106CCE
Text Example
Text Example
White with #106CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106CCE; }
p { color: rgb(16,108,206); }
H1.HeaderClassName
{
color: #106CCE;
}
.AnyTagClassName
{
color: #106CCE;
}
</style>
background-color css
<style>
a { background-color: #106CCE; }
a { background-color: rgb(16,108,206); }
div.DivClassName
{
background-color: #106CCE;
}
.BgClassName
{
background-color: #106CCE;
}
</style>
border-color css
<style>
span { border-color: #106CCE; }
span { border-color: rgb(16,108,206); }
td.TdClassName
{
border-color: #106CCE;
}
.TagClassName
{
border-color: #106CCE;
}
</style>