Shades of Endeavour #165C93
Tints of Endeavour #165C93
RGB
CMYK
RGB Variations
Color information
#165C93 (or 0x165C93) is known color: Endeavour. HEX triplet: 16, 5C and 93. RGB value is (22,92,147). Sum of RGB (Red+Green+Blue) = 22+92+147=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #165C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165C93 is #E9A36C. Grayscale: #4D4D4D. Windows color (decimal): -15311725 or 9657366. OLE color: 9657366.
HSL color Cylindrical-coordinate representation of color #165C93: hue angle of 206.4º 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 #165C93 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 92 | 147 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.42 |
| HSL | 206.4º | 0.74% | 0.33% | - |
| HSV(B) | 206.4º | 0.85% | 0.58% | - |
| XYZ | 9.42 | 9.93 | 29.02 | - |
| YUV | 77.34 | 167.31 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 147 | 0.85 | 0.37 | 0 | 0.42 | 206.4 | 0.74 | 0.33 |
| Hex | 16 | 5C | 93 | 55 | 25 | 0 | 2A | CE | 4A | 21 |
| Octal | 26 | 134 | 223 | 125 | 45 | 0 | 52 | 316 | 112 | 41 |
| Binary | 10110 | 1011100 | 10010011 | 1010101 | 100101 | 0 | 101010 | 11001110 | 1001010 | 100001 |
Color Harmonies of #165C93
Complementary color
Monochromatic Colors of #165C93
Black with #165C93
Text Example
Text Example
White with #165C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C93; }
p { color: rgb(22,92,147); }
H1.HeaderClassName
{
color: #165C93;
}
.AnyTagClassName
{
color: #165C93;
}
</style>
background-color css
<style>
a { background-color: #165C93; }
a { background-color: rgb(22,92,147); }
div.DivClassName
{
background-color: #165C93;
}
.BgClassName
{
background-color: #165C93;
}
</style>
border-color css
<style>
span { border-color: #165C93; }
span { border-color: rgb(22,92,147); }
td.TdClassName
{
border-color: #165C93;
}
.TagClassName
{
border-color: #165C93;
}
</style>