Shades of Endeavour #155A99
Tints of Endeavour #155A99
RGB
CMYK
RGB Variations
Color information
#155A99 (or 0x155A99) is known color: Endeavour. HEX triplet: 15, 5A and 99. RGB value is (21,90,153). Sum of RGB (Red+Green+Blue) = 21+90+153=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #155A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155A99 is #EAA566. Grayscale: #4C4C4C. Windows color (decimal): -15377767 or 10050069. OLE color: 10050069.
HSL color Cylindrical-coordinate representation of color #155A99: hue angle of 208.64º 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 #155A99 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 90 | 153 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.4 |
| HSL | 208.64º | 0.76% | 0.34% | - |
| HSV(B) | 208.64º | 0.86% | 0.6% | - |
| XYZ | 9.72 | 9.77 | 31.51 | - |
| YUV | 76.55 | 171.14 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 153 | 0.86 | 0.41 | 0 | 0.4 | 208.64 | 0.76 | 0.34 |
| Hex | 15 | 5A | 99 | 56 | 29 | 0 | 28 | D1 | 4C | 22 |
| Octal | 25 | 132 | 231 | 126 | 51 | 0 | 50 | 321 | 114 | 42 |
| Binary | 10101 | 1011010 | 10011001 | 1010110 | 101001 | 0 | 101000 | 11010001 | 1001100 | 100010 |
Color Harmonies of #155A99
Complementary color
Monochromatic Colors of #155A99
Black with #155A99
Text Example
Text Example
White with #155A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A99; }
p { color: rgb(21,90,153); }
H1.HeaderClassName
{
color: #155A99;
}
.AnyTagClassName
{
color: #155A99;
}
</style>
background-color css
<style>
a { background-color: #155A99; }
a { background-color: rgb(21,90,153); }
div.DivClassName
{
background-color: #155A99;
}
.BgClassName
{
background-color: #155A99;
}
</style>
border-color css
<style>
span { border-color: #155A99; }
span { border-color: rgb(21,90,153); }
td.TdClassName
{
border-color: #155A99;
}
.TagClassName
{
border-color: #155A99;
}
</style>