Shades of Endeavour #135E9B
Tints of Endeavour #135E9B
RGB
CMYK
RGB Variations
Color information
#135E9B (or 0x135E9B) is known color: Endeavour. HEX triplet: 13, 5E and 9B. RGB value is (19,94,155). Sum of RGB (Red+Green+Blue) = 19+94+155=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #135E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135E9B is #ECA164. Grayscale: #4E4E4E. Windows color (decimal): -15507813 or 10182163. OLE color: 10182163.
HSL color Cylindrical-coordinate representation of color #135E9B: hue angle of 206.91º 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 #135E9B is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 94 | 155 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.39 |
| HSL | 206.91º | 0.78% | 0.34% | - |
| HSV(B) | 206.91º | 0.88% | 0.61% | - |
| XYZ | 10.19 | 10.51 | 32.5 | - |
| YUV | 78.53 | 171.15 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 155 | 0.88 | 0.39 | 0 | 0.39 | 206.91 | 0.78 | 0.34 |
| Hex | 13 | 5E | 9B | 58 | 27 | 0 | 27 | CF | 4E | 22 |
| Octal | 23 | 136 | 233 | 130 | 47 | 0 | 47 | 317 | 116 | 42 |
| Binary | 10011 | 1011110 | 10011011 | 1011000 | 100111 | 0 | 100111 | 11001111 | 1001110 | 100010 |
Color Harmonies of #135E9B
Complementary color
Monochromatic Colors of #135E9B
Black with #135E9B
Text Example
Text Example
White with #135E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135E9B; }
p { color: rgb(19,94,155); }
H1.HeaderClassName
{
color: #135E9B;
}
.AnyTagClassName
{
color: #135E9B;
}
</style>
background-color css
<style>
a { background-color: #135E9B; }
a { background-color: rgb(19,94,155); }
div.DivClassName
{
background-color: #135E9B;
}
.BgClassName
{
background-color: #135E9B;
}
</style>
border-color css
<style>
span { border-color: #135E9B; }
span { border-color: rgb(19,94,155); }
td.TdClassName
{
border-color: #135E9B;
}
.TagClassName
{
border-color: #135E9B;
}
</style>