Shades of Endeavour #135495
Tints of Endeavour #135495
RGB
CMYK
RGB Variations
Color information
#135495 (or 0x135495) is known color: Endeavour. HEX triplet: 13, 54 and 95. RGB value is (19,84,149). Sum of RGB (Red+Green+Blue) = 19+84+149=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #135495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135495 is #ECAB6A. Grayscale: #474747. Windows color (decimal): -15510379 or 9786387. OLE color: 9786387.
HSL color Cylindrical-coordinate representation of color #135495: hue angle of 210º 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 #135495 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 84 | 149 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.42 |
| HSL | 210º | 0.77% | 0.33% | - |
| HSV(B) | 210º | 0.87% | 0.58% | - |
| XYZ | 8.86 | 8.65 | 29.64 | - |
| YUV | 71.98 | 171.47 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 149 | 0.87 | 0.44 | 0 | 0.42 | 210 | 0.77 | 0.33 |
| Hex | 13 | 54 | 95 | 57 | 2C | 0 | 2A | D2 | 4D | 21 |
| Octal | 23 | 124 | 225 | 127 | 54 | 0 | 52 | 322 | 115 | 41 |
| Binary | 10011 | 1010100 | 10010101 | 1010111 | 101100 | 0 | 101010 | 11010010 | 1001101 | 100001 |
Color Harmonies of #135495
Complementary color
Monochromatic Colors of #135495
Black with #135495
Text Example
Text Example
White with #135495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135495; }
p { color: rgb(19,84,149); }
H1.HeaderClassName
{
color: #135495;
}
.AnyTagClassName
{
color: #135495;
}
</style>
background-color css
<style>
a { background-color: #135495; }
a { background-color: rgb(19,84,149); }
div.DivClassName
{
background-color: #135495;
}
.BgClassName
{
background-color: #135495;
}
</style>
border-color css
<style>
span { border-color: #135495; }
span { border-color: rgb(19,84,149); }
td.TdClassName
{
border-color: #135495;
}
.TagClassName
{
border-color: #135495;
}
</style>