Shades of Endeavour #155590
Tints of Endeavour #155590
RGB
CMYK
RGB Variations
Color information
#155590 (or 0x155590) is known color: Endeavour. HEX triplet: 15, 55 and 90. RGB value is (21,85,144). Sum of RGB (Red+Green+Blue) = 21+85+144=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #155590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155590 is #EAAA6F. Grayscale: #484848. Windows color (decimal): -15379056 or 9458965. OLE color: 9458965.
HSL color Cylindrical-coordinate representation of color #155590: hue angle of 208.78º 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 #155590 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 85 | 144 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.44 |
| HSL | 208.78º | 0.75% | 0.32% | - |
| HSV(B) | 208.78º | 0.85% | 0.56% | - |
| XYZ | 8.59 | 8.67 | 27.61 | - |
| YUV | 72.59 | 168.3 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 144 | 0.85 | 0.41 | 0 | 0.44 | 208.78 | 0.75 | 0.32 |
| Hex | 15 | 55 | 90 | 55 | 29 | 0 | 2C | D1 | 4B | 20 |
| Octal | 25 | 125 | 220 | 125 | 51 | 0 | 54 | 321 | 113 | 40 |
| Binary | 10101 | 1010101 | 10010000 | 1010101 | 101001 | 0 | 101100 | 11010001 | 1001011 | 100000 |
Color Harmonies of #155590
Complementary color
Monochromatic Colors of #155590
Black with #155590
Text Example
Text Example
White with #155590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155590; }
p { color: rgb(21,85,144); }
H1.HeaderClassName
{
color: #155590;
}
.AnyTagClassName
{
color: #155590;
}
</style>
background-color css
<style>
a { background-color: #155590; }
a { background-color: rgb(21,85,144); }
div.DivClassName
{
background-color: #155590;
}
.BgClassName
{
background-color: #155590;
}
</style>
border-color css
<style>
span { border-color: #155590; }
span { border-color: rgb(21,85,144); }
td.TdClassName
{
border-color: #155590;
}
.TagClassName
{
border-color: #155590;
}
</style>