Shades of Endeavour #135C9C
Tints of Endeavour #135C9C
RGB
CMYK
RGB Variations
Color information
#135C9C (or 0x135C9C) is known color: Endeavour. HEX triplet: 13, 5C and 9C. RGB value is (19,92,156). Sum of RGB (Red+Green+Blue) = 19+92+156=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #135C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135C9C is #ECA363. Grayscale: #4D4D4D. Windows color (decimal): -15508324 or 10247187. OLE color: 10247187.
HSL color Cylindrical-coordinate representation of color #135C9C: hue angle of 208.03º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #135C9C is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 92 | 156 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.39 |
| HSL | 208.03º | 0.78% | 0.34% | - |
| HSV(B) | 208.03º | 0.88% | 0.61% | - |
| XYZ | 10.1 | 10.19 | 32.89 | - |
| YUV | 77.47 | 172.32 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 156 | 0.88 | 0.41 | 0 | 0.39 | 208.03 | 0.78 | 0.34 |
| Hex | 13 | 5C | 9C | 58 | 29 | 0 | 27 | D0 | 4E | 22 |
| Octal | 23 | 134 | 234 | 130 | 51 | 0 | 47 | 320 | 116 | 42 |
| Binary | 10011 | 1011100 | 10011100 | 1011000 | 101001 | 0 | 100111 | 11010000 | 1001110 | 100010 |
Color Harmonies of #135C9C
Complementary color
Monochromatic Colors of #135C9C
Black with #135C9C
Text Example
Text Example
White with #135C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C9C; }
p { color: rgb(19,92,156); }
H1.HeaderClassName
{
color: #135C9C;
}
.AnyTagClassName
{
color: #135C9C;
}
</style>
background-color css
<style>
a { background-color: #135C9C; }
a { background-color: rgb(19,92,156); }
div.DivClassName
{
background-color: #135C9C;
}
.BgClassName
{
background-color: #135C9C;
}
</style>
border-color css
<style>
span { border-color: #135C9C; }
span { border-color: rgb(19,92,156); }
td.TdClassName
{
border-color: #135C9C;
}
.TagClassName
{
border-color: #135C9C;
}
</style>