Shades of Endeavour #164E91
Tints of Endeavour #164E91
RGB
CMYK
RGB Variations
Color information
#164E91 (or 0x164E91) is known color: Endeavour. HEX triplet: 16, 4E and 91. RGB value is (22,78,145). Sum of RGB (Red+Green+Blue) = 22+78+145=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #164E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164E91 is #E9B16E. Grayscale: #444444. Windows color (decimal): -15315311 or 9522710. OLE color: 9522710.
HSL color Cylindrical-coordinate representation of color #164E91: hue angle of 212.68º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164E91 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 78 | 145 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.43 |
| HSL | 212.68º | 0.74% | 0.33% | - |
| HSV(B) | 212.68º | 0.85% | 0.57% | - |
| XYZ | 8.17 | 7.66 | 27.84 | - |
| YUV | 68.89 | 170.95 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 145 | 0.85 | 0.46 | 0 | 0.43 | 212.68 | 0.74 | 0.33 |
| Hex | 16 | 4E | 91 | 55 | 2E | 0 | 2B | D5 | 4A | 21 |
| Octal | 26 | 116 | 221 | 125 | 56 | 0 | 53 | 325 | 112 | 41 |
| Binary | 10110 | 1001110 | 10010001 | 1010101 | 101110 | 0 | 101011 | 11010101 | 1001010 | 100001 |
Color Harmonies of #164E91
Complementary color
Monochromatic Colors of #164E91
Black with #164E91
Text Example
Text Example
White with #164E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164E91; }
p { color: rgb(22,78,145); }
H1.HeaderClassName
{
color: #164E91;
}
.AnyTagClassName
{
color: #164E91;
}
</style>
background-color css
<style>
a { background-color: #164E91; }
a { background-color: rgb(22,78,145); }
div.DivClassName
{
background-color: #164E91;
}
.BgClassName
{
background-color: #164E91;
}
</style>
border-color css
<style>
span { border-color: #164E91; }
span { border-color: rgb(22,78,145); }
td.TdClassName
{
border-color: #164E91;
}
.TagClassName
{
border-color: #164E91;
}
</style>