Shades of Navy Blue #167CCB
Tints of Navy Blue #167CCB
RGB
CMYK
RGB Variations
Color information
#167CCB (or 0x167CCB) is known color: Navy Blue. HEX triplet: 16, 7C and CB. RGB value is (22,124,203). Sum of RGB (Red+Green+Blue) = 22+124+203=349 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.30% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #167CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167CCB is #E98334. Grayscale: #666666. Windows color (decimal): -15303477 or 13335574. OLE color: 13335574.
HSL color Cylindrical-coordinate representation of color #167CCB: hue angle of 206.19º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #167CCB is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 124 | 203 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.20 |
| HSL | 206.19º | 0.8% | 0.44% | - |
| HSV(B) | 206.19º | 0.89% | 0.8% | - |
| XYZ | 18.32 | 18.9 | 59.18 | - |
| YUV | 102.51 | 184.71 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 203 | 0.89 | 0.39 | 0 | 0.20 | 206.19 | 0.8 | 0.44 |
| Hex | 16 | 7C | CB | 59 | 27 | 0 | 14 | CE | 50 | 2C |
| Octal | 26 | 174 | 313 | 131 | 47 | 0 | 24 | 316 | 120 | 54 |
| Binary | 10110 | 1111100 | 11001011 | 1011001 | 100111 | 0 | 10100 | 11001110 | 1010000 | 101100 |
Color Harmonies of #167CCB
Complementary color
Monochromatic Colors of #167CCB
Black with #167CCB
Text Example
Text Example
White with #167CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167CCB; }
p { color: rgb(22,124,203); }
H1.HeaderClassName
{
color: #167CCB;
}
.AnyTagClassName
{
color: #167CCB;
}
</style>
background-color css
<style>
a { background-color: #167CCB; }
a { background-color: rgb(22,124,203); }
div.DivClassName
{
background-color: #167CCB;
}
.BgClassName
{
background-color: #167CCB;
}
</style>
border-color css
<style>
span { border-color: #167CCB; }
span { border-color: rgb(22,124,203); }
td.TdClassName
{
border-color: #167CCB;
}
.TagClassName
{
border-color: #167CCB;
}
</style>