Shades of Endeavour #135694
Tints of Endeavour #135694
RGB
CMYK
RGB Variations
Color information
#135694 (or 0x135694) is known color: Endeavour. HEX triplet: 13, 56 and 94. RGB value is (19,86,148). Sum of RGB (Red+Green+Blue) = 19+86+148=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #135694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135694 is #ECA96B. Grayscale: #484848. Windows color (decimal): -15509868 or 9721363. OLE color: 9721363.
HSL color Cylindrical-coordinate representation of color #135694: hue angle of 208.84º 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 #135694 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 86 | 148 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.42 |
| HSL | 208.84º | 0.77% | 0.33% | - |
| HSV(B) | 208.84º | 0.87% | 0.58% | - |
| XYZ | 8.94 | 8.93 | 29.27 | - |
| YUV | 73.04 | 170.3 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 148 | 0.87 | 0.42 | 0 | 0.42 | 208.84 | 0.77 | 0.33 |
| Hex | 13 | 56 | 94 | 57 | 2A | 0 | 2A | D1 | 4D | 21 |
| Octal | 23 | 126 | 224 | 127 | 52 | 0 | 52 | 321 | 115 | 41 |
| Binary | 10011 | 1010110 | 10010100 | 1010111 | 101010 | 0 | 101010 | 11010001 | 1001101 | 100001 |
Color Harmonies of #135694
Complementary color
Monochromatic Colors of #135694
Black with #135694
Text Example
Text Example
White with #135694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135694; }
p { color: rgb(19,86,148); }
H1.HeaderClassName
{
color: #135694;
}
.AnyTagClassName
{
color: #135694;
}
</style>
background-color css
<style>
a { background-color: #135694; }
a { background-color: rgb(19,86,148); }
div.DivClassName
{
background-color: #135694;
}
.BgClassName
{
background-color: #135694;
}
</style>
border-color css
<style>
span { border-color: #135694; }
span { border-color: rgb(19,86,148); }
td.TdClassName
{
border-color: #135694;
}
.TagClassName
{
border-color: #135694;
}
</style>