Shades of Endeavour #155695
Tints of Endeavour #155695
RGB
CMYK
RGB Variations
Color information
#155695 (or 0x155695) is known color: Endeavour. HEX triplet: 15, 56 and 95. RGB value is (21,86,149). Sum of RGB (Red+Green+Blue) = 21+86+149=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #155695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155695 is #EAA96A. Grayscale: #494949. Windows color (decimal): -15378795 or 9786901. OLE color: 9786901.
HSL color Cylindrical-coordinate representation of color #155695: hue angle of 209.53º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155695 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 86 | 149 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.42 |
| HSL | 209.53º | 0.75% | 0.33% | - |
| HSV(B) | 209.53º | 0.86% | 0.58% | - |
| XYZ | 9.06 | 8.98 | 29.69 | - |
| YUV | 73.75 | 170.47 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 149 | 0.86 | 0.42 | 0 | 0.42 | 209.53 | 0.75 | 0.33 |
| Hex | 15 | 56 | 95 | 56 | 2A | 0 | 2A | D2 | 4B | 21 |
| Octal | 25 | 126 | 225 | 126 | 52 | 0 | 52 | 322 | 113 | 41 |
| Binary | 10101 | 1010110 | 10010101 | 1010110 | 101010 | 0 | 101010 | 11010010 | 1001011 | 100001 |
Color Harmonies of #155695
Complementary color
Monochromatic Colors of #155695
Black with #155695
Text Example
Text Example
White with #155695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155695; }
p { color: rgb(21,86,149); }
H1.HeaderClassName
{
color: #155695;
}
.AnyTagClassName
{
color: #155695;
}
</style>
background-color css
<style>
a { background-color: #155695; }
a { background-color: rgb(21,86,149); }
div.DivClassName
{
background-color: #155695;
}
.BgClassName
{
background-color: #155695;
}
</style>
border-color css
<style>
span { border-color: #155695; }
span { border-color: rgb(21,86,149); }
td.TdClassName
{
border-color: #155695;
}
.TagClassName
{
border-color: #155695;
}
</style>