Shades of Endeavour #135395
Tints of Endeavour #135395
RGB
CMYK
RGB Variations
Color information
#135395 (or 0x135395) is known color: Endeavour. HEX triplet: 13, 53 and 95. RGB value is (19,83,149). Sum of RGB (Red+Green+Blue) = 19+83+149=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #135395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135395 is #ECAC6A. Grayscale: #474747. Windows color (decimal): -15510635 or 9786131. OLE color: 9786131.
HSL color Cylindrical-coordinate representation of color #135395: hue angle of 210.46º 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 #135395 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 83 | 149 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.42 |
| HSL | 210.46º | 0.77% | 0.33% | - |
| HSV(B) | 210.46º | 0.87% | 0.58% | - |
| XYZ | 8.79 | 8.49 | 29.61 | - |
| YUV | 71.39 | 171.8 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 149 | 0.87 | 0.44 | 0 | 0.42 | 210.46 | 0.77 | 0.33 |
| Hex | 13 | 53 | 95 | 57 | 2C | 0 | 2A | D2 | 4D | 21 |
| Octal | 23 | 123 | 225 | 127 | 54 | 0 | 52 | 322 | 115 | 41 |
| Binary | 10011 | 1010011 | 10010101 | 1010111 | 101100 | 0 | 101010 | 11010010 | 1001101 | 100001 |
Color Harmonies of #135395
Complementary color
Monochromatic Colors of #135395
Black with #135395
Text Example
Text Example
White with #135395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135395; }
p { color: rgb(19,83,149); }
H1.HeaderClassName
{
color: #135395;
}
.AnyTagClassName
{
color: #135395;
}
</style>
background-color css
<style>
a { background-color: #135395; }
a { background-color: rgb(19,83,149); }
div.DivClassName
{
background-color: #135395;
}
.BgClassName
{
background-color: #135395;
}
</style>
border-color css
<style>
span { border-color: #135395; }
span { border-color: rgb(19,83,149); }
td.TdClassName
{
border-color: #135395;
}
.TagClassName
{
border-color: #135395;
}
</style>