Shades of Endeavour #156599
Tints of Endeavour #156599
RGB
CMYK
RGB Variations
Color information
#156599 (or 0x156599) is known color: Endeavour. HEX triplet: 15, 65 and 99. RGB value is (21,101,153). Sum of RGB (Red+Green+Blue) = 21+101+153=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #156599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156599 is #EA9A66. Grayscale: #525252. Windows color (decimal): -15374951 or 10052885. OLE color: 10052885.
HSL color Cylindrical-coordinate representation of color #156599: hue angle of 203.64º degrees, saturation: 0.76, 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 #156599 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 101 | 153 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.4 |
| HSL | 203.64º | 0.76% | 0.34% | - |
| HSV(B) | 203.64º | 0.86% | 0.6% | - |
| XYZ | 10.71 | 11.77 | 31.84 | - |
| YUV | 83.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 153 | 0.86 | 0.34 | 0 | 0.4 | 203.64 | 0.76 | 0.34 |
| Hex | 15 | 65 | 99 | 56 | 22 | 0 | 28 | CC | 4C | 22 |
| Octal | 25 | 145 | 231 | 126 | 42 | 0 | 50 | 314 | 114 | 42 |
| Binary | 10101 | 1100101 | 10011001 | 1010110 | 100010 | 0 | 101000 | 11001100 | 1001100 | 100010 |
Color Harmonies of #156599
Complementary color
Monochromatic Colors of #156599
Black with #156599
Text Example
Text Example
White with #156599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156599; }
p { color: rgb(21,101,153); }
H1.HeaderClassName
{
color: #156599;
}
.AnyTagClassName
{
color: #156599;
}
</style>
background-color css
<style>
a { background-color: #156599; }
a { background-color: rgb(21,101,153); }
div.DivClassName
{
background-color: #156599;
}
.BgClassName
{
background-color: #156599;
}
</style>
border-color css
<style>
span { border-color: #156599; }
span { border-color: rgb(21,101,153); }
td.TdClassName
{
border-color: #156599;
}
.TagClassName
{
border-color: #156599;
}
</style>