Shades of Endeavour #155599
Tints of Endeavour #155599
RGB
CMYK
RGB Variations
Color information
#155599 (or 0x155599) is known color: Endeavour. HEX triplet: 15, 55 and 99. RGB value is (21,85,153). Sum of RGB (Red+Green+Blue) = 21+85+153=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #155599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155599 is #EAAA66. Grayscale: #494949. Windows color (decimal): -15379047 or 10048789. OLE color: 10048789.
HSL color Cylindrical-coordinate representation of color #155599: hue angle of 210.91º 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 #155599 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 85 | 153 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.4 |
| HSL | 210.91º | 0.76% | 0.34% | - |
| HSV(B) | 210.91º | 0.86% | 0.6% | - |
| XYZ | 9.31 | 8.96 | 31.38 | - |
| YUV | 73.62 | 172.8 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 153 | 0.86 | 0.44 | 0 | 0.4 | 210.91 | 0.76 | 0.34 |
| Hex | 15 | 55 | 99 | 56 | 2C | 0 | 28 | D3 | 4C | 22 |
| Octal | 25 | 125 | 231 | 126 | 54 | 0 | 50 | 323 | 114 | 42 |
| Binary | 10101 | 1010101 | 10011001 | 1010110 | 101100 | 0 | 101000 | 11010011 | 1001100 | 100010 |
Color Harmonies of #155599
Complementary color
Monochromatic Colors of #155599
Black with #155599
Text Example
Text Example
White with #155599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155599; }
p { color: rgb(21,85,153); }
H1.HeaderClassName
{
color: #155599;
}
.AnyTagClassName
{
color: #155599;
}
</style>
background-color css
<style>
a { background-color: #155599; }
a { background-color: rgb(21,85,153); }
div.DivClassName
{
background-color: #155599;
}
.BgClassName
{
background-color: #155599;
}
</style>
border-color css
<style>
span { border-color: #155599; }
span { border-color: rgb(21,85,153); }
td.TdClassName
{
border-color: #155599;
}
.TagClassName
{
border-color: #155599;
}
</style>