Shades of Endeavour #164D94
Tints of Endeavour #164D94
RGB
CMYK
RGB Variations
Color information
#164D94 (or 0x164D94) is known color: Endeavour. HEX triplet: 16, 4D and 94. RGB value is (22,77,148). Sum of RGB (Red+Green+Blue) = 22+77+148=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #164D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164D94 is #E9B26B. Grayscale: #444444. Windows color (decimal): -15315564 or 9719062. OLE color: 9719062.
HSL color Cylindrical-coordinate representation of color #164D94: hue angle of 213.81º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164D94 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 77 | 148 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.42 |
| HSL | 213.81º | 0.74% | 0.33% | - |
| HSV(B) | 213.81º | 0.85% | 0.58% | - |
| XYZ | 8.33 | 7.62 | 29.05 | - |
| YUV | 68.65 | 172.78 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 148 | 0.85 | 0.48 | 0 | 0.42 | 213.81 | 0.74 | 0.33 |
| Hex | 16 | 4D | 94 | 55 | 30 | 0 | 2A | D6 | 4A | 21 |
| Octal | 26 | 115 | 224 | 125 | 60 | 0 | 52 | 326 | 112 | 41 |
| Binary | 10110 | 1001101 | 10010100 | 1010101 | 110000 | 0 | 101010 | 11010110 | 1001010 | 100001 |
Color Harmonies of #164D94
Complementary color
Monochromatic Colors of #164D94
Black with #164D94
Text Example
Text Example
White with #164D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D94; }
p { color: rgb(22,77,148); }
H1.HeaderClassName
{
color: #164D94;
}
.AnyTagClassName
{
color: #164D94;
}
</style>
background-color css
<style>
a { background-color: #164D94; }
a { background-color: rgb(22,77,148); }
div.DivClassName
{
background-color: #164D94;
}
.BgClassName
{
background-color: #164D94;
}
</style>
border-color css
<style>
span { border-color: #164D94; }
span { border-color: rgb(22,77,148); }
td.TdClassName
{
border-color: #164D94;
}
.TagClassName
{
border-color: #164D94;
}
</style>