Shades of Endeavour #155190
Tints of Endeavour #155190
RGB
CMYK
RGB Variations
Color information
#155190 (or 0x155190) is known color: Endeavour. HEX triplet: 15, 51 and 90. RGB value is (21,81,144). Sum of RGB (Red+Green+Blue) = 21+81+144=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #155190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155190 is #EAAE6F. Grayscale: #454545. Windows color (decimal): -15380080 or 9457941. OLE color: 9457941.
HSL color Cylindrical-coordinate representation of color #155190: hue angle of 210.73º 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 #155190 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 81 | 144 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.44 |
| HSL | 210.73º | 0.75% | 0.32% | - |
| HSV(B) | 210.73º | 0.85% | 0.56% | - |
| XYZ | 8.29 | 8.06 | 27.5 | - |
| YUV | 70.24 | 169.62 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 144 | 0.85 | 0.44 | 0 | 0.44 | 210.73 | 0.75 | 0.32 |
| Hex | 15 | 51 | 90 | 55 | 2C | 0 | 2C | D3 | 4B | 20 |
| Octal | 25 | 121 | 220 | 125 | 54 | 0 | 54 | 323 | 113 | 40 |
| Binary | 10101 | 1010001 | 10010000 | 1010101 | 101100 | 0 | 101100 | 11010011 | 1001011 | 100000 |
Color Harmonies of #155190
Complementary color
Monochromatic Colors of #155190
Black with #155190
Text Example
Text Example
White with #155190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155190; }
p { color: rgb(21,81,144); }
H1.HeaderClassName
{
color: #155190;
}
.AnyTagClassName
{
color: #155190;
}
</style>
background-color css
<style>
a { background-color: #155190; }
a { background-color: rgb(21,81,144); }
div.DivClassName
{
background-color: #155190;
}
.BgClassName
{
background-color: #155190;
}
</style>
border-color css
<style>
span { border-color: #155190; }
span { border-color: rgb(21,81,144); }
td.TdClassName
{
border-color: #155190;
}
.TagClassName
{
border-color: #155190;
}
</style>