Shades of Navy Blue #167FDB
Tints of Navy Blue #167FDB
RGB
CMYK
RGB Variations
Color information
#167FDB (or 0x167FDB) is known color: Navy Blue. HEX triplet: 16, 7F and DB. RGB value is (22,127,219). Sum of RGB (Red+Green+Blue) = 22+127+219=368 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.98% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #167FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167FDB is #E98024. Grayscale: #696969. Windows color (decimal): -15302693 or 14384918. OLE color: 14384918.
HSL color Cylindrical-coordinate representation of color #167FDB: hue angle of 208.02º 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 #167FDB is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 127 | 219 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.14 |
| HSL | 208.02º | 0.82% | 0.47% | - |
| HSV(B) | 208.02º | 0.9% | 0.86% | - |
| XYZ | 20.71 | 20.46 | 69.88 | - |
| YUV | 106.09 | 191.71 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 127 | 219 | 0.90 | 0.42 | 0 | 0.14 | 208.02 | 0.82 | 0.47 |
| Hex | 16 | 7F | DB | 5A | 2A | 0 | E | D0 | 52 | 2F |
| Octal | 26 | 177 | 333 | 132 | 52 | 0 | 16 | 320 | 122 | 57 |
| Binary | 10110 | 1111111 | 11011011 | 1011010 | 101010 | 0 | 1110 | 11010000 | 1010010 | 101111 |
Color Harmonies of #167FDB
Complementary color
Monochromatic Colors of #167FDB
Black with #167FDB
Text Example
Text Example
White with #167FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167FDB; }
p { color: rgb(22,127,219); }
H1.HeaderClassName
{
color: #167FDB;
}
.AnyTagClassName
{
color: #167FDB;
}
</style>
background-color css
<style>
a { background-color: #167FDB; }
a { background-color: rgb(22,127,219); }
div.DivClassName
{
background-color: #167FDB;
}
.BgClassName
{
background-color: #167FDB;
}
</style>
border-color css
<style>
span { border-color: #167FDB; }
span { border-color: rgb(22,127,219); }
td.TdClassName
{
border-color: #167FDB;
}
.TagClassName
{
border-color: #167FDB;
}
</style>