Shades of Navy Blue #164DED
Tints of Navy Blue #164DED
RGB
CMYK
RGB Variations
Color information
#164DED (or 0x164DED) is known color: Navy Blue. HEX triplet: 16, 4D and ED. RGB value is (22,77,237). Sum of RGB (Red+Green+Blue) = 22+77+237=336 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.55% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #164DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164DED is #E9B212. Grayscale: #4E4E4E. Windows color (decimal): -15315475 or 15551766. OLE color: 15551766.
HSL color Cylindrical-coordinate representation of color #164DED: hue angle of 224.65º degrees, saturation: 0.86, 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 #164DED is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 77 | 237 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.07 |
| HSL | 224.65º | 0.86% | 0.51% | - |
| HSV(B) | 224.65º | 0.91% | 0.93% | - |
| XYZ | 18.27 | 11.59 | 81.4 | - |
| YUV | 78.8 | 217.28 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 237 | 0.91 | 0.68 | 0 | 0.07 | 224.65 | 0.86 | 0.51 |
| Hex | 16 | 4D | ED | 5B | 44 | 0 | 7 | E1 | 56 | 33 |
| Octal | 26 | 115 | 355 | 133 | 104 | 0 | 7 | 341 | 126 | 63 |
| Binary | 10110 | 1001101 | 11101101 | 1011011 | 1000100 | 0 | 111 | 11100001 | 1010110 | 110011 |
Color Harmonies of #164DED
Complementary color
Monochromatic Colors of #164DED
Black with #164DED
Text Example
Text Example
White with #164DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164DED; }
p { color: rgb(22,77,237); }
H1.HeaderClassName
{
color: #164DED;
}
.AnyTagClassName
{
color: #164DED;
}
</style>
background-color css
<style>
a { background-color: #164DED; }
a { background-color: rgb(22,77,237); }
div.DivClassName
{
background-color: #164DED;
}
.BgClassName
{
background-color: #164DED;
}
</style>
border-color css
<style>
span { border-color: #164DED; }
span { border-color: rgb(22,77,237); }
td.TdClassName
{
border-color: #164DED;
}
.TagClassName
{
border-color: #164DED;
}
</style>