Shades of Endeavour #164D8F
Tints of Endeavour #164D8F
RGB
CMYK
RGB Variations
Color information
#164D8F (or 0x164D8F) is known color: Endeavour. HEX triplet: 16, 4D and 8F. RGB value is (22,77,143). Sum of RGB (Red+Green+Blue) = 22+77+143=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #164D8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164D8F is #E9B270. Grayscale: #434343. Windows color (decimal): -15315569 or 9391382. OLE color: 9391382.
HSL color Cylindrical-coordinate representation of color #164D8F: hue angle of 212.73º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164D8F is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 77 | 143 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.44 |
| HSL | 212.73º | 0.73% | 0.32% | - |
| HSV(B) | 212.73º | 0.85% | 0.56% | - |
| XYZ | 7.94 | 7.46 | 27.01 | - |
| YUV | 68.08 | 170.28 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 143 | 0.85 | 0.46 | 0 | 0.44 | 212.73 | 0.73 | 0.32 |
| Hex | 16 | 4D | 8F | 55 | 2E | 0 | 2C | D5 | 49 | 20 |
| Octal | 26 | 115 | 217 | 125 | 56 | 0 | 54 | 325 | 111 | 40 |
| Binary | 10110 | 1001101 | 10001111 | 1010101 | 101110 | 0 | 101100 | 11010101 | 1001001 | 100000 |
Color Harmonies of #164D8F
Complementary color
Monochromatic Colors of #164D8F
Black with #164D8F
Text Example
Text Example
White with #164D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D8F; }
p { color: rgb(22,77,143); }
H1.HeaderClassName
{
color: #164D8F;
}
.AnyTagClassName
{
color: #164D8F;
}
</style>
background-color css
<style>
a { background-color: #164D8F; }
a { background-color: rgb(22,77,143); }
div.DivClassName
{
background-color: #164D8F;
}
.BgClassName
{
background-color: #164D8F;
}
</style>
border-color css
<style>
span { border-color: #164D8F; }
span { border-color: rgb(22,77,143); }
td.TdClassName
{
border-color: #164D8F;
}
.TagClassName
{
border-color: #164D8F;
}
</style>