Shades of Navy Blue #164FEA
Tints of Navy Blue #164FEA
RGB
CMYK
RGB Variations
Color information
#164FEA (or 0x164FEA) is known color: Navy Blue. HEX triplet: 16, 4F and EA. RGB value is (22,79,234). Sum of RGB (Red+Green+Blue) = 22+79+234=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #164FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164FEA is #E9B015. Grayscale: #4E4E4E. Windows color (decimal): -15314966 or 15355670. OLE color: 15355670.
HSL color Cylindrical-coordinate representation of color #164FEA: hue angle of 223.87º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #164FEA is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 79 | 234 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.08 |
| HSL | 223.87º | 0.83% | 0.5% | - |
| HSV(B) | 223.87º | 0.91% | 0.92% | - |
| XYZ | 17.98 | 11.7 | 79.15 | - |
| YUV | 79.63 | 215.12 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 234 | 0.91 | 0.66 | 0 | 0.08 | 223.87 | 0.83 | 0.5 |
| Hex | 16 | 4F | EA | 5B | 42 | 0 | 8 | E0 | 53 | 32 |
| Octal | 26 | 117 | 352 | 133 | 102 | 0 | 10 | 340 | 123 | 62 |
| Binary | 10110 | 1001111 | 11101010 | 1011011 | 1000010 | 0 | 1000 | 11100000 | 1010011 | 110010 |
Color Harmonies of #164FEA
Complementary color
Monochromatic Colors of #164FEA
Black with #164FEA
Text Example
Text Example
White with #164FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164FEA; }
p { color: rgb(22,79,234); }
H1.HeaderClassName
{
color: #164FEA;
}
.AnyTagClassName
{
color: #164FEA;
}
</style>
background-color css
<style>
a { background-color: #164FEA; }
a { background-color: rgb(22,79,234); }
div.DivClassName
{
background-color: #164FEA;
}
.BgClassName
{
background-color: #164FEA;
}
</style>
border-color css
<style>
span { border-color: #164FEA; }
span { border-color: rgb(22,79,234); }
td.TdClassName
{
border-color: #164FEA;
}
.TagClassName
{
border-color: #164FEA;
}
</style>