Shades of Endeavour #155E96
Tints of Endeavour #155E96
RGB
CMYK
RGB Variations
Color information
#155E96 (or 0x155E96) is known color: Endeavour. HEX triplet: 15, 5E and 96. RGB value is (21,94,150). Sum of RGB (Red+Green+Blue) = 21+94+150=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #155E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155E96 is #EAA169. Grayscale: #4E4E4E. Windows color (decimal): -15376746 or 9854485. OLE color: 9854485.
HSL color Cylindrical-coordinate representation of color #155E96: hue angle of 206.05º 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 #155E96 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 94 | 150 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.41 |
| HSL | 206.05º | 0.75% | 0.34% | - |
| HSV(B) | 206.05º | 0.86% | 0.59% | - |
| XYZ | 9.82 | 10.37 | 30.34 | - |
| YUV | 78.56 | 168.32 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 150 | 0.86 | 0.37 | 0 | 0.41 | 206.05 | 0.75 | 0.34 |
| Hex | 15 | 5E | 96 | 56 | 25 | 0 | 29 | CE | 4B | 22 |
| Octal | 25 | 136 | 226 | 126 | 45 | 0 | 51 | 316 | 113 | 42 |
| Binary | 10101 | 1011110 | 10010110 | 1010110 | 100101 | 0 | 101001 | 11001110 | 1001011 | 100010 |
Color Harmonies of #155E96
Complementary color
Monochromatic Colors of #155E96
Black with #155E96
Text Example
Text Example
White with #155E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155E96; }
p { color: rgb(21,94,150); }
H1.HeaderClassName
{
color: #155E96;
}
.AnyTagClassName
{
color: #155E96;
}
</style>
background-color css
<style>
a { background-color: #155E96; }
a { background-color: rgb(21,94,150); }
div.DivClassName
{
background-color: #155E96;
}
.BgClassName
{
background-color: #155E96;
}
</style>
border-color css
<style>
span { border-color: #155E96; }
span { border-color: rgb(21,94,150); }
td.TdClassName
{
border-color: #155E96;
}
.TagClassName
{
border-color: #155E96;
}
</style>