Shades of Navy Blue #164FEC
Tints of Navy Blue #164FEC
RGB
CMYK
RGB Variations
Color information
#164FEC (or 0x164FEC) is known color: Navy Blue. HEX triplet: 16, 4F and EC. RGB value is (22,79,236). Sum of RGB (Red+Green+Blue) = 22+79+236=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #164FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164FEC is #E9B013. Grayscale: #4F4F4F. Windows color (decimal): -15314964 or 15486742. OLE color: 15486742.
HSL color Cylindrical-coordinate representation of color #164FEC: hue angle of 224.02º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #164FEC is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 79 | 236 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.07 |
| HSL | 224.02º | 0.85% | 0.51% | - |
| HSV(B) | 224.02º | 0.91% | 0.93% | - |
| XYZ | 18.27 | 11.82 | 80.68 | - |
| YUV | 79.86 | 216.12 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 236 | 0.91 | 0.67 | 0 | 0.07 | 224.02 | 0.85 | 0.51 |
| Hex | 16 | 4F | EC | 5B | 43 | 0 | 7 | E0 | 55 | 33 |
| Octal | 26 | 117 | 354 | 133 | 103 | 0 | 7 | 340 | 125 | 63 |
| Binary | 10110 | 1001111 | 11101100 | 1011011 | 1000011 | 0 | 111 | 11100000 | 1010101 | 110011 |
Color Harmonies of #164FEC
Complementary color
Monochromatic Colors of #164FEC
Black with #164FEC
Text Example
Text Example
White with #164FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164FEC; }
p { color: rgb(22,79,236); }
H1.HeaderClassName
{
color: #164FEC;
}
.AnyTagClassName
{
color: #164FEC;
}
</style>
background-color css
<style>
a { background-color: #164FEC; }
a { background-color: rgb(22,79,236); }
div.DivClassName
{
background-color: #164FEC;
}
.BgClassName
{
background-color: #164FEC;
}
</style>
border-color css
<style>
span { border-color: #164FEC; }
span { border-color: rgb(22,79,236); }
td.TdClassName
{
border-color: #164FEC;
}
.TagClassName
{
border-color: #164FEC;
}
</style>