Shades of Navy Blue #106FE6
Tints of Navy Blue #106FE6
RGB
CMYK
RGB Variations
Color information
#106FE6 (or 0x106FE6) is known color: Navy Blue. HEX triplet: 10, 6F and E6. RGB value is (16,111,230). Sum of RGB (Red+Green+Blue) = 16+111+230=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 230 (90.23% from 255 or 64.43% from 357); Max value from RGB is 230 - color contains mainly: blue. Hex color #106FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106FE6 is #EF9019. Grayscale: #5F5F5F. Windows color (decimal): -15699994 or 15101712. OLE color: 15101712.
HSL color Cylindrical-coordinate representation of color #106FE6: hue angle of 213.36º 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 #106FE6 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 111 | 230 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.10 |
| HSL | 213.36º | 0.87% | 0.48% | - |
| HSV(B) | 213.36º | 0.93% | 0.9% | - |
| XYZ | 20.18 | 17.19 | 77.12 | - |
| YUV | 96.16 | 203.53 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 230 | 0.93 | 0.52 | 0 | 0.10 | 213.36 | 0.87 | 0.48 |
| Hex | 10 | 6F | E6 | 5D | 34 | 0 | A | D5 | 57 | 30 |
| Octal | 20 | 157 | 346 | 135 | 64 | 0 | 12 | 325 | 127 | 60 |
| Binary | 10000 | 1101111 | 11100110 | 1011101 | 110100 | 0 | 1010 | 11010101 | 1010111 | 110000 |
Color Harmonies of #106FE6
Complementary color
Monochromatic Colors of #106FE6
Black with #106FE6
Text Example
Text Example
White with #106FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106FE6; }
p { color: rgb(16,111,230); }
H1.HeaderClassName
{
color: #106FE6;
}
.AnyTagClassName
{
color: #106FE6;
}
</style>
background-color css
<style>
a { background-color: #106FE6; }
a { background-color: rgb(16,111,230); }
div.DivClassName
{
background-color: #106FE6;
}
.BgClassName
{
background-color: #106FE6;
}
</style>
border-color css
<style>
span { border-color: #106FE6; }
span { border-color: rgb(16,111,230); }
td.TdClassName
{
border-color: #106FE6;
}
.TagClassName
{
border-color: #106FE6;
}
</style>