Shades of Endeavour #155293
Tints of Endeavour #155293
RGB
CMYK
RGB Variations
Color information
#155293 (or 0x155293) is known color: Endeavour. HEX triplet: 15, 52 and 93. RGB value is (21,82,147). Sum of RGB (Red+Green+Blue) = 21+82+147=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #155293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155293 is #EAAD6C. Grayscale: #464646. Windows color (decimal): -15379821 or 9654805. OLE color: 9654805.
HSL color Cylindrical-coordinate representation of color #155293: hue angle of 210.95º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155293 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 82 | 147 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.42 |
| HSL | 210.95º | 0.75% | 0.33% | - |
| HSV(B) | 210.95º | 0.86% | 0.58% | - |
| XYZ | 8.59 | 8.3 | 28.75 | - |
| YUV | 71.17 | 170.79 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 147 | 0.86 | 0.44 | 0 | 0.42 | 210.95 | 0.75 | 0.33 |
| Hex | 15 | 52 | 93 | 56 | 2C | 0 | 2A | D3 | 4B | 21 |
| Octal | 25 | 122 | 223 | 126 | 54 | 0 | 52 | 323 | 113 | 41 |
| Binary | 10101 | 1010010 | 10010011 | 1010110 | 101100 | 0 | 101010 | 11010011 | 1001011 | 100001 |
Color Harmonies of #155293
Complementary color
Monochromatic Colors of #155293
Black with #155293
Text Example
Text Example
White with #155293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155293; }
p { color: rgb(21,82,147); }
H1.HeaderClassName
{
color: #155293;
}
.AnyTagClassName
{
color: #155293;
}
</style>
background-color css
<style>
a { background-color: #155293; }
a { background-color: rgb(21,82,147); }
div.DivClassName
{
background-color: #155293;
}
.BgClassName
{
background-color: #155293;
}
</style>
border-color css
<style>
span { border-color: #155293; }
span { border-color: rgb(21,82,147); }
td.TdClassName
{
border-color: #155293;
}
.TagClassName
{
border-color: #155293;
}
</style>