Shades of Endeavour #135497
Tints of Endeavour #135497
RGB
CMYK
RGB Variations
Color information
#135497 (or 0x135497) is known color: Endeavour. HEX triplet: 13, 54 and 97. RGB value is (19,84,151). Sum of RGB (Red+Green+Blue) = 19+84+151=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #135497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135497 is #ECAB68. Grayscale: #474747. Windows color (decimal): -15510377 or 9917459. OLE color: 9917459.
HSL color Cylindrical-coordinate representation of color #135497: hue angle of 210.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135497 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 84 | 151 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.41 |
| HSL | 210.45º | 0.78% | 0.33% | - |
| HSV(B) | 210.45º | 0.87% | 0.59% | - |
| XYZ | 9.02 | 8.71 | 30.48 | - |
| YUV | 72.2 | 172.47 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 151 | 0.87 | 0.44 | 0 | 0.41 | 210.45 | 0.78 | 0.33 |
| Hex | 13 | 54 | 97 | 57 | 2C | 0 | 29 | D2 | 4E | 21 |
| Octal | 23 | 124 | 227 | 127 | 54 | 0 | 51 | 322 | 116 | 41 |
| Binary | 10011 | 1010100 | 10010111 | 1010111 | 101100 | 0 | 101001 | 11010010 | 1001110 | 100001 |
Color Harmonies of #135497
Complementary color
Monochromatic Colors of #135497
Black with #135497
Text Example
Text Example
White with #135497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135497; }
p { color: rgb(19,84,151); }
H1.HeaderClassName
{
color: #135497;
}
.AnyTagClassName
{
color: #135497;
}
</style>
background-color css
<style>
a { background-color: #135497; }
a { background-color: rgb(19,84,151); }
div.DivClassName
{
background-color: #135497;
}
.BgClassName
{
background-color: #135497;
}
</style>
border-color css
<style>
span { border-color: #135497; }
span { border-color: rgb(19,84,151); }
td.TdClassName
{
border-color: #135497;
}
.TagClassName
{
border-color: #135497;
}
</style>