Shades of Navy Blue #166CE7
Tints of Navy Blue #166CE7
RGB
CMYK
RGB Variations
Color information
#166CE7 (or 0x166CE7) is known color: Navy Blue. HEX triplet: 16, 6C and E7. RGB value is (22,108,231). Sum of RGB (Red+Green+Blue) = 22+108+231=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 231 (90.62% from 255 or 63.99% from 361); Max value from RGB is 231 - color contains mainly: blue. Hex color #166CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166CE7 is #E99318. Grayscale: #5F5F5F. Windows color (decimal): -15307545 or 15166486. OLE color: 15166486.
HSL color Cylindrical-coordinate representation of color #166CE7: hue angle of 215.31º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166CE7 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 108 | 231 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.09 |
| HSL | 215.31º | 0.83% | 0.5% | - |
| HSV(B) | 215.31º | 0.9% | 0.91% | - |
| XYZ | 20.12 | 16.67 | 77.76 | - |
| YUV | 96.31 | 204.01 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 231 | 0.90 | 0.53 | 0 | 0.09 | 215.31 | 0.83 | 0.5 |
| Hex | 16 | 6C | E7 | 5A | 35 | 0 | 9 | D7 | 53 | 32 |
| Octal | 26 | 154 | 347 | 132 | 65 | 0 | 11 | 327 | 123 | 62 |
| Binary | 10110 | 1101100 | 11100111 | 1011010 | 110101 | 0 | 1001 | 11010111 | 1010011 | 110010 |
Color Harmonies of #166CE7
Complementary color
Monochromatic Colors of #166CE7
Black with #166CE7
Text Example
Text Example
White with #166CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166CE7; }
p { color: rgb(22,108,231); }
H1.HeaderClassName
{
color: #166CE7;
}
.AnyTagClassName
{
color: #166CE7;
}
</style>
background-color css
<style>
a { background-color: #166CE7; }
a { background-color: rgb(22,108,231); }
div.DivClassName
{
background-color: #166CE7;
}
.BgClassName
{
background-color: #166CE7;
}
</style>
border-color css
<style>
span { border-color: #166CE7; }
span { border-color: rgb(22,108,231); }
td.TdClassName
{
border-color: #166CE7;
}
.TagClassName
{
border-color: #166CE7;
}
</style>