Shades of Endeavour #135098
Tints of Endeavour #135098
RGB
CMYK
RGB Variations
Color information
#135098 (or 0x135098) is known color: Endeavour. HEX triplet: 13, 50 and 98. RGB value is (19,80,152). Sum of RGB (Red+Green+Blue) = 19+80+152=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #135098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135098 is #ECAF67. Grayscale: #454545. Windows color (decimal): -15511400 or 9981971. OLE color: 9981971.
HSL color Cylindrical-coordinate representation of color #135098: hue angle of 212.48º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #135098 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 80 | 152 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.40 |
| HSL | 212.48º | 0.78% | 0.34% | - |
| HSV(B) | 212.48º | 0.88% | 0.6% | - |
| XYZ | 8.8 | 8.14 | 30.81 | - |
| YUV | 69.97 | 174.29 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 152 | 0.87 | 0.47 | 0 | 0.40 | 212.48 | 0.78 | 0.34 |
| Hex | 13 | 50 | 98 | 57 | 2F | 0 | 28 | D4 | 4E | 22 |
| Octal | 23 | 120 | 230 | 127 | 57 | 0 | 50 | 324 | 116 | 42 |
| Binary | 10011 | 1010000 | 10011000 | 1010111 | 101111 | 0 | 101000 | 11010100 | 1001110 | 100010 |
Color Harmonies of #135098
Complementary color
Monochromatic Colors of #135098
Black with #135098
Text Example
Text Example
White with #135098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135098; }
p { color: rgb(19,80,152); }
H1.HeaderClassName
{
color: #135098;
}
.AnyTagClassName
{
color: #135098;
}
</style>
background-color css
<style>
a { background-color: #135098; }
a { background-color: rgb(19,80,152); }
div.DivClassName
{
background-color: #135098;
}
.BgClassName
{
background-color: #135098;
}
</style>
border-color css
<style>
span { border-color: #135098; }
span { border-color: rgb(19,80,152); }
td.TdClassName
{
border-color: #135098;
}
.TagClassName
{
border-color: #135098;
}
</style>