Shades of Endeavour #155292
Tints of Endeavour #155292
RGB
CMYK
RGB Variations
Color information
#155292 (or 0x155292) is known color: Endeavour. HEX triplet: 15, 52 and 92. RGB value is (21,82,146). Sum of RGB (Red+Green+Blue) = 21+82+146=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #155292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155292 is #EAAD6D. Grayscale: #464646. Windows color (decimal): -15379822 or 9589269. OLE color: 9589269.
HSL color Cylindrical-coordinate representation of color #155292: hue angle of 210.72º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155292 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 82 | 146 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.43 |
| HSL | 210.72º | 0.75% | 0.33% | - |
| HSV(B) | 210.72º | 0.86% | 0.57% | - |
| XYZ | 8.51 | 8.27 | 28.34 | - |
| YUV | 71.06 | 170.29 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 146 | 0.86 | 0.44 | 0 | 0.43 | 210.72 | 0.75 | 0.33 |
| Hex | 15 | 52 | 92 | 56 | 2C | 0 | 2B | D3 | 4B | 21 |
| Octal | 25 | 122 | 222 | 126 | 54 | 0 | 53 | 323 | 113 | 41 |
| Binary | 10101 | 1010010 | 10010010 | 1010110 | 101100 | 0 | 101011 | 11010011 | 1001011 | 100001 |
Color Harmonies of #155292
Complementary color
Monochromatic Colors of #155292
Black with #155292
Text Example
Text Example
White with #155292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155292; }
p { color: rgb(21,82,146); }
H1.HeaderClassName
{
color: #155292;
}
.AnyTagClassName
{
color: #155292;
}
</style>
background-color css
<style>
a { background-color: #155292; }
a { background-color: rgb(21,82,146); }
div.DivClassName
{
background-color: #155292;
}
.BgClassName
{
background-color: #155292;
}
</style>
border-color css
<style>
span { border-color: #155292; }
span { border-color: rgb(21,82,146); }
td.TdClassName
{
border-color: #155292;
}
.TagClassName
{
border-color: #155292;
}
</style>