Shades of Endeavour #135699
Tints of Endeavour #135699
RGB
CMYK
RGB Variations
Color information
#135699 (or 0x135699) is known color: Endeavour. HEX triplet: 13, 56 and 99. RGB value is (19,86,153). Sum of RGB (Red+Green+Blue) = 19+86+153=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #135699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135699 is #ECA966. Grayscale: #494949. Windows color (decimal): -15509863 or 10049043. OLE color: 10049043.
HSL color Cylindrical-coordinate representation of color #135699: hue angle of 210º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #135699 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 86 | 153 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.4 |
| HSL | 210º | 0.78% | 0.34% | - |
| HSV(B) | 210º | 0.88% | 0.6% | - |
| XYZ | 9.35 | 9.09 | 31.4 | - |
| YUV | 73.61 | 172.8 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 153 | 0.88 | 0.44 | 0 | 0.4 | 210 | 0.78 | 0.34 |
| Hex | 13 | 56 | 99 | 58 | 2C | 0 | 28 | D2 | 4E | 22 |
| Octal | 23 | 126 | 231 | 130 | 54 | 0 | 50 | 322 | 116 | 42 |
| Binary | 10011 | 1010110 | 10011001 | 1011000 | 101100 | 0 | 101000 | 11010010 | 1001110 | 100010 |
Color Harmonies of #135699
Complementary color
Monochromatic Colors of #135699
Black with #135699
Text Example
Text Example
White with #135699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135699; }
p { color: rgb(19,86,153); }
H1.HeaderClassName
{
color: #135699;
}
.AnyTagClassName
{
color: #135699;
}
</style>
background-color css
<style>
a { background-color: #135699; }
a { background-color: rgb(19,86,153); }
div.DivClassName
{
background-color: #135699;
}
.BgClassName
{
background-color: #135699;
}
</style>
border-color css
<style>
span { border-color: #135699; }
span { border-color: rgb(19,86,153); }
td.TdClassName
{
border-color: #135699;
}
.TagClassName
{
border-color: #135699;
}
</style>