Shades of Endeavour #156392
Tints of Endeavour #156392
RGB
CMYK
RGB Variations
Color information
#156392 (or 0x156392) is known color: Endeavour. HEX triplet: 15, 63 and 92. RGB value is (21,99,146). Sum of RGB (Red+Green+Blue) = 21+99+146=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #156392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156392 is #EA9C6D. Grayscale: #505050. Windows color (decimal): -15375470 or 9593621. OLE color: 9593621.
HSL color Cylindrical-coordinate representation of color #156392: hue angle of 202.56º 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 #156392 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 99 | 146 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.43 |
| HSL | 202.56º | 0.75% | 0.33% | - |
| HSV(B) | 202.56º | 0.86% | 0.57% | - |
| XYZ | 9.96 | 11.16 | 28.82 | - |
| YUV | 81.04 | 164.66 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 99 | 146 | 0.86 | 0.32 | 0 | 0.43 | 202.56 | 0.75 | 0.33 |
| Hex | 15 | 63 | 92 | 56 | 20 | 0 | 2B | CB | 4B | 21 |
| Octal | 25 | 143 | 222 | 126 | 40 | 0 | 53 | 313 | 113 | 41 |
| Binary | 10101 | 1100011 | 10010010 | 1010110 | 100000 | 0 | 101011 | 11001011 | 1001011 | 100001 |
Color Harmonies of #156392
Complementary color
Monochromatic Colors of #156392
Black with #156392
Text Example
Text Example
White with #156392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156392; }
p { color: rgb(21,99,146); }
H1.HeaderClassName
{
color: #156392;
}
.AnyTagClassName
{
color: #156392;
}
</style>
background-color css
<style>
a { background-color: #156392; }
a { background-color: rgb(21,99,146); }
div.DivClassName
{
background-color: #156392;
}
.BgClassName
{
background-color: #156392;
}
</style>
border-color css
<style>
span { border-color: #156392; }
span { border-color: rgb(21,99,146); }
td.TdClassName
{
border-color: #156392;
}
.TagClassName
{
border-color: #156392;
}
</style>