Shades of Endeavour #135192
Tints of Endeavour #135192
RGB
CMYK
RGB Variations
Color information
#135192 (or 0x135192) is known color: Endeavour. HEX triplet: 13, 51 and 92. RGB value is (19,81,146). Sum of RGB (Red+Green+Blue) = 19+81+146=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #135192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135192 is #ECAE6D. Grayscale: #454545. Windows color (decimal): -15511150 or 9589011. OLE color: 9589011.
HSL color Cylindrical-coordinate representation of color #135192: hue angle of 210.71º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135192 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 81 | 146 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.43 |
| HSL | 210.71º | 0.77% | 0.32% | - |
| HSV(B) | 210.71º | 0.87% | 0.57% | - |
| XYZ | 8.4 | 8.1 | 28.31 | - |
| YUV | 69.87 | 170.96 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 146 | 0.87 | 0.45 | 0 | 0.43 | 210.71 | 0.77 | 0.32 |
| Hex | 13 | 51 | 92 | 57 | 2D | 0 | 2B | D3 | 4D | 20 |
| Octal | 23 | 121 | 222 | 127 | 55 | 0 | 53 | 323 | 115 | 40 |
| Binary | 10011 | 1010001 | 10010010 | 1010111 | 101101 | 0 | 101011 | 11010011 | 1001101 | 100000 |
Color Harmonies of #135192
Complementary color
Monochromatic Colors of #135192
Black with #135192
Text Example
Text Example
White with #135192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135192; }
p { color: rgb(19,81,146); }
H1.HeaderClassName
{
color: #135192;
}
.AnyTagClassName
{
color: #135192;
}
</style>
background-color css
<style>
a { background-color: #135192; }
a { background-color: rgb(19,81,146); }
div.DivClassName
{
background-color: #135192;
}
.BgClassName
{
background-color: #135192;
}
</style>
border-color css
<style>
span { border-color: #135192; }
span { border-color: rgb(19,81,146); }
td.TdClassName
{
border-color: #135192;
}
.TagClassName
{
border-color: #135192;
}
</style>