Shades of Navy Blue #106CE9
Tints of Navy Blue #106CE9
RGB
CMYK
RGB Variations
Color information
#106CE9 (or 0x106CE9) is known color: Navy Blue. HEX triplet: 10, 6C and E9. RGB value is (16,108,233). Sum of RGB (Red+Green+Blue) = 16+108+233=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 233 (91.41% from 255 or 65.27% from 357); Max value from RGB is 233 - color contains mainly: blue. Hex color #106CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106CE9 is #EF9316. Grayscale: #5E5E5E. Windows color (decimal): -15700759 or 15297552. OLE color: 15297552.
HSL color Cylindrical-coordinate representation of color #106CE9: hue angle of 214.56º 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 #106CE9 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 108 | 233 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.09 |
| HSL | 214.56º | 0.87% | 0.49% | - |
| HSV(B) | 214.56º | 0.93% | 0.91% | - |
| XYZ | 20.28 | 16.72 | 79.25 | - |
| YUV | 94.74 | 206.02 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 233 | 0.93 | 0.54 | 0 | 0.09 | 214.56 | 0.87 | 0.49 |
| Hex | 10 | 6C | E9 | 5D | 36 | 0 | 9 | D7 | 57 | 31 |
| Octal | 20 | 154 | 351 | 135 | 66 | 0 | 11 | 327 | 127 | 61 |
| Binary | 10000 | 1101100 | 11101001 | 1011101 | 110110 | 0 | 1001 | 11010111 | 1010111 | 110001 |
Color Harmonies of #106CE9
Complementary color
Monochromatic Colors of #106CE9
Black with #106CE9
Text Example
Text Example
White with #106CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106CE9; }
p { color: rgb(16,108,233); }
H1.HeaderClassName
{
color: #106CE9;
}
.AnyTagClassName
{
color: #106CE9;
}
</style>
background-color css
<style>
a { background-color: #106CE9; }
a { background-color: rgb(16,108,233); }
div.DivClassName
{
background-color: #106CE9;
}
.BgClassName
{
background-color: #106CE9;
}
</style>
border-color css
<style>
span { border-color: #106CE9; }
span { border-color: rgb(16,108,233); }
td.TdClassName
{
border-color: #106CE9;
}
.TagClassName
{
border-color: #106CE9;
}
</style>