Shades of Endeavour #155990
Tints of Endeavour #155990
RGB
CMYK
RGB Variations
Color information
#155990 (or 0x155990) is known color: Endeavour. HEX triplet: 15, 59 and 90. RGB value is (21,89,144). Sum of RGB (Red+Green+Blue) = 21+89+144=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #155990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155990 is #EAA66F. Grayscale: #4A4A4A. Windows color (decimal): -15378032 or 9459989. OLE color: 9459989.
HSL color Cylindrical-coordinate representation of color #155990: hue angle of 206.83º 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 #155990 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 89 | 144 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.44 |
| HSL | 206.83º | 0.75% | 0.32% | - |
| HSV(B) | 206.83º | 0.85% | 0.56% | - |
| XYZ | 8.92 | 9.32 | 27.71 | - |
| YUV | 74.94 | 166.97 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 144 | 0.85 | 0.38 | 0 | 0.44 | 206.83 | 0.75 | 0.32 |
| Hex | 15 | 59 | 90 | 55 | 26 | 0 | 2C | CF | 4B | 20 |
| Octal | 25 | 131 | 220 | 125 | 46 | 0 | 54 | 317 | 113 | 40 |
| Binary | 10101 | 1011001 | 10010000 | 1010101 | 100110 | 0 | 101100 | 11001111 | 1001011 | 100000 |
Color Harmonies of #155990
Complementary color
Monochromatic Colors of #155990
Black with #155990
Text Example
Text Example
White with #155990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155990; }
p { color: rgb(21,89,144); }
H1.HeaderClassName
{
color: #155990;
}
.AnyTagClassName
{
color: #155990;
}
</style>
background-color css
<style>
a { background-color: #155990; }
a { background-color: rgb(21,89,144); }
div.DivClassName
{
background-color: #155990;
}
.BgClassName
{
background-color: #155990;
}
</style>
border-color css
<style>
span { border-color: #155990; }
span { border-color: rgb(21,89,144); }
td.TdClassName
{
border-color: #155990;
}
.TagClassName
{
border-color: #155990;
}
</style>