Shades of Endeavour #164D99
Tints of Endeavour #164D99
RGB
CMYK
RGB Variations
Color information
#164D99 (or 0x164D99) is known color: Endeavour. HEX triplet: 16, 4D and 99. RGB value is (22,77,153). Sum of RGB (Red+Green+Blue) = 22+77+153=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #164D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164D99 is #E9B266. Grayscale: #444444. Windows color (decimal): -15315559 or 10046742. OLE color: 10046742.
HSL color Cylindrical-coordinate representation of color #164D99: hue angle of 214.81º 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 #164D99 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 77 | 153 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.4 |
| HSL | 214.81º | 0.75% | 0.34% | - |
| HSV(B) | 214.81º | 0.86% | 0.6% | - |
| XYZ | 8.73 | 7.78 | 31.18 | - |
| YUV | 69.22 | 175.28 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 153 | 0.86 | 0.50 | 0 | 0.4 | 214.81 | 0.75 | 0.34 |
| Hex | 16 | 4D | 99 | 56 | 32 | 0 | 28 | D7 | 4B | 22 |
| Octal | 26 | 115 | 231 | 126 | 62 | 0 | 50 | 327 | 113 | 42 |
| Binary | 10110 | 1001101 | 10011001 | 1010110 | 110010 | 0 | 101000 | 11010111 | 1001011 | 100010 |
Color Harmonies of #164D99
Complementary color
Monochromatic Colors of #164D99
Black with #164D99
Text Example
Text Example
White with #164D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D99; }
p { color: rgb(22,77,153); }
H1.HeaderClassName
{
color: #164D99;
}
.AnyTagClassName
{
color: #164D99;
}
</style>
background-color css
<style>
a { background-color: #164D99; }
a { background-color: rgb(22,77,153); }
div.DivClassName
{
background-color: #164D99;
}
.BgClassName
{
background-color: #164D99;
}
</style>
border-color css
<style>
span { border-color: #164D99; }
span { border-color: rgb(22,77,153); }
td.TdClassName
{
border-color: #164D99;
}
.TagClassName
{
border-color: #164D99;
}
</style>