Shades of Endeavour #136294
Tints of Endeavour #136294
RGB
CMYK
RGB Variations
Color information
#136294 (or 0x136294) is known color: Endeavour. HEX triplet: 13, 62 and 94. RGB value is (19,98,148). Sum of RGB (Red+Green+Blue) = 19+98+148=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #136294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136294 is #EC9D6B. Grayscale: #4F4F4F. Windows color (decimal): -15506796 or 9724435. OLE color: 9724435.
HSL color Cylindrical-coordinate representation of color #136294: hue angle of 203.26º 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 #136294 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 98 | 148 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.42 |
| HSL | 203.26º | 0.77% | 0.33% | - |
| HSV(B) | 203.26º | 0.87% | 0.58% | - |
| XYZ | 9.98 | 11.01 | 29.62 | - |
| YUV | 80.08 | 166.33 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 148 | 0.87 | 0.34 | 0 | 0.42 | 203.26 | 0.77 | 0.33 |
| Hex | 13 | 62 | 94 | 57 | 22 | 0 | 2A | CB | 4D | 21 |
| Octal | 23 | 142 | 224 | 127 | 42 | 0 | 52 | 313 | 115 | 41 |
| Binary | 10011 | 1100010 | 10010100 | 1010111 | 100010 | 0 | 101010 | 11001011 | 1001101 | 100001 |
Color Harmonies of #136294
Complementary color
Monochromatic Colors of #136294
Black with #136294
Text Example
Text Example
White with #136294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136294; }
p { color: rgb(19,98,148); }
H1.HeaderClassName
{
color: #136294;
}
.AnyTagClassName
{
color: #136294;
}
</style>
background-color css
<style>
a { background-color: #136294; }
a { background-color: rgb(19,98,148); }
div.DivClassName
{
background-color: #136294;
}
.BgClassName
{
background-color: #136294;
}
</style>
border-color css
<style>
span { border-color: #136294; }
span { border-color: rgb(19,98,148); }
td.TdClassName
{
border-color: #136294;
}
.TagClassName
{
border-color: #136294;
}
</style>