Shades of Endeavour #135293
Tints of Endeavour #135293
RGB
CMYK
RGB Variations
Color information
#135293 (or 0x135293) is known color: Endeavour. HEX triplet: 13, 52 and 93. RGB value is (19,82,147). Sum of RGB (Red+Green+Blue) = 19+82+147=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #135293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135293 is #ECAD6C. Grayscale: #464646. Windows color (decimal): -15510893 or 9654803. OLE color: 9654803.
HSL color Cylindrical-coordinate representation of color #135293: hue angle of 210.47º 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 #135293 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 82 | 147 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.42 |
| HSL | 210.47º | 0.77% | 0.33% | - |
| HSV(B) | 210.47º | 0.87% | 0.58% | - |
| XYZ | 8.55 | 8.28 | 28.75 | - |
| YUV | 70.57 | 171.13 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 147 | 0.87 | 0.44 | 0 | 0.42 | 210.47 | 0.77 | 0.33 |
| Hex | 13 | 52 | 93 | 57 | 2C | 0 | 2A | D2 | 4D | 21 |
| Octal | 23 | 122 | 223 | 127 | 54 | 0 | 52 | 322 | 115 | 41 |
| Binary | 10011 | 1010010 | 10010011 | 1010111 | 101100 | 0 | 101010 | 11010010 | 1001101 | 100001 |
Color Harmonies of #135293
Complementary color
Monochromatic Colors of #135293
Black with #135293
Text Example
Text Example
White with #135293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135293; }
p { color: rgb(19,82,147); }
H1.HeaderClassName
{
color: #135293;
}
.AnyTagClassName
{
color: #135293;
}
</style>
background-color css
<style>
a { background-color: #135293; }
a { background-color: rgb(19,82,147); }
div.DivClassName
{
background-color: #135293;
}
.BgClassName
{
background-color: #135293;
}
</style>
border-color css
<style>
span { border-color: #135293; }
span { border-color: rgb(19,82,147); }
td.TdClassName
{
border-color: #135293;
}
.TagClassName
{
border-color: #135293;
}
</style>