Shades of Navy Blue #166BE1
Tints of Navy Blue #166BE1
RGB
CMYK
RGB Variations
Color information
#166BE1 (or 0x166BE1) is known color: Navy Blue. HEX triplet: 16, 6B and E1. RGB value is (22,107,225). Sum of RGB (Red+Green+Blue) = 22+107+225=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 225 (88.28% from 255 or 63.56% from 354); Max value from RGB is 225 - color contains mainly: blue. Hex color #166BE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BE1 is #E9941E. Grayscale: #5E5E5E. Windows color (decimal): -15307807 or 14773014. OLE color: 14773014.
HSL color Cylindrical-coordinate representation of color #166BE1: hue angle of 214.88º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166BE1 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 107 | 225 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.12 |
| HSL | 214.88º | 0.82% | 0.48% | - |
| HSV(B) | 214.88º | 0.9% | 0.88% | - |
| XYZ | 19.18 | 16.12 | 73.34 | - |
| YUV | 95.04 | 201.34 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 225 | 0.90 | 0.52 | 0 | 0.12 | 214.88 | 0.82 | 0.48 |
| Hex | 16 | 6B | E1 | 5A | 34 | 0 | C | D7 | 52 | 30 |
| Octal | 26 | 153 | 341 | 132 | 64 | 0 | 14 | 327 | 122 | 60 |
| Binary | 10110 | 1101011 | 11100001 | 1011010 | 110100 | 0 | 1100 | 11010111 | 1010010 | 110000 |
Color Harmonies of #166BE1
Complementary color
Monochromatic Colors of #166BE1
Black with #166BE1
Text Example
Text Example
White with #166BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166BE1; }
p { color: rgb(22,107,225); }
H1.HeaderClassName
{
color: #166BE1;
}
.AnyTagClassName
{
color: #166BE1;
}
</style>
background-color css
<style>
a { background-color: #166BE1; }
a { background-color: rgb(22,107,225); }
div.DivClassName
{
background-color: #166BE1;
}
.BgClassName
{
background-color: #166BE1;
}
</style>
border-color css
<style>
span { border-color: #166BE1; }
span { border-color: rgb(22,107,225); }
td.TdClassName
{
border-color: #166BE1;
}
.TagClassName
{
border-color: #166BE1;
}
</style>