Shades of Navy Blue #166CDD
Tints of Navy Blue #166CDD
RGB
CMYK
RGB Variations
Color information
#166CDD (or 0x166CDD) is known color: Navy Blue. HEX triplet: 16, 6C and DD. RGB value is (22,108,221). Sum of RGB (Red+Green+Blue) = 22+108+221=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #166CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166CDD is #E99322. Grayscale: #5E5E5E. Windows color (decimal): -15307555 or 14511126. OLE color: 14511126.
HSL color Cylindrical-coordinate representation of color #166CDD: hue angle of 214.07º 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 #166CDD is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 108 | 221 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.13 |
| HSL | 214.07º | 0.82% | 0.48% | - |
| HSV(B) | 214.07º | 0.9% | 0.87% | - |
| XYZ | 18.74 | 16.12 | 70.53 | - |
| YUV | 95.17 | 199.01 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 221 | 0.90 | 0.51 | 0 | 0.13 | 214.07 | 0.82 | 0.48 |
| Hex | 16 | 6C | DD | 5A | 33 | 0 | D | D6 | 52 | 30 |
| Octal | 26 | 154 | 335 | 132 | 63 | 0 | 15 | 326 | 122 | 60 |
| Binary | 10110 | 1101100 | 11011101 | 1011010 | 110011 | 0 | 1101 | 11010110 | 1010010 | 110000 |
Color Harmonies of #166CDD
Complementary color
Monochromatic Colors of #166CDD
Black with #166CDD
Text Example
Text Example
White with #166CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166CDD; }
p { color: rgb(22,108,221); }
H1.HeaderClassName
{
color: #166CDD;
}
.AnyTagClassName
{
color: #166CDD;
}
</style>
background-color css
<style>
a { background-color: #166CDD; }
a { background-color: rgb(22,108,221); }
div.DivClassName
{
background-color: #166CDD;
}
.BgClassName
{
background-color: #166CDD;
}
</style>
border-color css
<style>
span { border-color: #166CDD; }
span { border-color: rgb(22,108,221); }
td.TdClassName
{
border-color: #166CDD;
}
.TagClassName
{
border-color: #166CDD;
}
</style>