Shades of Endeavour #155698
Tints of Endeavour #155698
RGB
CMYK
RGB Variations
Color information
#155698 (or 0x155698) is known color: Endeavour. HEX triplet: 15, 56 and 98. RGB value is (21,86,152). Sum of RGB (Red+Green+Blue) = 21+86+152=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #155698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155698 is #EAA967. Grayscale: #494949. Windows color (decimal): -15378792 or 9983509. OLE color: 9983509.
HSL color Cylindrical-coordinate representation of color #155698: hue angle of 210.23º 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 #155698 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 86 | 152 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.40 |
| HSL | 210.23º | 0.76% | 0.34% | - |
| HSV(B) | 210.23º | 0.86% | 0.6% | - |
| XYZ | 9.3 | 9.08 | 30.97 | - |
| YUV | 74.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 152 | 0.86 | 0.43 | 0 | 0.40 | 210.23 | 0.76 | 0.34 |
| Hex | 15 | 56 | 98 | 56 | 2B | 0 | 28 | D2 | 4C | 22 |
| Octal | 25 | 126 | 230 | 126 | 53 | 0 | 50 | 322 | 114 | 42 |
| Binary | 10101 | 1010110 | 10011000 | 1010110 | 101011 | 0 | 101000 | 11010010 | 1001100 | 100010 |
Color Harmonies of #155698
Complementary color
Monochromatic Colors of #155698
Black with #155698
Text Example
Text Example
White with #155698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155698; }
p { color: rgb(21,86,152); }
H1.HeaderClassName
{
color: #155698;
}
.AnyTagClassName
{
color: #155698;
}
</style>
background-color css
<style>
a { background-color: #155698; }
a { background-color: rgb(21,86,152); }
div.DivClassName
{
background-color: #155698;
}
.BgClassName
{
background-color: #155698;
}
</style>
border-color css
<style>
span { border-color: #155698; }
span { border-color: rgb(21,86,152); }
td.TdClassName
{
border-color: #155698;
}
.TagClassName
{
border-color: #155698;
}
</style>