Shades of Endeavour #135195
Tints of Endeavour #135195
RGB
CMYK
RGB Variations
Color information
#135195 (or 0x135195) is known color: Endeavour. HEX triplet: 13, 51 and 95. RGB value is (19,81,149). Sum of RGB (Red+Green+Blue) = 19+81+149=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #135195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135195 is #ECAE6A. Grayscale: #454545. Windows color (decimal): -15511147 or 9785619. OLE color: 9785619.
HSL color Cylindrical-coordinate representation of color #135195: hue angle of 211.38º 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 #135195 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 81 | 149 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.42 |
| HSL | 211.38º | 0.77% | 0.33% | - |
| HSV(B) | 211.38º | 0.87% | 0.58% | - |
| XYZ | 8.64 | 8.19 | 29.56 | - |
| YUV | 70.21 | 172.46 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 149 | 0.87 | 0.46 | 0 | 0.42 | 211.38 | 0.77 | 0.33 |
| Hex | 13 | 51 | 95 | 57 | 2E | 0 | 2A | D3 | 4D | 21 |
| Octal | 23 | 121 | 225 | 127 | 56 | 0 | 52 | 323 | 115 | 41 |
| Binary | 10011 | 1010001 | 10010101 | 1010111 | 101110 | 0 | 101010 | 11010011 | 1001101 | 100001 |
Color Harmonies of #135195
Complementary color
Monochromatic Colors of #135195
Black with #135195
Text Example
Text Example
White with #135195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135195; }
p { color: rgb(19,81,149); }
H1.HeaderClassName
{
color: #135195;
}
.AnyTagClassName
{
color: #135195;
}
</style>
background-color css
<style>
a { background-color: #135195; }
a { background-color: rgb(19,81,149); }
div.DivClassName
{
background-color: #135195;
}
.BgClassName
{
background-color: #135195;
}
</style>
border-color css
<style>
span { border-color: #135195; }
span { border-color: rgb(19,81,149); }
td.TdClassName
{
border-color: #135195;
}
.TagClassName
{
border-color: #135195;
}
</style>