Shades of Navy Blue #166FE8
Tints of Navy Blue #166FE8
RGB
CMYK
RGB Variations
Color information
#166FE8 (or 0x166FE8) is known color: Navy Blue. HEX triplet: 16, 6F and E8. RGB value is (22,111,232). Sum of RGB (Red+Green+Blue) = 22+111+232=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 232 (91.02% from 255 or 63.56% from 365); Max value from RGB is 232 - color contains mainly: blue. Hex color #166FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166FE8 is #E99017. Grayscale: #616161. Windows color (decimal): -15306776 or 15232790. OLE color: 15232790.
HSL color Cylindrical-coordinate representation of color #166FE8: hue angle of 214.57º 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 #166FE8 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 111 | 232 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.09 |
| HSL | 214.57º | 0.83% | 0.5% | - |
| HSV(B) | 214.57º | 0.91% | 0.91% | - |
| XYZ | 20.58 | 17.37 | 78.61 | - |
| YUV | 98.18 | 203.51 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 232 | 0.91 | 0.52 | 0 | 0.09 | 214.57 | 0.83 | 0.5 |
| Hex | 16 | 6F | E8 | 5B | 34 | 0 | 9 | D7 | 53 | 32 |
| Octal | 26 | 157 | 350 | 133 | 64 | 0 | 11 | 327 | 123 | 62 |
| Binary | 10110 | 1101111 | 11101000 | 1011011 | 110100 | 0 | 1001 | 11010111 | 1010011 | 110010 |
Color Harmonies of #166FE8
Complementary color
Monochromatic Colors of #166FE8
Black with #166FE8
Text Example
Text Example
White with #166FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FE8; }
p { color: rgb(22,111,232); }
H1.HeaderClassName
{
color: #166FE8;
}
.AnyTagClassName
{
color: #166FE8;
}
</style>
background-color css
<style>
a { background-color: #166FE8; }
a { background-color: rgb(22,111,232); }
div.DivClassName
{
background-color: #166FE8;
}
.BgClassName
{
background-color: #166FE8;
}
</style>
border-color css
<style>
span { border-color: #166FE8; }
span { border-color: rgb(22,111,232); }
td.TdClassName
{
border-color: #166FE8;
}
.TagClassName
{
border-color: #166FE8;
}
</style>