Shades of Navy Blue #166ADF
Tints of Navy Blue #166ADF
RGB
CMYK
RGB Variations
Color information
#166ADF (or 0x166ADF) is known color: Navy Blue. HEX triplet: 16, 6A and DF. RGB value is (22,106,223). Sum of RGB (Red+Green+Blue) = 22+106+223=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #166ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ADF is #E99520. Grayscale: #5D5D5D. Windows color (decimal): -15308065 or 14641686. OLE color: 14641686.
HSL color Cylindrical-coordinate representation of color #166ADF: hue angle of 214.93º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166ADF is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 106 | 223 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.13 |
| HSL | 214.93º | 0.82% | 0.48% | - |
| HSV(B) | 214.93º | 0.9% | 0.87% | - |
| XYZ | 18.8 | 15.81 | 71.87 | - |
| YUV | 94.22 | 200.67 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 223 | 0.90 | 0.52 | 0 | 0.13 | 214.93 | 0.82 | 0.48 |
| Hex | 16 | 6A | DF | 5A | 34 | 0 | D | D7 | 52 | 30 |
| Octal | 26 | 152 | 337 | 132 | 64 | 0 | 15 | 327 | 122 | 60 |
| Binary | 10110 | 1101010 | 11011111 | 1011010 | 110100 | 0 | 1101 | 11010111 | 1010010 | 110000 |
Color Harmonies of #166ADF
Complementary color
Monochromatic Colors of #166ADF
Black with #166ADF
Text Example
Text Example
White with #166ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166ADF; }
p { color: rgb(22,106,223); }
H1.HeaderClassName
{
color: #166ADF;
}
.AnyTagClassName
{
color: #166ADF;
}
</style>
background-color css
<style>
a { background-color: #166ADF; }
a { background-color: rgb(22,106,223); }
div.DivClassName
{
background-color: #166ADF;
}
.BgClassName
{
background-color: #166ADF;
}
</style>
border-color css
<style>
span { border-color: #166ADF; }
span { border-color: rgb(22,106,223); }
td.TdClassName
{
border-color: #166ADF;
}
.TagClassName
{
border-color: #166ADF;
}
</style>