Shades of Navy Blue #167CE0
Tints of Navy Blue #167CE0
RGB
CMYK
RGB Variations
Color information
#167CE0 (or 0x167CE0) is known color: Navy Blue. HEX triplet: 16, 7C and E0. RGB value is (22,124,224). Sum of RGB (Red+Green+Blue) = 22+124+224=370 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.95% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #167CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167CE0 is #E9831F. Grayscale: #686868. Windows color (decimal): -15303456 or 14711830. OLE color: 14711830.
HSL color Cylindrical-coordinate representation of color #167CE0: hue angle of 209.7º 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 #167CE0 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 124 | 224 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.12 |
| HSL | 209.7º | 0.82% | 0.48% | - |
| HSV(B) | 209.7º | 0.9% | 0.88% | - |
| XYZ | 20.99 | 19.97 | 73.27 | - |
| YUV | 104.9 | 195.21 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 224 | 0.90 | 0.45 | 0 | 0.12 | 209.7 | 0.82 | 0.48 |
| Hex | 16 | 7C | E0 | 5A | 2D | 0 | C | D2 | 52 | 30 |
| Octal | 26 | 174 | 340 | 132 | 55 | 0 | 14 | 322 | 122 | 60 |
| Binary | 10110 | 1111100 | 11100000 | 1011010 | 101101 | 0 | 1100 | 11010010 | 1010010 | 110000 |
Color Harmonies of #167CE0
Complementary color
Monochromatic Colors of #167CE0
Black with #167CE0
Text Example
Text Example
White with #167CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167CE0; }
p { color: rgb(22,124,224); }
H1.HeaderClassName
{
color: #167CE0;
}
.AnyTagClassName
{
color: #167CE0;
}
</style>
background-color css
<style>
a { background-color: #167CE0; }
a { background-color: rgb(22,124,224); }
div.DivClassName
{
background-color: #167CE0;
}
.BgClassName
{
background-color: #167CE0;
}
</style>
border-color css
<style>
span { border-color: #167CE0; }
span { border-color: rgb(22,124,224); }
td.TdClassName
{
border-color: #167CE0;
}
.TagClassName
{
border-color: #167CE0;
}
</style>