Shades of Endeavour #164C99
Tints of Endeavour #164C99
RGB
CMYK
RGB Variations
Color information
#164C99 (or 0x164C99) is known color: Endeavour. HEX triplet: 16, 4C and 99. RGB value is (22,76,153). Sum of RGB (Red+Green+Blue) = 22+76+153=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #164C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164C99 is #E9B366. Grayscale: #444444. Windows color (decimal): -15315815 or 10046486. OLE color: 10046486.
HSL color Cylindrical-coordinate representation of color #164C99: hue angle of 215.27º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164C99 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 76 | 153 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.4 |
| HSL | 215.27º | 0.75% | 0.34% | - |
| HSV(B) | 215.27º | 0.86% | 0.6% | - |
| XYZ | 8.67 | 7.64 | 31.15 | - |
| YUV | 68.63 | 175.61 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 153 | 0.86 | 0.50 | 0 | 0.4 | 215.27 | 0.75 | 0.34 |
| Hex | 16 | 4C | 99 | 56 | 32 | 0 | 28 | D7 | 4B | 22 |
| Octal | 26 | 114 | 231 | 126 | 62 | 0 | 50 | 327 | 113 | 42 |
| Binary | 10110 | 1001100 | 10011001 | 1010110 | 110010 | 0 | 101000 | 11010111 | 1001011 | 100010 |
Color Harmonies of #164C99
Complementary color
Monochromatic Colors of #164C99
Black with #164C99
Text Example
Text Example
White with #164C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C99; }
p { color: rgb(22,76,153); }
H1.HeaderClassName
{
color: #164C99;
}
.AnyTagClassName
{
color: #164C99;
}
</style>
background-color css
<style>
a { background-color: #164C99; }
a { background-color: rgb(22,76,153); }
div.DivClassName
{
background-color: #164C99;
}
.BgClassName
{
background-color: #164C99;
}
</style>
border-color css
<style>
span { border-color: #164C99; }
span { border-color: rgb(22,76,153); }
td.TdClassName
{
border-color: #164C99;
}
.TagClassName
{
border-color: #164C99;
}
</style>