Shades of Endeavour #155E91
Tints of Endeavour #155E91
RGB
CMYK
RGB Variations
Color information
#155E91 (or 0x155E91) is known color: Endeavour. HEX triplet: 15, 5E and 91. RGB value is (21,94,145). Sum of RGB (Red+Green+Blue) = 21+94+145=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #155E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155E91 is #EAA16E. Grayscale: #4D4D4D. Windows color (decimal): -15376751 or 9526805. OLE color: 9526805.
HSL color Cylindrical-coordinate representation of color #155E91: hue angle of 204.68º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155E91 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 94 | 145 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.43 |
| HSL | 204.68º | 0.75% | 0.33% | - |
| HSV(B) | 204.68º | 0.86% | 0.57% | - |
| XYZ | 9.42 | 10.21 | 28.26 | - |
| YUV | 77.99 | 165.82 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 145 | 0.86 | 0.35 | 0 | 0.43 | 204.68 | 0.75 | 0.33 |
| Hex | 15 | 5E | 91 | 56 | 23 | 0 | 2B | CD | 4B | 21 |
| Octal | 25 | 136 | 221 | 126 | 43 | 0 | 53 | 315 | 113 | 41 |
| Binary | 10101 | 1011110 | 10010001 | 1010110 | 100011 | 0 | 101011 | 11001101 | 1001011 | 100001 |
Color Harmonies of #155E91
Complementary color
Monochromatic Colors of #155E91
Black with #155E91
Text Example
Text Example
White with #155E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155E91; }
p { color: rgb(21,94,145); }
H1.HeaderClassName
{
color: #155E91;
}
.AnyTagClassName
{
color: #155E91;
}
</style>
background-color css
<style>
a { background-color: #155E91; }
a { background-color: rgb(21,94,145); }
div.DivClassName
{
background-color: #155E91;
}
.BgClassName
{
background-color: #155E91;
}
</style>
border-color css
<style>
span { border-color: #155E91; }
span { border-color: rgb(21,94,145); }
td.TdClassName
{
border-color: #155E91;
}
.TagClassName
{
border-color: #155E91;
}
</style>