Shades of Navy Blue #167CDF
Tints of Navy Blue #167CDF
RGB
CMYK
RGB Variations
Color information
#167CDF (or 0x167CDF) is known color: Navy Blue. HEX triplet: 16, 7C and DF. RGB value is (22,124,223). Sum of RGB (Red+Green+Blue) = 22+124+223=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #167CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167CDF is #E98320. Grayscale: #686868. Windows color (decimal): -15303457 or 14646294. OLE color: 14646294.
HSL color Cylindrical-coordinate representation of color #167CDF: hue angle of 209.55º 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 #167CDF is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 124 | 223 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.13 |
| HSL | 209.55º | 0.82% | 0.48% | - |
| HSV(B) | 209.55º | 0.9% | 0.87% | - |
| XYZ | 20.86 | 19.91 | 72.56 | - |
| YUV | 104.79 | 194.71 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 223 | 0.90 | 0.44 | 0 | 0.13 | 209.55 | 0.82 | 0.48 |
| Hex | 16 | 7C | DF | 5A | 2C | 0 | D | D2 | 52 | 30 |
| Octal | 26 | 174 | 337 | 132 | 54 | 0 | 15 | 322 | 122 | 60 |
| Binary | 10110 | 1111100 | 11011111 | 1011010 | 101100 | 0 | 1101 | 11010010 | 1010010 | 110000 |
Color Harmonies of #167CDF
Complementary color
Monochromatic Colors of #167CDF
Black with #167CDF
Text Example
Text Example
White with #167CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167CDF; }
p { color: rgb(22,124,223); }
H1.HeaderClassName
{
color: #167CDF;
}
.AnyTagClassName
{
color: #167CDF;
}
</style>
background-color css
<style>
a { background-color: #167CDF; }
a { background-color: rgb(22,124,223); }
div.DivClassName
{
background-color: #167CDF;
}
.BgClassName
{
background-color: #167CDF;
}
</style>
border-color css
<style>
span { border-color: #167CDF; }
span { border-color: rgb(22,124,223); }
td.TdClassName
{
border-color: #167CDF;
}
.TagClassName
{
border-color: #167CDF;
}
</style>