Shades of Endeavour #164C90
Tints of Endeavour #164C90
RGB
CMYK
RGB Variations
Color information
#164C90 (or 0x164C90) is known color: Endeavour. HEX triplet: 16, 4C and 90. RGB value is (22,76,144). Sum of RGB (Red+Green+Blue) = 22+76+144=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #164C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164C90 is #E9B36F. Grayscale: #434343. Windows color (decimal): -15315824 or 9456662. OLE color: 9456662.
HSL color Cylindrical-coordinate representation of color #164C90: hue angle of 213.44º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164C90 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 76 | 144 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.44 |
| HSL | 213.44º | 0.73% | 0.33% | - |
| HSV(B) | 213.44º | 0.85% | 0.56% | - |
| XYZ | 7.95 | 7.35 | 27.39 | - |
| YUV | 67.61 | 171.11 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 144 | 0.85 | 0.47 | 0 | 0.44 | 213.44 | 0.73 | 0.33 |
| Hex | 16 | 4C | 90 | 55 | 2F | 0 | 2C | D5 | 49 | 21 |
| Octal | 26 | 114 | 220 | 125 | 57 | 0 | 54 | 325 | 111 | 41 |
| Binary | 10110 | 1001100 | 10010000 | 1010101 | 101111 | 0 | 101100 | 11010101 | 1001001 | 100001 |
Color Harmonies of #164C90
Complementary color
Monochromatic Colors of #164C90
Black with #164C90
Text Example
Text Example
White with #164C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C90; }
p { color: rgb(22,76,144); }
H1.HeaderClassName
{
color: #164C90;
}
.AnyTagClassName
{
color: #164C90;
}
</style>
background-color css
<style>
a { background-color: #164C90; }
a { background-color: rgb(22,76,144); }
div.DivClassName
{
background-color: #164C90;
}
.BgClassName
{
background-color: #164C90;
}
</style>
border-color css
<style>
span { border-color: #164C90; }
span { border-color: rgb(22,76,144); }
td.TdClassName
{
border-color: #164C90;
}
.TagClassName
{
border-color: #164C90;
}
</style>