Shades of Navy Blue #167FDC
Tints of Navy Blue #167FDC
RGB
CMYK
RGB Variations
Color information
#167FDC (or 0x167FDC) is known color: Navy Blue. HEX triplet: 16, 7F and DC. RGB value is (22,127,220). Sum of RGB (Red+Green+Blue) = 22+127+220=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #167FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167FDC is #E98023. Grayscale: #696969. Windows color (decimal): -15302692 or 14450454. OLE color: 14450454.
HSL color Cylindrical-coordinate representation of color #167FDC: hue angle of 208.18º 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 #167FDC is Cyan = 0.9, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 127 | 220 | - |
| CMYK | 0.9 | 0.42 | 0 | 0.14 |
| HSL | 208.18º | 0.82% | 0.47% | - |
| HSV(B) | 208.18º | 0.9% | 0.86% | - |
| XYZ | 20.84 | 20.52 | 70.57 | - |
| YUV | 106.21 | 192.21 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 127 | 220 | 0.9 | 0.42 | 0 | 0.14 | 208.18 | 0.82 | 0.47 |
| Hex | 16 | 7F | DC | 5A | 2A | 0 | E | D0 | 52 | 2F |
| Octal | 26 | 177 | 334 | 132 | 52 | 0 | 16 | 320 | 122 | 57 |
| Binary | 10110 | 1111111 | 11011100 | 1011010 | 101010 | 0 | 1110 | 11010000 | 1010010 | 101111 |
Color Harmonies of #167FDC
Complementary color
Monochromatic Colors of #167FDC
Black with #167FDC
Text Example
Text Example
White with #167FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167FDC; }
p { color: rgb(22,127,220); }
H1.HeaderClassName
{
color: #167FDC;
}
.AnyTagClassName
{
color: #167FDC;
}
</style>
background-color css
<style>
a { background-color: #167FDC; }
a { background-color: rgb(22,127,220); }
div.DivClassName
{
background-color: #167FDC;
}
.BgClassName
{
background-color: #167FDC;
}
</style>
border-color css
<style>
span { border-color: #167FDC; }
span { border-color: rgb(22,127,220); }
td.TdClassName
{
border-color: #167FDC;
}
.TagClassName
{
border-color: #167FDC;
}
</style>