Shades of Endeavour #165F9C
Tints of Endeavour #165F9C
RGB
CMYK
RGB Variations
Color information
#165F9C (or 0x165F9C) is known color: Endeavour. HEX triplet: 16, 5F and 9C. RGB value is (22,95,156). Sum of RGB (Red+Green+Blue) = 22+95+156=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #165F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165F9C is #E9A063. Grayscale: #4F4F4F. Windows color (decimal): -15310948 or 10247958. OLE color: 10247958.
HSL color Cylindrical-coordinate representation of color #165F9C: hue angle of 207.31º 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 #165F9C is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 95 | 156 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.39 |
| HSL | 207.31º | 0.75% | 0.35% | - |
| HSV(B) | 207.31º | 0.86% | 0.61% | - |
| XYZ | 10.42 | 10.76 | 32.98 | - |
| YUV | 80.13 | 170.82 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 156 | 0.86 | 0.39 | 0 | 0.39 | 207.31 | 0.75 | 0.35 |
| Hex | 16 | 5F | 9C | 56 | 27 | 0 | 27 | CF | 4B | 23 |
| Octal | 26 | 137 | 234 | 126 | 47 | 0 | 47 | 317 | 113 | 43 |
| Binary | 10110 | 1011111 | 10011100 | 1010110 | 100111 | 0 | 100111 | 11001111 | 1001011 | 100011 |
Color Harmonies of #165F9C
Complementary color
Monochromatic Colors of #165F9C
Black with #165F9C
Text Example
Text Example
White with #165F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165F9C; }
p { color: rgb(22,95,156); }
H1.HeaderClassName
{
color: #165F9C;
}
.AnyTagClassName
{
color: #165F9C;
}
</style>
background-color css
<style>
a { background-color: #165F9C; }
a { background-color: rgb(22,95,156); }
div.DivClassName
{
background-color: #165F9C;
}
.BgClassName
{
background-color: #165F9C;
}
</style>
border-color css
<style>
span { border-color: #165F9C; }
span { border-color: rgb(22,95,156); }
td.TdClassName
{
border-color: #165F9C;
}
.TagClassName
{
border-color: #165F9C;
}
</style>