Shades of Navy Blue #166EE4
Tints of Navy Blue #166EE4
RGB
CMYK
RGB Variations
Color information
#166EE4 (or 0x166EE4) is known color: Navy Blue. HEX triplet: 16, 6E and E4. RGB value is (22,110,228). Sum of RGB (Red+Green+Blue) = 22+110+228=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 228 (89.45% from 255 or 63.33% from 360); Max value from RGB is 228 - color contains mainly: blue. Hex color #166EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166EE4 is #E9911B. Grayscale: #606060. Windows color (decimal): -15307036 or 14970390. OLE color: 14970390.
HSL color Cylindrical-coordinate representation of color #166EE4: hue angle of 214.37º 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 #166EE4 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 110 | 228 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.11 |
| HSL | 214.37º | 0.82% | 0.49% | - |
| HSV(B) | 214.37º | 0.9% | 0.89% | - |
| XYZ | 19.91 | 16.92 | 75.62 | - |
| YUV | 97.14 | 201.85 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 228 | 0.90 | 0.52 | 0 | 0.11 | 214.37 | 0.82 | 0.49 |
| Hex | 16 | 6E | E4 | 5A | 34 | 0 | B | D6 | 52 | 31 |
| Octal | 26 | 156 | 344 | 132 | 64 | 0 | 13 | 326 | 122 | 61 |
| Binary | 10110 | 1101110 | 11100100 | 1011010 | 110100 | 0 | 1011 | 11010110 | 1010010 | 110001 |
Color Harmonies of #166EE4
Complementary color
Monochromatic Colors of #166EE4
Black with #166EE4
Text Example
Text Example
White with #166EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166EE4; }
p { color: rgb(22,110,228); }
H1.HeaderClassName
{
color: #166EE4;
}
.AnyTagClassName
{
color: #166EE4;
}
</style>
background-color css
<style>
a { background-color: #166EE4; }
a { background-color: rgb(22,110,228); }
div.DivClassName
{
background-color: #166EE4;
}
.BgClassName
{
background-color: #166EE4;
}
</style>
border-color css
<style>
span { border-color: #166EE4; }
span { border-color: rgb(22,110,228); }
td.TdClassName
{
border-color: #166EE4;
}
.TagClassName
{
border-color: #166EE4;
}
</style>