Shades of Endeavour #135A9D
Tints of Endeavour #135A9D
RGB
CMYK
RGB Variations
Color information
#135A9D (or 0x135A9D) is known color: Endeavour. HEX triplet: 13, 5A and 9D. RGB value is (19,90,157). Sum of RGB (Red+Green+Blue) = 19+90+157=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #135A9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135A9D is #ECA562. Grayscale: #4C4C4C. Windows color (decimal): -15508835 or 10312211. OLE color: 10312211.
HSL color Cylindrical-coordinate representation of color #135A9D: hue angle of 209.13º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #135A9D is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 90 | 157 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.38 |
| HSL | 209.13º | 0.78% | 0.35% | - |
| HSV(B) | 209.13º | 0.88% | 0.62% | - |
| XYZ | 10.01 | 9.89 | 33.28 | - |
| YUV | 76.41 | 173.48 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 157 | 0.88 | 0.43 | 0 | 0.38 | 209.13 | 0.78 | 0.35 |
| Hex | 13 | 5A | 9D | 58 | 2B | 0 | 26 | D1 | 4E | 23 |
| Octal | 23 | 132 | 235 | 130 | 53 | 0 | 46 | 321 | 116 | 43 |
| Binary | 10011 | 1011010 | 10011101 | 1011000 | 101011 | 0 | 100110 | 11010001 | 1001110 | 100011 |
Color Harmonies of #135A9D
Complementary color
Monochromatic Colors of #135A9D
Black with #135A9D
Text Example
Text Example
White with #135A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A9D; }
p { color: rgb(19,90,157); }
H1.HeaderClassName
{
color: #135A9D;
}
.AnyTagClassName
{
color: #135A9D;
}
</style>
background-color css
<style>
a { background-color: #135A9D; }
a { background-color: rgb(19,90,157); }
div.DivClassName
{
background-color: #135A9D;
}
.BgClassName
{
background-color: #135A9D;
}
</style>
border-color css
<style>
span { border-color: #135A9D; }
span { border-color: rgb(19,90,157); }
td.TdClassName
{
border-color: #135A9D;
}
.TagClassName
{
border-color: #135A9D;
}
</style>