Shades of Navy Blue #106FE9
Tints of Navy Blue #106FE9
RGB
CMYK
RGB Variations
Color information
#106FE9 (or 0x106FE9) is known color: Navy Blue. HEX triplet: 10, 6F and E9. RGB value is (16,111,233). Sum of RGB (Red+Green+Blue) = 16+111+233=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 233 (91.41% from 255 or 64.72% from 360); Max value from RGB is 233 - color contains mainly: blue. Hex color #106FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106FE9 is #EF9016. Grayscale: #5F5F5F. Windows color (decimal): -15699991 or 15298320. OLE color: 15298320.
HSL color Cylindrical-coordinate representation of color #106FE9: hue angle of 213.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106FE9 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 111 | 233 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.09 |
| HSL | 213.73º | 0.87% | 0.49% | - |
| HSV(B) | 213.73º | 0.93% | 0.91% | - |
| XYZ | 20.61 | 17.36 | 79.36 | - |
| YUV | 96.5 | 205.03 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 233 | 0.93 | 0.52 | 0 | 0.09 | 213.73 | 0.87 | 0.49 |
| Hex | 10 | 6F | E9 | 5D | 34 | 0 | 9 | D6 | 57 | 31 |
| Octal | 20 | 157 | 351 | 135 | 64 | 0 | 11 | 326 | 127 | 61 |
| Binary | 10000 | 1101111 | 11101001 | 1011101 | 110100 | 0 | 1001 | 11010110 | 1010111 | 110001 |
Color Harmonies of #106FE9
Complementary color
Monochromatic Colors of #106FE9
Black with #106FE9
Text Example
Text Example
White with #106FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106FE9; }
p { color: rgb(16,111,233); }
H1.HeaderClassName
{
color: #106FE9;
}
.AnyTagClassName
{
color: #106FE9;
}
</style>
background-color css
<style>
a { background-color: #106FE9; }
a { background-color: rgb(16,111,233); }
div.DivClassName
{
background-color: #106FE9;
}
.BgClassName
{
background-color: #106FE9;
}
</style>
border-color css
<style>
span { border-color: #106FE9; }
span { border-color: rgb(16,111,233); }
td.TdClassName
{
border-color: #106FE9;
}
.TagClassName
{
border-color: #106FE9;
}
</style>