Shades of Navy Blue #166CEB
Tints of Navy Blue #166CEB
RGB
CMYK
RGB Variations
Color information
#166CEB (or 0x166CEB) is known color: Navy Blue. HEX triplet: 16, 6C and EB. RGB value is (22,108,235). Sum of RGB (Red+Green+Blue) = 22+108+235=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #166CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166CEB is #E99314. Grayscale: #606060. Windows color (decimal): -15307541 or 15428630. OLE color: 15428630.
HSL color Cylindrical-coordinate representation of color #166CEB: hue angle of 215.77º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166CEB is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 108 | 235 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.08 |
| HSL | 215.77º | 0.84% | 0.5% | - |
| HSV(B) | 215.77º | 0.91% | 0.92% | - |
| XYZ | 20.69 | 16.89 | 80.77 | - |
| YUV | 96.76 | 206.01 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 235 | 0.91 | 0.54 | 0 | 0.08 | 215.77 | 0.84 | 0.5 |
| Hex | 16 | 6C | EB | 5B | 36 | 0 | 8 | D8 | 54 | 32 |
| Octal | 26 | 154 | 353 | 133 | 66 | 0 | 10 | 330 | 124 | 62 |
| Binary | 10110 | 1101100 | 11101011 | 1011011 | 110110 | 0 | 1000 | 11011000 | 1010100 | 110010 |
Color Harmonies of #166CEB
Complementary color
Monochromatic Colors of #166CEB
Black with #166CEB
Text Example
Text Example
White with #166CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166CEB; }
p { color: rgb(22,108,235); }
H1.HeaderClassName
{
color: #166CEB;
}
.AnyTagClassName
{
color: #166CEB;
}
</style>
background-color css
<style>
a { background-color: #166CEB; }
a { background-color: rgb(22,108,235); }
div.DivClassName
{
background-color: #166CEB;
}
.BgClassName
{
background-color: #166CEB;
}
</style>
border-color css
<style>
span { border-color: #166CEB; }
span { border-color: rgb(22,108,235); }
td.TdClassName
{
border-color: #166CEB;
}
.TagClassName
{
border-color: #166CEB;
}
</style>