Shades of Navy Blue #166CDF
Tints of Navy Blue #166CDF
RGB
CMYK
RGB Variations
Color information
#166CDF (or 0x166CDF) is known color: Navy Blue. HEX triplet: 16, 6C and DF. RGB value is (22,108,223). Sum of RGB (Red+Green+Blue) = 22+108+223=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #166CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166CDF is #E99320. Grayscale: #5E5E5E. Windows color (decimal): -15307553 or 14642198. OLE color: 14642198.
HSL color Cylindrical-coordinate representation of color #166CDF: hue angle of 214.33º 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 #166CDF is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 108 | 223 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.13 |
| HSL | 214.33º | 0.82% | 0.48% | - |
| HSV(B) | 214.33º | 0.9% | 0.87% | - |
| XYZ | 19.01 | 16.22 | 71.94 | - |
| YUV | 95.4 | 200.01 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 223 | 0.90 | 0.52 | 0 | 0.13 | 214.33 | 0.82 | 0.48 |
| Hex | 16 | 6C | DF | 5A | 34 | 0 | D | D6 | 52 | 30 |
| Octal | 26 | 154 | 337 | 132 | 64 | 0 | 15 | 326 | 122 | 60 |
| Binary | 10110 | 1101100 | 11011111 | 1011010 | 110100 | 0 | 1101 | 11010110 | 1010010 | 110000 |
Color Harmonies of #166CDF
Complementary color
Monochromatic Colors of #166CDF
Black with #166CDF
Text Example
Text Example
White with #166CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166CDF; }
p { color: rgb(22,108,223); }
H1.HeaderClassName
{
color: #166CDF;
}
.AnyTagClassName
{
color: #166CDF;
}
</style>
background-color css
<style>
a { background-color: #166CDF; }
a { background-color: rgb(22,108,223); }
div.DivClassName
{
background-color: #166CDF;
}
.BgClassName
{
background-color: #166CDF;
}
</style>
border-color css
<style>
span { border-color: #166CDF; }
span { border-color: rgb(22,108,223); }
td.TdClassName
{
border-color: #166CDF;
}
.TagClassName
{
border-color: #166CDF;
}
</style>