Shades of Endeavour #135791
Tints of Endeavour #135791
RGB
CMYK
RGB Variations
Color information
#135791 (or 0x135791) is known color: Endeavour. HEX triplet: 13, 57 and 91. RGB value is (19,87,145). Sum of RGB (Red+Green+Blue) = 19+87+145=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #135791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135791 is #ECA86E. Grayscale: #484848. Windows color (decimal): -15509615 or 9525011. OLE color: 9525011.
HSL color Cylindrical-coordinate representation of color #135791: hue angle of 207.62º 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 #135791 is Cyan = 0.87, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 87 | 145 | - |
| CMYK | 0.87 | 0.4 | 0 | 0.43 |
| HSL | 207.62º | 0.77% | 0.32% | - |
| HSV(B) | 207.62º | 0.87% | 0.57% | - |
| XYZ | 8.79 | 9 | 28.06 | - |
| YUV | 73.28 | 168.47 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 145 | 0.87 | 0.4 | 0 | 0.43 | 207.62 | 0.77 | 0.32 |
| Hex | 13 | 57 | 91 | 57 | 28 | 0 | 2B | D0 | 4D | 20 |
| Octal | 23 | 127 | 221 | 127 | 50 | 0 | 53 | 320 | 115 | 40 |
| Binary | 10011 | 1010111 | 10010001 | 1010111 | 101000 | 0 | 101011 | 11010000 | 1001101 | 100000 |
Color Harmonies of #135791
Complementary color
Monochromatic Colors of #135791
Black with #135791
Text Example
Text Example
White with #135791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135791; }
p { color: rgb(19,87,145); }
H1.HeaderClassName
{
color: #135791;
}
.AnyTagClassName
{
color: #135791;
}
</style>
background-color css
<style>
a { background-color: #135791; }
a { background-color: rgb(19,87,145); }
div.DivClassName
{
background-color: #135791;
}
.BgClassName
{
background-color: #135791;
}
</style>
border-color css
<style>
span { border-color: #135791; }
span { border-color: rgb(19,87,145); }
td.TdClassName
{
border-color: #135791;
}
.TagClassName
{
border-color: #135791;
}
</style>