Shades of Navy Blue #164EEC
Tints of Navy Blue #164EEC
RGB
CMYK
RGB Variations
Color information
#164EEC (or 0x164EEC) is known color: Navy Blue. HEX triplet: 16, 4E and EC. RGB value is (22,78,236). Sum of RGB (Red+Green+Blue) = 22+78+236=336 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.55% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #164EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164EEC is #E9B113. Grayscale: #4E4E4E. Windows color (decimal): -15315220 or 15486486. OLE color: 15486486.
HSL color Cylindrical-coordinate representation of color #164EEC: hue angle of 224.3º 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 #164EEC is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 78 | 236 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.07 |
| HSL | 224.3º | 0.85% | 0.51% | - |
| HSV(B) | 224.3º | 0.91% | 0.93% | - |
| XYZ | 18.2 | 11.68 | 80.65 | - |
| YUV | 79.27 | 216.45 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 236 | 0.91 | 0.67 | 0 | 0.07 | 224.3 | 0.85 | 0.51 |
| Hex | 16 | 4E | EC | 5B | 43 | 0 | 7 | E0 | 55 | 33 |
| Octal | 26 | 116 | 354 | 133 | 103 | 0 | 7 | 340 | 125 | 63 |
| Binary | 10110 | 1001110 | 11101100 | 1011011 | 1000011 | 0 | 111 | 11100000 | 1010101 | 110011 |
Color Harmonies of #164EEC
Complementary color
Monochromatic Colors of #164EEC
Black with #164EEC
Text Example
Text Example
White with #164EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164EEC; }
p { color: rgb(22,78,236); }
H1.HeaderClassName
{
color: #164EEC;
}
.AnyTagClassName
{
color: #164EEC;
}
</style>
background-color css
<style>
a { background-color: #164EEC; }
a { background-color: rgb(22,78,236); }
div.DivClassName
{
background-color: #164EEC;
}
.BgClassName
{
background-color: #164EEC;
}
</style>
border-color css
<style>
span { border-color: #164EEC; }
span { border-color: rgb(22,78,236); }
td.TdClassName
{
border-color: #164EEC;
}
.TagClassName
{
border-color: #164EEC;
}
</style>