Shades of Navy Blue #167CDE
Tints of Navy Blue #167CDE
RGB
CMYK
RGB Variations
Color information
#167CDE (or 0x167CDE) is known color: Navy Blue. HEX triplet: 16, 7C and DE. RGB value is (22,124,222). Sum of RGB (Red+Green+Blue) = 22+124+222=368 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.98% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #167CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167CDE is #E98321. Grayscale: #686868. Windows color (decimal): -15303458 or 14580758. OLE color: 14580758.
HSL color Cylindrical-coordinate representation of color #167CDE: hue angle of 209.4º 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 #167CDE is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 124 | 222 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.13 |
| HSL | 209.4º | 0.82% | 0.48% | - |
| HSV(B) | 209.4º | 0.9% | 0.87% | - |
| XYZ | 20.72 | 19.86 | 71.85 | - |
| YUV | 104.67 | 194.21 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 222 | 0.90 | 0.44 | 0 | 0.13 | 209.4 | 0.82 | 0.48 |
| Hex | 16 | 7C | DE | 5A | 2C | 0 | D | D1 | 52 | 30 |
| Octal | 26 | 174 | 336 | 132 | 54 | 0 | 15 | 321 | 122 | 60 |
| Binary | 10110 | 1111100 | 11011110 | 1011010 | 101100 | 0 | 1101 | 11010001 | 1010010 | 110000 |
Color Harmonies of #167CDE
Complementary color
Monochromatic Colors of #167CDE
Black with #167CDE
Text Example
Text Example
White with #167CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167CDE; }
p { color: rgb(22,124,222); }
H1.HeaderClassName
{
color: #167CDE;
}
.AnyTagClassName
{
color: #167CDE;
}
</style>
background-color css
<style>
a { background-color: #167CDE; }
a { background-color: rgb(22,124,222); }
div.DivClassName
{
background-color: #167CDE;
}
.BgClassName
{
background-color: #167CDE;
}
</style>
border-color css
<style>
span { border-color: #167CDE; }
span { border-color: rgb(22,124,222); }
td.TdClassName
{
border-color: #167CDE;
}
.TagClassName
{
border-color: #167CDE;
}
</style>