Shades of Endeavour #165A8F
Tints of Endeavour #165A8F
RGB
CMYK
RGB Variations
Color information
#165A8F (or 0x165A8F) is known color: Endeavour. HEX triplet: 16, 5A and 8F. RGB value is (22,90,143). Sum of RGB (Red+Green+Blue) = 22+90+143=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #165A8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165A8F is #E9A570. Grayscale: #4B4B4B. Windows color (decimal): -15312241 or 9394710. OLE color: 9394710.
HSL color Cylindrical-coordinate representation of color #165A8F: hue angle of 206.28º 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 #165A8F is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 90 | 143 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.44 |
| HSL | 206.28º | 0.73% | 0.32% | - |
| HSV(B) | 206.28º | 0.85% | 0.56% | - |
| XYZ | 8.94 | 9.47 | 27.34 | - |
| YUV | 75.71 | 165.97 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 143 | 0.85 | 0.37 | 0 | 0.44 | 206.28 | 0.73 | 0.32 |
| Hex | 16 | 5A | 8F | 55 | 25 | 0 | 2C | CE | 49 | 20 |
| Octal | 26 | 132 | 217 | 125 | 45 | 0 | 54 | 316 | 111 | 40 |
| Binary | 10110 | 1011010 | 10001111 | 1010101 | 100101 | 0 | 101100 | 11001110 | 1001001 | 100000 |
Color Harmonies of #165A8F
Complementary color
Monochromatic Colors of #165A8F
Black with #165A8F
Text Example
Text Example
White with #165A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A8F; }
p { color: rgb(22,90,143); }
H1.HeaderClassName
{
color: #165A8F;
}
.AnyTagClassName
{
color: #165A8F;
}
</style>
background-color css
<style>
a { background-color: #165A8F; }
a { background-color: rgb(22,90,143); }
div.DivClassName
{
background-color: #165A8F;
}
.BgClassName
{
background-color: #165A8F;
}
</style>
border-color css
<style>
span { border-color: #165A8F; }
span { border-color: rgb(22,90,143); }
td.TdClassName
{
border-color: #165A8F;
}
.TagClassName
{
border-color: #165A8F;
}
</style>