Shades of Navy Blue #106CE6
Tints of Navy Blue #106CE6
RGB
CMYK
RGB Variations
Color information
#106CE6 (or 0x106CE6) is known color: Navy Blue. HEX triplet: 10, 6C and E6. RGB value is (16,108,230). Sum of RGB (Red+Green+Blue) = 16+108+230=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 230 (90.23% from 255 or 64.97% from 354); Max value from RGB is 230 - color contains mainly: blue. Hex color #106CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106CE6 is #EF9319. Grayscale: #5D5D5D. Windows color (decimal): -15700762 or 15100944. OLE color: 15100944.
HSL color Cylindrical-coordinate representation of color #106CE6: hue angle of 214.21º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106CE6 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 108 | 230 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.10 |
| HSL | 214.21º | 0.87% | 0.48% | - |
| HSV(B) | 214.21º | 0.93% | 0.9% | - |
| XYZ | 19.86 | 16.55 | 77.01 | - |
| YUV | 94.4 | 204.52 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 230 | 0.93 | 0.53 | 0 | 0.10 | 214.21 | 0.87 | 0.48 |
| Hex | 10 | 6C | E6 | 5D | 35 | 0 | A | D6 | 57 | 30 |
| Octal | 20 | 154 | 346 | 135 | 65 | 0 | 12 | 326 | 127 | 60 |
| Binary | 10000 | 1101100 | 11100110 | 1011101 | 110101 | 0 | 1010 | 11010110 | 1010111 | 110000 |
Color Harmonies of #106CE6
Complementary color
Monochromatic Colors of #106CE6
Black with #106CE6
Text Example
Text Example
White with #106CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106CE6; }
p { color: rgb(16,108,230); }
H1.HeaderClassName
{
color: #106CE6;
}
.AnyTagClassName
{
color: #106CE6;
}
</style>
background-color css
<style>
a { background-color: #106CE6; }
a { background-color: rgb(16,108,230); }
div.DivClassName
{
background-color: #106CE6;
}
.BgClassName
{
background-color: #106CE6;
}
</style>
border-color css
<style>
span { border-color: #106CE6; }
span { border-color: rgb(16,108,230); }
td.TdClassName
{
border-color: #106CE6;
}
.TagClassName
{
border-color: #106CE6;
}
</style>