Shades of Endeavour #165D9A
Tints of Endeavour #165D9A
RGB
CMYK
RGB Variations
Color information
#165D9A (or 0x165D9A) is known color: Endeavour. HEX triplet: 16, 5D and 9A. RGB value is (22,93,154). Sum of RGB (Red+Green+Blue) = 22+93+154=269 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.18% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #165D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165D9A is #E9A265. Grayscale: #4E4E4E. Windows color (decimal): -15311462 or 10116374. OLE color: 10116374.
HSL color Cylindrical-coordinate representation of color #165D9A: hue angle of 207.73º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #165D9A is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 93 | 154 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.40 |
| HSL | 207.73º | 0.75% | 0.35% | - |
| HSV(B) | 207.73º | 0.86% | 0.6% | - |
| XYZ | 10.08 | 10.33 | 32.04 | - |
| YUV | 78.73 | 170.48 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 154 | 0.86 | 0.40 | 0 | 0.40 | 207.73 | 0.75 | 0.35 |
| Hex | 16 | 5D | 9A | 56 | 28 | 0 | 28 | D0 | 4B | 23 |
| Octal | 26 | 135 | 232 | 126 | 50 | 0 | 50 | 320 | 113 | 43 |
| Binary | 10110 | 1011101 | 10011010 | 1010110 | 101000 | 0 | 101000 | 11010000 | 1001011 | 100011 |
Color Harmonies of #165D9A
Complementary color
Monochromatic Colors of #165D9A
Black with #165D9A
Text Example
Text Example
White with #165D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165D9A; }
p { color: rgb(22,93,154); }
H1.HeaderClassName
{
color: #165D9A;
}
.AnyTagClassName
{
color: #165D9A;
}
</style>
background-color css
<style>
a { background-color: #165D9A; }
a { background-color: rgb(22,93,154); }
div.DivClassName
{
background-color: #165D9A;
}
.BgClassName
{
background-color: #165D9A;
}
</style>
border-color css
<style>
span { border-color: #165D9A; }
span { border-color: rgb(22,93,154); }
td.TdClassName
{
border-color: #165D9A;
}
.TagClassName
{
border-color: #165D9A;
}
</style>