Shades of Endeavour #166098
Tints of Endeavour #166098
RGB
CMYK
RGB Variations
Color information
#166098 (or 0x166098) is known color: Endeavour. HEX triplet: 16, 60 and 98. RGB value is (22,96,152). Sum of RGB (Red+Green+Blue) = 22+96+152=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #166098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166098 is #E99F67. Grayscale: #4F4F4F. Windows color (decimal): -15310696 or 9986070. OLE color: 9986070.
HSL color Cylindrical-coordinate representation of color #166098: hue angle of 205.85º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #166098 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 96 | 152 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.40 |
| HSL | 205.85º | 0.75% | 0.34% | - |
| HSV(B) | 205.85º | 0.86% | 0.6% | - |
| XYZ | 10.18 | 10.8 | 31.25 | - |
| YUV | 80.26 | 168.48 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 152 | 0.86 | 0.37 | 0 | 0.40 | 205.85 | 0.75 | 0.34 |
| Hex | 16 | 60 | 98 | 56 | 25 | 0 | 28 | CE | 4B | 22 |
| Octal | 26 | 140 | 230 | 126 | 45 | 0 | 50 | 316 | 113 | 42 |
| Binary | 10110 | 1100000 | 10011000 | 1010110 | 100101 | 0 | 101000 | 11001110 | 1001011 | 100010 |
Color Harmonies of #166098
Complementary color
Monochromatic Colors of #166098
Black with #166098
Text Example
Text Example
White with #166098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166098; }
p { color: rgb(22,96,152); }
H1.HeaderClassName
{
color: #166098;
}
.AnyTagClassName
{
color: #166098;
}
</style>
background-color css
<style>
a { background-color: #166098; }
a { background-color: rgb(22,96,152); }
div.DivClassName
{
background-color: #166098;
}
.BgClassName
{
background-color: #166098;
}
</style>
border-color css
<style>
span { border-color: #166098; }
span { border-color: rgb(22,96,152); }
td.TdClassName
{
border-color: #166098;
}
.TagClassName
{
border-color: #166098;
}
</style>