Shades of Navy Blue #167CDA
Tints of Navy Blue #167CDA
RGB
CMYK
RGB Variations
Color information
#167CDA (or 0x167CDA) is known color: Navy Blue. HEX triplet: 16, 7C and DA. RGB value is (22,124,218). Sum of RGB (Red+Green+Blue) = 22+124+218=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #167CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167CDA is #E98325. Grayscale: #676767. Windows color (decimal): -15303462 or 14318614. OLE color: 14318614.
HSL color Cylindrical-coordinate representation of color #167CDA: hue angle of 208.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #167CDA is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 124 | 218 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.15 |
| HSL | 208.78º | 0.82% | 0.47% | - |
| HSV(B) | 208.78º | 0.9% | 0.85% | - |
| XYZ | 20.19 | 19.65 | 69.06 | - |
| YUV | 104.22 | 192.21 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 218 | 0.90 | 0.43 | 0 | 0.15 | 208.78 | 0.82 | 0.47 |
| Hex | 16 | 7C | DA | 5A | 2B | 0 | F | D1 | 52 | 2F |
| Octal | 26 | 174 | 332 | 132 | 53 | 0 | 17 | 321 | 122 | 57 |
| Binary | 10110 | 1111100 | 11011010 | 1011010 | 101011 | 0 | 1111 | 11010001 | 1010010 | 101111 |
Color Harmonies of #167CDA
Complementary color
Monochromatic Colors of #167CDA
Black with #167CDA
Text Example
Text Example
White with #167CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167CDA; }
p { color: rgb(22,124,218); }
H1.HeaderClassName
{
color: #167CDA;
}
.AnyTagClassName
{
color: #167CDA;
}
</style>
background-color css
<style>
a { background-color: #167CDA; }
a { background-color: rgb(22,124,218); }
div.DivClassName
{
background-color: #167CDA;
}
.BgClassName
{
background-color: #167CDA;
}
</style>
border-color css
<style>
span { border-color: #167CDA; }
span { border-color: rgb(22,124,218); }
td.TdClassName
{
border-color: #167CDA;
}
.TagClassName
{
border-color: #167CDA;
}
</style>