Shades of Endeavour #135891
Tints of Endeavour #135891
RGB
CMYK
RGB Variations
Color information
#135891 (or 0x135891) is known color: Endeavour. HEX triplet: 13, 58 and 91. RGB value is (19,88,145). Sum of RGB (Red+Green+Blue) = 19+88+145=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #135891 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135891 is #ECA76E. Grayscale: #494949. Windows color (decimal): -15509359 or 9525267. OLE color: 9525267.
HSL color Cylindrical-coordinate representation of color #135891: hue angle of 207.14º 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 #135891 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 88 | 145 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.43 |
| HSL | 207.14º | 0.77% | 0.32% | - |
| HSV(B) | 207.14º | 0.87% | 0.57% | - |
| XYZ | 8.87 | 9.16 | 28.09 | - |
| YUV | 73.87 | 168.14 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 145 | 0.87 | 0.39 | 0 | 0.43 | 207.14 | 0.77 | 0.32 |
| Hex | 13 | 58 | 91 | 57 | 27 | 0 | 2B | CF | 4D | 20 |
| Octal | 23 | 130 | 221 | 127 | 47 | 0 | 53 | 317 | 115 | 40 |
| Binary | 10011 | 1011000 | 10010001 | 1010111 | 100111 | 0 | 101011 | 11001111 | 1001101 | 100000 |
Color Harmonies of #135891
Complementary color
Monochromatic Colors of #135891
Black with #135891
Text Example
Text Example
White with #135891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135891; }
p { color: rgb(19,88,145); }
H1.HeaderClassName
{
color: #135891;
}
.AnyTagClassName
{
color: #135891;
}
</style>
background-color css
<style>
a { background-color: #135891; }
a { background-color: rgb(19,88,145); }
div.DivClassName
{
background-color: #135891;
}
.BgClassName
{
background-color: #135891;
}
</style>
border-color css
<style>
span { border-color: #135891; }
span { border-color: rgb(19,88,145); }
td.TdClassName
{
border-color: #135891;
}
.TagClassName
{
border-color: #135891;
}
</style>