Shades of Endeavour #165E9C
Tints of Endeavour #165E9C
RGB
CMYK
RGB Variations
Color information
#165E9C (or 0x165E9C) is known color: Endeavour. HEX triplet: 16, 5E and 9C. RGB value is (22,94,156). Sum of RGB (Red+Green+Blue) = 22+94+156=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #165E9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165E9C is #E9A163. Grayscale: #4F4F4F. Windows color (decimal): -15311204 or 10247702. OLE color: 10247702.
HSL color Cylindrical-coordinate representation of color #165E9C: hue angle of 207.76º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #165E9C is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 94 | 156 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.39 |
| HSL | 207.76º | 0.75% | 0.35% | - |
| HSV(B) | 207.76º | 0.86% | 0.61% | - |
| XYZ | 10.33 | 10.58 | 32.95 | - |
| YUV | 79.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 156 | 0.86 | 0.40 | 0 | 0.39 | 207.76 | 0.75 | 0.35 |
| Hex | 16 | 5E | 9C | 56 | 28 | 0 | 27 | D0 | 4B | 23 |
| Octal | 26 | 136 | 234 | 126 | 50 | 0 | 47 | 320 | 113 | 43 |
| Binary | 10110 | 1011110 | 10011100 | 1010110 | 101000 | 0 | 100111 | 11010000 | 1001011 | 100011 |
Color Harmonies of #165E9C
Complementary color
Monochromatic Colors of #165E9C
Black with #165E9C
Text Example
Text Example
White with #165E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E9C; }
p { color: rgb(22,94,156); }
H1.HeaderClassName
{
color: #165E9C;
}
.AnyTagClassName
{
color: #165E9C;
}
</style>
background-color css
<style>
a { background-color: #165E9C; }
a { background-color: rgb(22,94,156); }
div.DivClassName
{
background-color: #165E9C;
}
.BgClassName
{
background-color: #165E9C;
}
</style>
border-color css
<style>
span { border-color: #165E9C; }
span { border-color: rgb(22,94,156); }
td.TdClassName
{
border-color: #165E9C;
}
.TagClassName
{
border-color: #165E9C;
}
</style>