Shades of Navy Blue #167FDD
Tints of Navy Blue #167FDD
RGB
CMYK
RGB Variations
Color information
#167FDD (or 0x167FDD) is known color: Navy Blue. HEX triplet: 16, 7F and DD. RGB value is (22,127,221). Sum of RGB (Red+Green+Blue) = 22+127+221=370 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.95% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #167FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167FDD is #E98022. Grayscale: #696969. Windows color (decimal): -15302691 or 14515990. OLE color: 14515990.
HSL color Cylindrical-coordinate representation of color #167FDD: hue angle of 208.34º 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 #167FDD is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 127 | 221 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.13 |
| HSL | 208.34º | 0.82% | 0.48% | - |
| HSV(B) | 208.34º | 0.9% | 0.87% | - |
| XYZ | 20.97 | 20.57 | 71.27 | - |
| YUV | 106.32 | 192.71 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 127 | 221 | 0.90 | 0.43 | 0 | 0.13 | 208.34 | 0.82 | 0.48 |
| Hex | 16 | 7F | DD | 5A | 2B | 0 | D | D0 | 52 | 30 |
| Octal | 26 | 177 | 335 | 132 | 53 | 0 | 15 | 320 | 122 | 60 |
| Binary | 10110 | 1111111 | 11011101 | 1011010 | 101011 | 0 | 1101 | 11010000 | 1010010 | 110000 |
Color Harmonies of #167FDD
Complementary color
Monochromatic Colors of #167FDD
Black with #167FDD
Text Example
Text Example
White with #167FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167FDD; }
p { color: rgb(22,127,221); }
H1.HeaderClassName
{
color: #167FDD;
}
.AnyTagClassName
{
color: #167FDD;
}
</style>
background-color css
<style>
a { background-color: #167FDD; }
a { background-color: rgb(22,127,221); }
div.DivClassName
{
background-color: #167FDD;
}
.BgClassName
{
background-color: #167FDD;
}
</style>
border-color css
<style>
span { border-color: #167FDD; }
span { border-color: rgb(22,127,221); }
td.TdClassName
{
border-color: #167FDD;
}
.TagClassName
{
border-color: #167FDD;
}
</style>