Shades of Navy Blue #166CE6
Tints of Navy Blue #166CE6
RGB
CMYK
RGB Variations
Color information
#166CE6 (or 0x166CE6) is known color: Navy Blue. HEX triplet: 16, 6C and E6. RGB value is (22,108,230). Sum of RGB (Red+Green+Blue) = 22+108+230=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 230 (90.23% from 255 or 63.89% from 360); Max value from RGB is 230 - color contains mainly: blue. Hex color #166CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166CE6 is #E99319. Grayscale: #5F5F5F. Windows color (decimal): -15307546 or 15100950. OLE color: 15100950.
HSL color Cylindrical-coordinate representation of color #166CE6: hue angle of 215.19º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166CE6 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 108 | 230 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.10 |
| HSL | 215.19º | 0.83% | 0.49% | - |
| HSV(B) | 215.19º | 0.9% | 0.9% | - |
| XYZ | 19.98 | 16.61 | 77.02 | - |
| YUV | 96.19 | 203.51 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 230 | 0.90 | 0.53 | 0 | 0.10 | 215.19 | 0.83 | 0.49 |
| Hex | 16 | 6C | E6 | 5A | 35 | 0 | A | D7 | 53 | 31 |
| Octal | 26 | 154 | 346 | 132 | 65 | 0 | 12 | 327 | 123 | 61 |
| Binary | 10110 | 1101100 | 11100110 | 1011010 | 110101 | 0 | 1010 | 11010111 | 1010011 | 110001 |
Color Harmonies of #166CE6
Complementary color
Monochromatic Colors of #166CE6
Black with #166CE6
Text Example
Text Example
White with #166CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166CE6; }
p { color: rgb(22,108,230); }
H1.HeaderClassName
{
color: #166CE6;
}
.AnyTagClassName
{
color: #166CE6;
}
</style>
background-color css
<style>
a { background-color: #166CE6; }
a { background-color: rgb(22,108,230); }
div.DivClassName
{
background-color: #166CE6;
}
.BgClassName
{
background-color: #166CE6;
}
</style>
border-color css
<style>
span { border-color: #166CE6; }
span { border-color: rgb(22,108,230); }
td.TdClassName
{
border-color: #166CE6;
}
.TagClassName
{
border-color: #166CE6;
}
</style>