Shades of Navy Blue #166EE3
Tints of Navy Blue #166EE3
RGB
CMYK
RGB Variations
Color information
#166EE3 (or 0x166EE3) is known color: Navy Blue. HEX triplet: 16, 6E and E3. RGB value is (22,110,227). Sum of RGB (Red+Green+Blue) = 22+110+227=359 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.13% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 227 (89.06% from 255 or 63.23% from 359); Max value from RGB is 227 - color contains mainly: blue. Hex color #166EE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166EE3 is #E9911C. Grayscale: #606060. Windows color (decimal): -15307037 or 14904854. OLE color: 14904854.
HSL color Cylindrical-coordinate representation of color #166EE3: hue angle of 214.24º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166EE3 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 110 | 227 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.11 |
| HSL | 214.24º | 0.82% | 0.49% | - |
| HSV(B) | 214.24º | 0.9% | 0.89% | - |
| XYZ | 19.77 | 16.87 | 74.89 | - |
| YUV | 97.03 | 201.35 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 227 | 0.90 | 0.52 | 0 | 0.11 | 214.24 | 0.82 | 0.49 |
| Hex | 16 | 6E | E3 | 5A | 34 | 0 | B | D6 | 52 | 31 |
| Octal | 26 | 156 | 343 | 132 | 64 | 0 | 13 | 326 | 122 | 61 |
| Binary | 10110 | 1101110 | 11100011 | 1011010 | 110100 | 0 | 1011 | 11010110 | 1010010 | 110001 |
Color Harmonies of #166EE3
Complementary color
Monochromatic Colors of #166EE3
Black with #166EE3
Text Example
Text Example
White with #166EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166EE3; }
p { color: rgb(22,110,227); }
H1.HeaderClassName
{
color: #166EE3;
}
.AnyTagClassName
{
color: #166EE3;
}
</style>
background-color css
<style>
a { background-color: #166EE3; }
a { background-color: rgb(22,110,227); }
div.DivClassName
{
background-color: #166EE3;
}
.BgClassName
{
background-color: #166EE3;
}
</style>
border-color css
<style>
span { border-color: #166EE3; }
span { border-color: rgb(22,110,227); }
td.TdClassName
{
border-color: #166EE3;
}
.TagClassName
{
border-color: #166EE3;
}
</style>