Shades of Endeavour #135E96
Tints of Endeavour #135E96
RGB
CMYK
RGB Variations
Color information
#135E96 (or 0x135E96) is known color: Endeavour. HEX triplet: 13, 5E and 96. RGB value is (19,94,150). Sum of RGB (Red+Green+Blue) = 19+94+150=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #135E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135E96 is #ECA169. Grayscale: #4D4D4D. Windows color (decimal): -15507818 or 9854483. OLE color: 9854483.
HSL color Cylindrical-coordinate representation of color #135E96: hue angle of 205.65º 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 #135E96 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 94 | 150 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.41 |
| HSL | 205.65º | 0.78% | 0.33% | - |
| HSV(B) | 205.65º | 0.87% | 0.59% | - |
| XYZ | 9.78 | 10.35 | 30.34 | - |
| YUV | 77.96 | 168.65 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 150 | 0.87 | 0.37 | 0 | 0.41 | 205.65 | 0.78 | 0.33 |
| Hex | 13 | 5E | 96 | 57 | 25 | 0 | 29 | CE | 4E | 21 |
| Octal | 23 | 136 | 226 | 127 | 45 | 0 | 51 | 316 | 116 | 41 |
| Binary | 10011 | 1011110 | 10010110 | 1010111 | 100101 | 0 | 101001 | 11001110 | 1001110 | 100001 |
Color Harmonies of #135E96
Complementary color
Monochromatic Colors of #135E96
Black with #135E96
Text Example
Text Example
White with #135E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135E96; }
p { color: rgb(19,94,150); }
H1.HeaderClassName
{
color: #135E96;
}
.AnyTagClassName
{
color: #135E96;
}
</style>
background-color css
<style>
a { background-color: #135E96; }
a { background-color: rgb(19,94,150); }
div.DivClassName
{
background-color: #135E96;
}
.BgClassName
{
background-color: #135E96;
}
</style>
border-color css
<style>
span { border-color: #135E96; }
span { border-color: rgb(19,94,150); }
td.TdClassName
{
border-color: #135E96;
}
.TagClassName
{
border-color: #135E96;
}
</style>