Shades of Endeavour #155D96
Tints of Endeavour #155D96
RGB
CMYK
RGB Variations
Color information
#155D96 (or 0x155D96) is known color: Endeavour. HEX triplet: 15, 5D and 96. RGB value is (21,93,150). Sum of RGB (Red+Green+Blue) = 21+93+150=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #155D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D96 is #EAA269. Grayscale: #4D4D4D. Windows color (decimal): -15377002 or 9854229. OLE color: 9854229.
HSL color Cylindrical-coordinate representation of color #155D96: hue angle of 206.51º 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 #155D96 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 93 | 150 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.41 |
| HSL | 206.51º | 0.75% | 0.34% | - |
| HSV(B) | 206.51º | 0.86% | 0.59% | - |
| XYZ | 9.73 | 10.19 | 30.31 | - |
| YUV | 77.97 | 168.65 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 150 | 0.86 | 0.38 | 0 | 0.41 | 206.51 | 0.75 | 0.34 |
| Hex | 15 | 5D | 96 | 56 | 26 | 0 | 29 | CF | 4B | 22 |
| Octal | 25 | 135 | 226 | 126 | 46 | 0 | 51 | 317 | 113 | 42 |
| Binary | 10101 | 1011101 | 10010110 | 1010110 | 100110 | 0 | 101001 | 11001111 | 1001011 | 100010 |
Color Harmonies of #155D96
Complementary color
Monochromatic Colors of #155D96
Black with #155D96
Text Example
Text Example
White with #155D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D96; }
p { color: rgb(21,93,150); }
H1.HeaderClassName
{
color: #155D96;
}
.AnyTagClassName
{
color: #155D96;
}
</style>
background-color css
<style>
a { background-color: #155D96; }
a { background-color: rgb(21,93,150); }
div.DivClassName
{
background-color: #155D96;
}
.BgClassName
{
background-color: #155D96;
}
</style>
border-color css
<style>
span { border-color: #155D96; }
span { border-color: rgb(21,93,150); }
td.TdClassName
{
border-color: #155D96;
}
.TagClassName
{
border-color: #155D96;
}
</style>