Shades of Navy Blue #166BE2
Tints of Navy Blue #166BE2
RGB
CMYK
RGB Variations
Color information
#166BE2 (or 0x166BE2) is known color: Navy Blue. HEX triplet: 16, 6B and E2. RGB value is (22,107,226). Sum of RGB (Red+Green+Blue) = 22+107+226=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 226 (88.67% from 255 or 63.66% from 355); Max value from RGB is 226 - color contains mainly: blue. Hex color #166BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BE2 is #E9941D. Grayscale: #5E5E5E. Windows color (decimal): -15307806 or 14838550. OLE color: 14838550.
HSL color Cylindrical-coordinate representation of color #166BE2: hue angle of 215º 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 #166BE2 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 107 | 226 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.11 |
| HSL | 215º | 0.82% | 0.49% | - |
| HSV(B) | 215º | 0.9% | 0.89% | - |
| XYZ | 19.32 | 16.18 | 74.06 | - |
| YUV | 95.15 | 201.84 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 226 | 0.90 | 0.53 | 0 | 0.11 | 215 | 0.82 | 0.49 |
| Hex | 16 | 6B | E2 | 5A | 35 | 0 | B | D7 | 52 | 31 |
| Octal | 26 | 153 | 342 | 132 | 65 | 0 | 13 | 327 | 122 | 61 |
| Binary | 10110 | 1101011 | 11100010 | 1011010 | 110101 | 0 | 1011 | 11010111 | 1010010 | 110001 |
Color Harmonies of #166BE2
Complementary color
Monochromatic Colors of #166BE2
Black with #166BE2
Text Example
Text Example
White with #166BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166BE2; }
p { color: rgb(22,107,226); }
H1.HeaderClassName
{
color: #166BE2;
}
.AnyTagClassName
{
color: #166BE2;
}
</style>
background-color css
<style>
a { background-color: #166BE2; }
a { background-color: rgb(22,107,226); }
div.DivClassName
{
background-color: #166BE2;
}
.BgClassName
{
background-color: #166BE2;
}
</style>
border-color css
<style>
span { border-color: #166BE2; }
span { border-color: rgb(22,107,226); }
td.TdClassName
{
border-color: #166BE2;
}
.TagClassName
{
border-color: #166BE2;
}
</style>