Shades of Navy Blue #166FE9
Tints of Navy Blue #166FE9
RGB
CMYK
RGB Variations
Color information
#166FE9 (or 0x166FE9) is known color: Navy Blue. HEX triplet: 16, 6F and E9. RGB value is (22,111,233). Sum of RGB (Red+Green+Blue) = 22+111+233=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 233 (91.41% from 255 or 63.66% from 366); Max value from RGB is 233 - color contains mainly: blue. Hex color #166FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166FE9 is #E99016. Grayscale: #616161. Windows color (decimal): -15306775 or 15298326. OLE color: 15298326.
HSL color Cylindrical-coordinate representation of color #166FE9: hue angle of 214.69º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166FE9 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 111 | 233 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.09 |
| HSL | 214.69º | 0.83% | 0.5% | - |
| HSV(B) | 214.69º | 0.91% | 0.91% | - |
| XYZ | 20.72 | 17.42 | 79.36 | - |
| YUV | 98.3 | 204.01 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 233 | 0.91 | 0.52 | 0 | 0.09 | 214.69 | 0.83 | 0.5 |
| Hex | 16 | 6F | E9 | 5B | 34 | 0 | 9 | D7 | 53 | 32 |
| Octal | 26 | 157 | 351 | 133 | 64 | 0 | 11 | 327 | 123 | 62 |
| Binary | 10110 | 1101111 | 11101001 | 1011011 | 110100 | 0 | 1001 | 11010111 | 1010011 | 110010 |
Color Harmonies of #166FE9
Complementary color
Monochromatic Colors of #166FE9
Black with #166FE9
Text Example
Text Example
White with #166FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FE9; }
p { color: rgb(22,111,233); }
H1.HeaderClassName
{
color: #166FE9;
}
.AnyTagClassName
{
color: #166FE9;
}
</style>
background-color css
<style>
a { background-color: #166FE9; }
a { background-color: rgb(22,111,233); }
div.DivClassName
{
background-color: #166FE9;
}
.BgClassName
{
background-color: #166FE9;
}
</style>
border-color css
<style>
span { border-color: #166FE9; }
span { border-color: rgb(22,111,233); }
td.TdClassName
{
border-color: #166FE9;
}
.TagClassName
{
border-color: #166FE9;
}
</style>