Shades of Navy Blue #167FDE
Tints of Navy Blue #167FDE
RGB
CMYK
RGB Variations
Color information
#167FDE (or 0x167FDE) is known color: Navy Blue. HEX triplet: 16, 7F and DE. RGB value is (22,127,222). Sum of RGB (Red+Green+Blue) = 22+127+222=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #167FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167FDE is #E98021. Grayscale: #696969. Windows color (decimal): -15302690 or 14581526. OLE color: 14581526.
HSL color Cylindrical-coordinate representation of color #167FDE: hue angle of 208.5º 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 #167FDE is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 127 | 222 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.13 |
| HSL | 208.5º | 0.82% | 0.48% | - |
| HSV(B) | 208.5º | 0.9% | 0.87% | - |
| XYZ | 21.11 | 20.62 | 71.98 | - |
| YUV | 106.44 | 193.21 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 127 | 222 | 0.90 | 0.43 | 0 | 0.13 | 208.5 | 0.82 | 0.48 |
| Hex | 16 | 7F | DE | 5A | 2B | 0 | D | D0 | 52 | 30 |
| Octal | 26 | 177 | 336 | 132 | 53 | 0 | 15 | 320 | 122 | 60 |
| Binary | 10110 | 1111111 | 11011110 | 1011010 | 101011 | 0 | 1101 | 11010000 | 1010010 | 110000 |
Color Harmonies of #167FDE
Complementary color
Monochromatic Colors of #167FDE
Black with #167FDE
Text Example
Text Example
White with #167FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167FDE; }
p { color: rgb(22,127,222); }
H1.HeaderClassName
{
color: #167FDE;
}
.AnyTagClassName
{
color: #167FDE;
}
</style>
background-color css
<style>
a { background-color: #167FDE; }
a { background-color: rgb(22,127,222); }
div.DivClassName
{
background-color: #167FDE;
}
.BgClassName
{
background-color: #167FDE;
}
</style>
border-color css
<style>
span { border-color: #167FDE; }
span { border-color: rgb(22,127,222); }
td.TdClassName
{
border-color: #167FDE;
}
.TagClassName
{
border-color: #167FDE;
}
</style>