Shades of Navy Blue #167ADC
Tints of Navy Blue #167ADC
RGB
CMYK
RGB Variations
Color information
#167ADC (or 0x167ADC) is known color: Navy Blue. HEX triplet: 16, 7A and DC. RGB value is (22,122,220). Sum of RGB (Red+Green+Blue) = 22+122+220=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #167ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167ADC is #E98523. Grayscale: #666666. Windows color (decimal): -15303972 or 14449174. OLE color: 14449174.
HSL color Cylindrical-coordinate representation of color #167ADC: hue angle of 209.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #167ADC is Cyan = 0.9, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 122 | 220 | - |
| CMYK | 0.9 | 0.45 | 0 | 0.14 |
| HSL | 209.7º | 0.82% | 0.47% | - |
| HSV(B) | 209.7º | 0.9% | 0.86% | - |
| XYZ | 20.21 | 19.26 | 70.36 | - |
| YUV | 103.27 | 193.87 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 122 | 220 | 0.9 | 0.45 | 0 | 0.14 | 209.7 | 0.82 | 0.47 |
| Hex | 16 | 7A | DC | 5A | 2D | 0 | E | D2 | 52 | 2F |
| Octal | 26 | 172 | 334 | 132 | 55 | 0 | 16 | 322 | 122 | 57 |
| Binary | 10110 | 1111010 | 11011100 | 1011010 | 101101 | 0 | 1110 | 11010010 | 1010010 | 101111 |
Color Harmonies of #167ADC
Complementary color
Monochromatic Colors of #167ADC
Black with #167ADC
Text Example
Text Example
White with #167ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167ADC; }
p { color: rgb(22,122,220); }
H1.HeaderClassName
{
color: #167ADC;
}
.AnyTagClassName
{
color: #167ADC;
}
</style>
background-color css
<style>
a { background-color: #167ADC; }
a { background-color: rgb(22,122,220); }
div.DivClassName
{
background-color: #167ADC;
}
.BgClassName
{
background-color: #167ADC;
}
</style>
border-color css
<style>
span { border-color: #167ADC; }
span { border-color: rgb(22,122,220); }
td.TdClassName
{
border-color: #167ADC;
}
.TagClassName
{
border-color: #167ADC;
}
</style>