Shades of Endeavour #155298
Tints of Endeavour #155298
RGB
CMYK
RGB Variations
Color information
#155298 (or 0x155298) is known color: Endeavour. HEX triplet: 15, 52 and 98. RGB value is (21,82,152). Sum of RGB (Red+Green+Blue) = 21+82+152=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #155298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155298 is #EAAD67. Grayscale: #474747. Windows color (decimal): -15379816 or 9982485. OLE color: 9982485.
HSL color Cylindrical-coordinate representation of color #155298: hue angle of 212.06º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155298 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 82 | 152 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.40 |
| HSL | 212.06º | 0.76% | 0.34% | - |
| HSV(B) | 212.06º | 0.86% | 0.6% | - |
| XYZ | 8.99 | 8.46 | 30.86 | - |
| YUV | 71.74 | 173.29 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 152 | 0.86 | 0.46 | 0 | 0.40 | 212.06 | 0.76 | 0.34 |
| Hex | 15 | 52 | 98 | 56 | 2E | 0 | 28 | D4 | 4C | 22 |
| Octal | 25 | 122 | 230 | 126 | 56 | 0 | 50 | 324 | 114 | 42 |
| Binary | 10101 | 1010010 | 10011000 | 1010110 | 101110 | 0 | 101000 | 11010100 | 1001100 | 100010 |
Color Harmonies of #155298
Complementary color
Monochromatic Colors of #155298
Black with #155298
Text Example
Text Example
White with #155298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155298; }
p { color: rgb(21,82,152); }
H1.HeaderClassName
{
color: #155298;
}
.AnyTagClassName
{
color: #155298;
}
</style>
background-color css
<style>
a { background-color: #155298; }
a { background-color: rgb(21,82,152); }
div.DivClassName
{
background-color: #155298;
}
.BgClassName
{
background-color: #155298;
}
</style>
border-color css
<style>
span { border-color: #155298; }
span { border-color: rgb(21,82,152); }
td.TdClassName
{
border-color: #155298;
}
.TagClassName
{
border-color: #155298;
}
</style>