Shades of Endeavour #135C92
Tints of Endeavour #135C92
RGB
CMYK
RGB Variations
Color information
#135C92 (or 0x135C92) is known color: Endeavour. HEX triplet: 13, 5C and 92. RGB value is (19,92,146). Sum of RGB (Red+Green+Blue) = 19+92+146=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #135C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135C92 is #ECA36D. Grayscale: #4C4C4C. Windows color (decimal): -15508334 or 9591827. OLE color: 9591827.
HSL color Cylindrical-coordinate representation of color #135C92: hue angle of 205.51º 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 #135C92 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 92 | 146 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.43 |
| HSL | 205.51º | 0.77% | 0.32% | - |
| HSV(B) | 205.51º | 0.87% | 0.57% | - |
| XYZ | 9.28 | 9.87 | 28.61 | - |
| YUV | 76.33 | 167.32 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 146 | 0.87 | 0.37 | 0 | 0.43 | 205.51 | 0.77 | 0.32 |
| Hex | 13 | 5C | 92 | 57 | 25 | 0 | 2B | CE | 4D | 20 |
| Octal | 23 | 134 | 222 | 127 | 45 | 0 | 53 | 316 | 115 | 40 |
| Binary | 10011 | 1011100 | 10010010 | 1010111 | 100101 | 0 | 101011 | 11001110 | 1001101 | 100000 |
Color Harmonies of #135C92
Complementary color
Monochromatic Colors of #135C92
Black with #135C92
Text Example
Text Example
White with #135C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C92; }
p { color: rgb(19,92,146); }
H1.HeaderClassName
{
color: #135C92;
}
.AnyTagClassName
{
color: #135C92;
}
</style>
background-color css
<style>
a { background-color: #135C92; }
a { background-color: rgb(19,92,146); }
div.DivClassName
{
background-color: #135C92;
}
.BgClassName
{
background-color: #135C92;
}
</style>
border-color css
<style>
span { border-color: #135C92; }
span { border-color: rgb(19,92,146); }
td.TdClassName
{
border-color: #135C92;
}
.TagClassName
{
border-color: #135C92;
}
</style>