Shades of Navy Blue #167BCB
Tints of Navy Blue #167BCB
RGB
CMYK
RGB Variations
Color information
#167BCB (or 0x167BCB) is known color: Navy Blue. HEX triplet: 16, 7B and CB. RGB value is (22,123,203). Sum of RGB (Red+Green+Blue) = 22+123+203=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #167BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167BCB is #E98434. Grayscale: #656565. Windows color (decimal): -15303733 or 13335318. OLE color: 13335318.
HSL color Cylindrical-coordinate representation of color #167BCB: hue angle of 206.52º 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 #167BCB is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 123 | 203 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.20 |
| HSL | 206.52º | 0.8% | 0.44% | - |
| HSV(B) | 206.52º | 0.89% | 0.8% | - |
| XYZ | 18.19 | 18.65 | 59.14 | - |
| YUV | 101.92 | 185.04 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 123 | 203 | 0.89 | 0.39 | 0 | 0.20 | 206.52 | 0.8 | 0.44 |
| Hex | 16 | 7B | CB | 59 | 27 | 0 | 14 | CF | 50 | 2C |
| Octal | 26 | 173 | 313 | 131 | 47 | 0 | 24 | 317 | 120 | 54 |
| Binary | 10110 | 1111011 | 11001011 | 1011001 | 100111 | 0 | 10100 | 11001111 | 1010000 | 101100 |
Color Harmonies of #167BCB
Complementary color
Monochromatic Colors of #167BCB
Black with #167BCB
Text Example
Text Example
White with #167BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167BCB; }
p { color: rgb(22,123,203); }
H1.HeaderClassName
{
color: #167BCB;
}
.AnyTagClassName
{
color: #167BCB;
}
</style>
background-color css
<style>
a { background-color: #167BCB; }
a { background-color: rgb(22,123,203); }
div.DivClassName
{
background-color: #167BCB;
}
.BgClassName
{
background-color: #167BCB;
}
</style>
border-color css
<style>
span { border-color: #167BCB; }
span { border-color: rgb(22,123,203); }
td.TdClassName
{
border-color: #167BCB;
}
.TagClassName
{
border-color: #167BCB;
}
</style>