Shades of Navy Blue #167AD1
Tints of Navy Blue #167AD1
RGB
CMYK
RGB Variations
Color information
#167AD1 (or 0x167AD1) is known color: Navy Blue. HEX triplet: 16, 7A and D1. RGB value is (22,122,209). Sum of RGB (Red+Green+Blue) = 22+122+209=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 209 (82.03% from 255 or 59.21% from 353); Max value from RGB is 209 - color contains mainly: blue. Hex color #167AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167AD1 is #E9852E. Grayscale: #656565. Windows color (decimal): -15303983 or 13728278. OLE color: 13728278.
HSL color Cylindrical-coordinate representation of color #167AD1: hue angle of 207.91º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #167AD1 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 122 | 209 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.18 |
| HSL | 207.91º | 0.81% | 0.45% | - |
| HSV(B) | 207.91º | 0.89% | 0.82% | - |
| XYZ | 18.8 | 18.69 | 62.94 | - |
| YUV | 102.02 | 188.37 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 122 | 209 | 0.89 | 0.42 | 0 | 0.18 | 207.91 | 0.81 | 0.45 |
| Hex | 16 | 7A | D1 | 59 | 2A | 0 | 12 | D0 | 51 | 2D |
| Octal | 26 | 172 | 321 | 131 | 52 | 0 | 22 | 320 | 121 | 55 |
| Binary | 10110 | 1111010 | 11010001 | 1011001 | 101010 | 0 | 10010 | 11010000 | 1010001 | 101101 |
Color Harmonies of #167AD1
Complementary color
Monochromatic Colors of #167AD1
Black with #167AD1
Text Example
Text Example
White with #167AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167AD1; }
p { color: rgb(22,122,209); }
H1.HeaderClassName
{
color: #167AD1;
}
.AnyTagClassName
{
color: #167AD1;
}
</style>
background-color css
<style>
a { background-color: #167AD1; }
a { background-color: rgb(22,122,209); }
div.DivClassName
{
background-color: #167AD1;
}
.BgClassName
{
background-color: #167AD1;
}
</style>
border-color css
<style>
span { border-color: #167AD1; }
span { border-color: rgb(22,122,209); }
td.TdClassName
{
border-color: #167AD1;
}
.TagClassName
{
border-color: #167AD1;
}
</style>