Shades of Endeavour #136091
Tints of Endeavour #136091
RGB
CMYK
RGB Variations
Color information
#136091 (or 0x136091) is known color: Endeavour. HEX triplet: 13, 60 and 91. RGB value is (19,96,145). Sum of RGB (Red+Green+Blue) = 19+96+145=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #136091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136091 is #EC9F6E. Grayscale: #4E4E4E. Windows color (decimal): -15507311 or 9527315. OLE color: 9527315.
HSL color Cylindrical-coordinate representation of color #136091: hue angle of 203.33º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136091 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 96 | 145 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.43 |
| HSL | 203.33º | 0.77% | 0.32% | - |
| HSV(B) | 203.33º | 0.87% | 0.57% | - |
| XYZ | 9.56 | 10.55 | 28.32 | - |
| YUV | 78.56 | 165.49 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 145 | 0.87 | 0.34 | 0 | 0.43 | 203.33 | 0.77 | 0.32 |
| Hex | 13 | 60 | 91 | 57 | 22 | 0 | 2B | CB | 4D | 20 |
| Octal | 23 | 140 | 221 | 127 | 42 | 0 | 53 | 313 | 115 | 40 |
| Binary | 10011 | 1100000 | 10010001 | 1010111 | 100010 | 0 | 101011 | 11001011 | 1001101 | 100000 |
Color Harmonies of #136091
Complementary color
Monochromatic Colors of #136091
Black with #136091
Text Example
Text Example
White with #136091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136091; }
p { color: rgb(19,96,145); }
H1.HeaderClassName
{
color: #136091;
}
.AnyTagClassName
{
color: #136091;
}
</style>
background-color css
<style>
a { background-color: #136091; }
a { background-color: rgb(19,96,145); }
div.DivClassName
{
background-color: #136091;
}
.BgClassName
{
background-color: #136091;
}
</style>
border-color css
<style>
span { border-color: #136091; }
span { border-color: rgb(19,96,145); }
td.TdClassName
{
border-color: #136091;
}
.TagClassName
{
border-color: #136091;
}
</style>