Shades of Endeavour #156696
Tints of Endeavour #156696
RGB
CMYK
RGB Variations
Color information
#156696 (or 0x156696) is known color: Endeavour. HEX triplet: 15, 66 and 96. RGB value is (21,102,150). Sum of RGB (Red+Green+Blue) = 21+102+150=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #156696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156696 is #EA9969. Grayscale: #525252. Windows color (decimal): -15374698 or 9856533. OLE color: 9856533.
HSL color Cylindrical-coordinate representation of color #156696: hue angle of 202.33º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156696 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 102 | 150 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.41 |
| HSL | 202.33º | 0.75% | 0.34% | - |
| HSV(B) | 202.33º | 0.86% | 0.59% | - |
| XYZ | 10.57 | 11.86 | 30.59 | - |
| YUV | 83.25 | 165.66 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 150 | 0.86 | 0.32 | 0 | 0.41 | 202.33 | 0.75 | 0.34 |
| Hex | 15 | 66 | 96 | 56 | 20 | 0 | 29 | CA | 4B | 22 |
| Octal | 25 | 146 | 226 | 126 | 40 | 0 | 51 | 312 | 113 | 42 |
| Binary | 10101 | 1100110 | 10010110 | 1010110 | 100000 | 0 | 101001 | 11001010 | 1001011 | 100010 |
Color Harmonies of #156696
Complementary color
Monochromatic Colors of #156696
Black with #156696
Text Example
Text Example
White with #156696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156696; }
p { color: rgb(21,102,150); }
H1.HeaderClassName
{
color: #156696;
}
.AnyTagClassName
{
color: #156696;
}
</style>
background-color css
<style>
a { background-color: #156696; }
a { background-color: rgb(21,102,150); }
div.DivClassName
{
background-color: #156696;
}
.BgClassName
{
background-color: #156696;
}
</style>
border-color css
<style>
span { border-color: #156696; }
span { border-color: rgb(21,102,150); }
td.TdClassName
{
border-color: #156696;
}
.TagClassName
{
border-color: #156696;
}
</style>