Shades of Endeavour #164C94
Tints of Endeavour #164C94
RGB
CMYK
RGB Variations
Color information
#164C94 (or 0x164C94) is known color: Endeavour. HEX triplet: 16, 4C and 94. RGB value is (22,76,148). Sum of RGB (Red+Green+Blue) = 22+76+148=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #164C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164C94 is #E9B36B. Grayscale: #434343. Windows color (decimal): -15315820 or 9718806. OLE color: 9718806.
HSL color Cylindrical-coordinate representation of color #164C94: hue angle of 214.29º 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 #164C94 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 76 | 148 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.42 |
| HSL | 214.29º | 0.74% | 0.33% | - |
| HSV(B) | 214.29º | 0.85% | 0.58% | - |
| XYZ | 8.26 | 7.48 | 29.02 | - |
| YUV | 68.06 | 173.11 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 148 | 0.85 | 0.49 | 0 | 0.42 | 214.29 | 0.74 | 0.33 |
| Hex | 16 | 4C | 94 | 55 | 31 | 0 | 2A | D6 | 4A | 21 |
| Octal | 26 | 114 | 224 | 125 | 61 | 0 | 52 | 326 | 112 | 41 |
| Binary | 10110 | 1001100 | 10010100 | 1010101 | 110001 | 0 | 101010 | 11010110 | 1001010 | 100001 |
Color Harmonies of #164C94
Complementary color
Monochromatic Colors of #164C94
Black with #164C94
Text Example
Text Example
White with #164C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C94; }
p { color: rgb(22,76,148); }
H1.HeaderClassName
{
color: #164C94;
}
.AnyTagClassName
{
color: #164C94;
}
</style>
background-color css
<style>
a { background-color: #164C94; }
a { background-color: rgb(22,76,148); }
div.DivClassName
{
background-color: #164C94;
}
.BgClassName
{
background-color: #164C94;
}
</style>
border-color css
<style>
span { border-color: #164C94; }
span { border-color: rgb(22,76,148); }
td.TdClassName
{
border-color: #164C94;
}
.TagClassName
{
border-color: #164C94;
}
</style>