Shades of Endeavour #155C90
Tints of Endeavour #155C90
RGB
CMYK
RGB Variations
Color information
#155C90 (or 0x155C90) is known color: Endeavour. HEX triplet: 15, 5C and 90. RGB value is (21,92,144). Sum of RGB (Red+Green+Blue) = 21+92+144=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #155C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C90 is #EAA36F. Grayscale: #4C4C4C. Windows color (decimal): -15377264 or 9460757. OLE color: 9460757.
HSL color Cylindrical-coordinate representation of color #155C90: hue angle of 205.37º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155C90 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 92 | 144 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.44 |
| HSL | 205.37º | 0.75% | 0.32% | - |
| HSV(B) | 205.37º | 0.85% | 0.56% | - |
| XYZ | 9.17 | 9.83 | 27.8 | - |
| YUV | 76.7 | 165.98 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 144 | 0.85 | 0.36 | 0 | 0.44 | 205.37 | 0.75 | 0.32 |
| Hex | 15 | 5C | 90 | 55 | 24 | 0 | 2C | CD | 4B | 20 |
| Octal | 25 | 134 | 220 | 125 | 44 | 0 | 54 | 315 | 113 | 40 |
| Binary | 10101 | 1011100 | 10010000 | 1010101 | 100100 | 0 | 101100 | 11001101 | 1001011 | 100000 |
Color Harmonies of #155C90
Complementary color
Monochromatic Colors of #155C90
Black with #155C90
Text Example
Text Example
White with #155C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C90; }
p { color: rgb(21,92,144); }
H1.HeaderClassName
{
color: #155C90;
}
.AnyTagClassName
{
color: #155C90;
}
</style>
background-color css
<style>
a { background-color: #155C90; }
a { background-color: rgb(21,92,144); }
div.DivClassName
{
background-color: #155C90;
}
.BgClassName
{
background-color: #155C90;
}
</style>
border-color css
<style>
span { border-color: #155C90; }
span { border-color: rgb(21,92,144); }
td.TdClassName
{
border-color: #155C90;
}
.TagClassName
{
border-color: #155C90;
}
</style>