Shades of Endeavour #155A92
Tints of Endeavour #155A92
RGB
CMYK
RGB Variations
Color information
#155A92 (or 0x155A92) is known color: Endeavour. HEX triplet: 15, 5A and 92. RGB value is (21,90,146). Sum of RGB (Red+Green+Blue) = 21+90+146=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #155A92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155A92 is #EAA56D. Grayscale: #4B4B4B. Windows color (decimal): -15377774 or 9591317. OLE color: 9591317.
HSL color Cylindrical-coordinate representation of color #155A92: hue angle of 206.88º 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 #155A92 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 90 | 146 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.43 |
| HSL | 206.88º | 0.75% | 0.33% | - |
| HSV(B) | 206.88º | 0.86% | 0.57% | - |
| XYZ | 9.15 | 9.55 | 28.55 | - |
| YUV | 75.75 | 167.64 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 146 | 0.86 | 0.38 | 0 | 0.43 | 206.88 | 0.75 | 0.33 |
| Hex | 15 | 5A | 92 | 56 | 26 | 0 | 2B | CF | 4B | 21 |
| Octal | 25 | 132 | 222 | 126 | 46 | 0 | 53 | 317 | 113 | 41 |
| Binary | 10101 | 1011010 | 10010010 | 1010110 | 100110 | 0 | 101011 | 11001111 | 1001011 | 100001 |
Color Harmonies of #155A92
Complementary color
Monochromatic Colors of #155A92
Black with #155A92
Text Example
Text Example
White with #155A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A92; }
p { color: rgb(21,90,146); }
H1.HeaderClassName
{
color: #155A92;
}
.AnyTagClassName
{
color: #155A92;
}
</style>
background-color css
<style>
a { background-color: #155A92; }
a { background-color: rgb(21,90,146); }
div.DivClassName
{
background-color: #155A92;
}
.BgClassName
{
background-color: #155A92;
}
</style>
border-color css
<style>
span { border-color: #155A92; }
span { border-color: rgb(21,90,146); }
td.TdClassName
{
border-color: #155A92;
}
.TagClassName
{
border-color: #155A92;
}
</style>