Shades of Navy Blue #166FE2
Tints of Navy Blue #166FE2
RGB
CMYK
RGB Variations
Color information
#166FE2 (or 0x166FE2) is known color: Navy Blue. HEX triplet: 16, 6F and E2. RGB value is (22,111,226). Sum of RGB (Red+Green+Blue) = 22+111+226=359 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.13% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 226 (88.67% from 255 or 62.95% from 359); Max value from RGB is 226 - color contains mainly: blue. Hex color #166FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FE2 is #E9901D. Grayscale: #606060. Windows color (decimal): -15306782 or 14839574. OLE color: 14839574.
HSL color Cylindrical-coordinate representation of color #166FE2: hue angle of 213.82º 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 #166FE2 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 111 | 226 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.11 |
| HSL | 213.82º | 0.82% | 0.49% | - |
| HSV(B) | 213.82º | 0.9% | 0.89% | - |
| XYZ | 19.74 | 17.03 | 74.2 | - |
| YUV | 97.5 | 200.51 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 226 | 0.90 | 0.51 | 0 | 0.11 | 213.82 | 0.82 | 0.49 |
| Hex | 16 | 6F | E2 | 5A | 33 | 0 | B | D6 | 52 | 31 |
| Octal | 26 | 157 | 342 | 132 | 63 | 0 | 13 | 326 | 122 | 61 |
| Binary | 10110 | 1101111 | 11100010 | 1011010 | 110011 | 0 | 1011 | 11010110 | 1010010 | 110001 |
Color Harmonies of #166FE2
Complementary color
Monochromatic Colors of #166FE2
Black with #166FE2
Text Example
Text Example
White with #166FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FE2; }
p { color: rgb(22,111,226); }
H1.HeaderClassName
{
color: #166FE2;
}
.AnyTagClassName
{
color: #166FE2;
}
</style>
background-color css
<style>
a { background-color: #166FE2; }
a { background-color: rgb(22,111,226); }
div.DivClassName
{
background-color: #166FE2;
}
.BgClassName
{
background-color: #166FE2;
}
</style>
border-color css
<style>
span { border-color: #166FE2; }
span { border-color: rgb(22,111,226); }
td.TdClassName
{
border-color: #166FE2;
}
.TagClassName
{
border-color: #166FE2;
}
</style>