Shades of Endeavour #155D9F
Tints of Endeavour #155D9F
RGB
CMYK
RGB Variations
Color information
#155D9F (or 0x155D9F) is known color: Endeavour. HEX triplet: 15, 5D and 9F. RGB value is (21,93,159). Sum of RGB (Red+Green+Blue) = 21+93+159=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #155D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D9F is #EAA260. Grayscale: #4E4E4E. Windows color (decimal): -15376993 or 10444053. OLE color: 10444053.
HSL color Cylindrical-coordinate representation of color #155D9F: hue angle of 208.7º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #155D9F is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 93 | 159 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.38 |
| HSL | 208.7º | 0.77% | 0.35% | - |
| HSV(B) | 208.7º | 0.87% | 0.62% | - |
| XYZ | 10.48 | 10.49 | 34.27 | - |
| YUV | 79 | 173.15 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 159 | 0.87 | 0.42 | 0 | 0.38 | 208.7 | 0.77 | 0.35 |
| Hex | 15 | 5D | 9F | 57 | 2A | 0 | 26 | D1 | 4D | 23 |
| Octal | 25 | 135 | 237 | 127 | 52 | 0 | 46 | 321 | 115 | 43 |
| Binary | 10101 | 1011101 | 10011111 | 1010111 | 101010 | 0 | 100110 | 11010001 | 1001101 | 100011 |
Color Harmonies of #155D9F
Complementary color
Monochromatic Colors of #155D9F
Black with #155D9F
Text Example
Text Example
White with #155D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D9F; }
p { color: rgb(21,93,159); }
H1.HeaderClassName
{
color: #155D9F;
}
.AnyTagClassName
{
color: #155D9F;
}
</style>
background-color css
<style>
a { background-color: #155D9F; }
a { background-color: rgb(21,93,159); }
div.DivClassName
{
background-color: #155D9F;
}
.BgClassName
{
background-color: #155D9F;
}
</style>
border-color css
<style>
span { border-color: #155D9F; }
span { border-color: rgb(21,93,159); }
td.TdClassName
{
border-color: #155D9F;
}
.TagClassName
{
border-color: #155D9F;
}
</style>