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