Shades of Endeavour #164994
Tints of Endeavour #164994
RGB
CMYK
RGB Variations
Color information
#164994 (or 0x164994) is known color: Endeavour. HEX triplet: 16, 49 and 94. RGB value is (22,73,148). Sum of RGB (Red+Green+Blue) = 22+73+148=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #164994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164994 is #E9B66B. Grayscale: #414141. Windows color (decimal): -15316588 or 9718038. OLE color: 9718038.
HSL color Cylindrical-coordinate representation of color #164994: hue angle of 215.71º 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 #164994 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 73 | 148 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.42 |
| HSL | 215.71º | 0.74% | 0.33% | - |
| HSV(B) | 215.71º | 0.85% | 0.58% | - |
| XYZ | 8.06 | 7.07 | 28.96 | - |
| YUV | 66.3 | 174.1 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 148 | 0.85 | 0.51 | 0 | 0.42 | 215.71 | 0.74 | 0.33 |
| Hex | 16 | 49 | 94 | 55 | 33 | 0 | 2A | D8 | 4A | 21 |
| Octal | 26 | 111 | 224 | 125 | 63 | 0 | 52 | 330 | 112 | 41 |
| Binary | 10110 | 1001001 | 10010100 | 1010101 | 110011 | 0 | 101010 | 11011000 | 1001010 | 100001 |
Color Harmonies of #164994
Complementary color
Monochromatic Colors of #164994
Black with #164994
Text Example
Text Example
White with #164994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164994; }
p { color: rgb(22,73,148); }
H1.HeaderClassName
{
color: #164994;
}
.AnyTagClassName
{
color: #164994;
}
</style>
background-color css
<style>
a { background-color: #164994; }
a { background-color: rgb(22,73,148); }
div.DivClassName
{
background-color: #164994;
}
.BgClassName
{
background-color: #164994;
}
</style>
border-color css
<style>
span { border-color: #164994; }
span { border-color: rgb(22,73,148); }
td.TdClassName
{
border-color: #164994;
}
.TagClassName
{
border-color: #164994;
}
</style>