Shades of Endeavour #135994
Tints of Endeavour #135994
RGB
CMYK
RGB Variations
Color information
#135994 (or 0x135994) is known color: Endeavour. HEX triplet: 13, 59 and 94. RGB value is (19,89,148). Sum of RGB (Red+Green+Blue) = 19+89+148=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #135994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135994 is #ECA66B. Grayscale: #4A4A4A. Windows color (decimal): -15509100 or 9722131. OLE color: 9722131.
HSL color Cylindrical-coordinate representation of color #135994: hue angle of 207.44º 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 #135994 is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 89 | 148 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.42 |
| HSL | 207.44º | 0.77% | 0.33% | - |
| HSV(B) | 207.44º | 0.87% | 0.58% | - |
| XYZ | 9.19 | 9.42 | 29.35 | - |
| YUV | 74.8 | 169.31 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 148 | 0.87 | 0.40 | 0 | 0.42 | 207.44 | 0.77 | 0.33 |
| Hex | 13 | 59 | 94 | 57 | 28 | 0 | 2A | CF | 4D | 21 |
| Octal | 23 | 131 | 224 | 127 | 50 | 0 | 52 | 317 | 115 | 41 |
| Binary | 10011 | 1011001 | 10010100 | 1010111 | 101000 | 0 | 101010 | 11001111 | 1001101 | 100001 |
Color Harmonies of #135994
Complementary color
Monochromatic Colors of #135994
Black with #135994
Text Example
Text Example
White with #135994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135994; }
p { color: rgb(19,89,148); }
H1.HeaderClassName
{
color: #135994;
}
.AnyTagClassName
{
color: #135994;
}
</style>
background-color css
<style>
a { background-color: #135994; }
a { background-color: rgb(19,89,148); }
div.DivClassName
{
background-color: #135994;
}
.BgClassName
{
background-color: #135994;
}
</style>
border-color css
<style>
span { border-color: #135994; }
span { border-color: rgb(19,89,148); }
td.TdClassName
{
border-color: #135994;
}
.TagClassName
{
border-color: #135994;
}
</style>