Shades of Endeavour #136293
Tints of Endeavour #136293
RGB
CMYK
RGB Variations
Color information
#136293 (or 0x136293) is known color: Endeavour. HEX triplet: 13, 62 and 93. RGB value is (19,98,147). Sum of RGB (Red+Green+Blue) = 19+98+147=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #136293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136293 is #EC9D6C. Grayscale: #4F4F4F. Windows color (decimal): -15506797 or 9658899. OLE color: 9658899.
HSL color Cylindrical-coordinate representation of color #136293: hue angle of 202.97º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136293 is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 98 | 147 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.42 |
| HSL | 202.97º | 0.77% | 0.33% | - |
| HSV(B) | 202.97º | 0.87% | 0.58% | - |
| XYZ | 9.9 | 10.98 | 29.2 | - |
| YUV | 79.97 | 165.83 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 147 | 0.87 | 0.33 | 0 | 0.42 | 202.97 | 0.77 | 0.33 |
| Hex | 13 | 62 | 93 | 57 | 21 | 0 | 2A | CB | 4D | 21 |
| Octal | 23 | 142 | 223 | 127 | 41 | 0 | 52 | 313 | 115 | 41 |
| Binary | 10011 | 1100010 | 10010011 | 1010111 | 100001 | 0 | 101010 | 11001011 | 1001101 | 100001 |
Color Harmonies of #136293
Complementary color
Monochromatic Colors of #136293
Black with #136293
Text Example
Text Example
White with #136293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136293; }
p { color: rgb(19,98,147); }
H1.HeaderClassName
{
color: #136293;
}
.AnyTagClassName
{
color: #136293;
}
</style>
background-color css
<style>
a { background-color: #136293; }
a { background-color: rgb(19,98,147); }
div.DivClassName
{
background-color: #136293;
}
.BgClassName
{
background-color: #136293;
}
</style>
border-color css
<style>
span { border-color: #136293; }
span { border-color: rgb(19,98,147); }
td.TdClassName
{
border-color: #136293;
}
.TagClassName
{
border-color: #136293;
}
</style>