Shades of Endeavour #155FA0
Tints of Endeavour #155FA0
RGB
CMYK
RGB Variations
Color information
#155FA0 (or 0x155FA0) is known color: Endeavour. HEX triplet: 15, 5F and A0. RGB value is (21,95,160). Sum of RGB (Red+Green+Blue) = 21+95+160=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #155FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155FA0 is #EAA05F. Grayscale: #4F4F4F. Windows color (decimal): -15376480 or 10510101. OLE color: 10510101.
HSL color Cylindrical-coordinate representation of color #155FA0: hue angle of 208.06º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #155FA0 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 95 | 160 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.37 |
| HSL | 208.06º | 0.77% | 0.35% | - |
| HSV(B) | 208.06º | 0.87% | 0.63% | - |
| XYZ | 10.75 | 10.88 | 34.79 | - |
| YUV | 80.28 | 172.98 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 160 | 0.87 | 0.41 | 0 | 0.37 | 208.06 | 0.77 | 0.35 |
| Hex | 15 | 5F | A0 | 57 | 29 | 0 | 25 | D0 | 4D | 23 |
| Octal | 25 | 137 | 240 | 127 | 51 | 0 | 45 | 320 | 115 | 43 |
| Binary | 10101 | 1011111 | 10100000 | 1010111 | 101001 | 0 | 100101 | 11010000 | 1001101 | 100011 |
Color Harmonies of #155FA0
Complementary color
Monochromatic Colors of #155FA0
Black with #155FA0
Text Example
Text Example
White with #155FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FA0; }
p { color: rgb(21,95,160); }
H1.HeaderClassName
{
color: #155FA0;
}
.AnyTagClassName
{
color: #155FA0;
}
</style>
background-color css
<style>
a { background-color: #155FA0; }
a { background-color: rgb(21,95,160); }
div.DivClassName
{
background-color: #155FA0;
}
.BgClassName
{
background-color: #155FA0;
}
</style>
border-color css
<style>
span { border-color: #155FA0; }
span { border-color: rgb(21,95,160); }
td.TdClassName
{
border-color: #155FA0;
}
.TagClassName
{
border-color: #155FA0;
}
</style>