Shades of Endeavour #156292
Tints of Endeavour #156292
RGB
CMYK
RGB Variations
Color information
#156292 (or 0x156292) is known color: Endeavour. HEX triplet: 15, 62 and 92. RGB value is (21,98,146). Sum of RGB (Red+Green+Blue) = 21+98+146=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #156292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156292 is #EA9D6D. Grayscale: #505050. Windows color (decimal): -15375726 or 9593365. OLE color: 9593365.
HSL color Cylindrical-coordinate representation of color #156292: hue angle of 203.04º 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 #156292 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 98 | 146 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.43 |
| HSL | 203.04º | 0.75% | 0.33% | - |
| HSV(B) | 203.04º | 0.86% | 0.57% | - |
| XYZ | 9.87 | 10.97 | 28.79 | - |
| YUV | 80.45 | 164.99 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 146 | 0.86 | 0.33 | 0 | 0.43 | 203.04 | 0.75 | 0.33 |
| Hex | 15 | 62 | 92 | 56 | 21 | 0 | 2B | CB | 4B | 21 |
| Octal | 25 | 142 | 222 | 126 | 41 | 0 | 53 | 313 | 113 | 41 |
| Binary | 10101 | 1100010 | 10010010 | 1010110 | 100001 | 0 | 101011 | 11001011 | 1001011 | 100001 |
Color Harmonies of #156292
Complementary color
Monochromatic Colors of #156292
Black with #156292
Text Example
Text Example
White with #156292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156292; }
p { color: rgb(21,98,146); }
H1.HeaderClassName
{
color: #156292;
}
.AnyTagClassName
{
color: #156292;
}
</style>
background-color css
<style>
a { background-color: #156292; }
a { background-color: rgb(21,98,146); }
div.DivClassName
{
background-color: #156292;
}
.BgClassName
{
background-color: #156292;
}
</style>
border-color css
<style>
span { border-color: #156292; }
span { border-color: rgb(21,98,146); }
td.TdClassName
{
border-color: #156292;
}
.TagClassName
{
border-color: #156292;
}
</style>