Shades of Navy Blue #167CCE
Tints of Navy Blue #167CCE
RGB
CMYK
RGB Variations
Color information
#167CCE (or 0x167CCE) is known color: Navy Blue. HEX triplet: 16, 7C and CE. RGB value is (22,124,206). Sum of RGB (Red+Green+Blue) = 22+124+206=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #167CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167CCE is #E98331. Grayscale: #666666. Windows color (decimal): -15303474 or 13532182. OLE color: 13532182.
HSL color Cylindrical-coordinate representation of color #167CCE: hue angle of 206.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #167CCE is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 124 | 206 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.19 |
| HSL | 206.74º | 0.81% | 0.45% | - |
| HSV(B) | 206.74º | 0.89% | 0.81% | - |
| XYZ | 18.68 | 19.04 | 61.08 | - |
| YUV | 102.85 | 186.21 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 206 | 0.89 | 0.40 | 0 | 0.19 | 206.74 | 0.81 | 0.45 |
| Hex | 16 | 7C | CE | 59 | 28 | 0 | 13 | CF | 51 | 2D |
| Octal | 26 | 174 | 316 | 131 | 50 | 0 | 23 | 317 | 121 | 55 |
| Binary | 10110 | 1111100 | 11001110 | 1011001 | 101000 | 0 | 10011 | 11001111 | 1010001 | 101101 |
Color Harmonies of #167CCE
Complementary color
Monochromatic Colors of #167CCE
Black with #167CCE
Text Example
Text Example
White with #167CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167CCE; }
p { color: rgb(22,124,206); }
H1.HeaderClassName
{
color: #167CCE;
}
.AnyTagClassName
{
color: #167CCE;
}
</style>
background-color css
<style>
a { background-color: #167CCE; }
a { background-color: rgb(22,124,206); }
div.DivClassName
{
background-color: #167CCE;
}
.BgClassName
{
background-color: #167CCE;
}
</style>
border-color css
<style>
span { border-color: #167CCE; }
span { border-color: rgb(22,124,206); }
td.TdClassName
{
border-color: #167CCE;
}
.TagClassName
{
border-color: #167CCE;
}
</style>