Shades of Navy Blue #167BE0
Tints of Navy Blue #167BE0
RGB
CMYK
RGB Variations
Color information
#167BE0 (or 0x167BE0) is known color: Navy Blue. HEX triplet: 16, 7B and E0. RGB value is (22,123,224). Sum of RGB (Red+Green+Blue) = 22+123+224=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #167BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167BE0 is #E9841F. Grayscale: #676767. Windows color (decimal): -15303712 or 14711574. OLE color: 14711574.
HSL color Cylindrical-coordinate representation of color #167BE0: hue angle of 210º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #167BE0 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 123 | 224 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.12 |
| HSL | 210º | 0.82% | 0.48% | - |
| HSV(B) | 210º | 0.9% | 0.88% | - |
| XYZ | 20.87 | 19.72 | 73.23 | - |
| YUV | 104.32 | 195.54 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 123 | 224 | 0.90 | 0.45 | 0 | 0.12 | 210 | 0.82 | 0.48 |
| Hex | 16 | 7B | E0 | 5A | 2D | 0 | C | D2 | 52 | 30 |
| Octal | 26 | 173 | 340 | 132 | 55 | 0 | 14 | 322 | 122 | 60 |
| Binary | 10110 | 1111011 | 11100000 | 1011010 | 101101 | 0 | 1100 | 11010010 | 1010010 | 110000 |
Color Harmonies of #167BE0
Complementary color
Monochromatic Colors of #167BE0
Black with #167BE0
Text Example
Text Example
White with #167BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167BE0; }
p { color: rgb(22,123,224); }
H1.HeaderClassName
{
color: #167BE0;
}
.AnyTagClassName
{
color: #167BE0;
}
</style>
background-color css
<style>
a { background-color: #167BE0; }
a { background-color: rgb(22,123,224); }
div.DivClassName
{
background-color: #167BE0;
}
.BgClassName
{
background-color: #167BE0;
}
</style>
border-color css
<style>
span { border-color: #167BE0; }
span { border-color: rgb(22,123,224); }
td.TdClassName
{
border-color: #167BE0;
}
.TagClassName
{
border-color: #167BE0;
}
</style>