Shades of Endeavour #155E9F
Tints of Endeavour #155E9F
RGB
CMYK
RGB Variations
Color information
#155E9F (or 0x155E9F) is known color: Endeavour. HEX triplet: 15, 5E and 9F. RGB value is (21,94,159). Sum of RGB (Red+Green+Blue) = 21+94+159=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #155E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155E9F is #EAA160. Grayscale: #4F4F4F. Windows color (decimal): -15376737 or 10444309. OLE color: 10444309.
HSL color Cylindrical-coordinate representation of color #155E9F: hue angle of 208.26º 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 #155E9F is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 94 | 159 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.38 |
| HSL | 208.26º | 0.77% | 0.35% | - |
| HSV(B) | 208.26º | 0.87% | 0.62% | - |
| XYZ | 10.57 | 10.67 | 34.3 | - |
| YUV | 79.58 | 172.82 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 159 | 0.87 | 0.41 | 0 | 0.38 | 208.26 | 0.77 | 0.35 |
| Hex | 15 | 5E | 9F | 57 | 29 | 0 | 26 | D0 | 4D | 23 |
| Octal | 25 | 136 | 237 | 127 | 51 | 0 | 46 | 320 | 115 | 43 |
| Binary | 10101 | 1011110 | 10011111 | 1010111 | 101001 | 0 | 100110 | 11010000 | 1001101 | 100011 |
Color Harmonies of #155E9F
Complementary color
Monochromatic Colors of #155E9F
Black with #155E9F
Text Example
Text Example
White with #155E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155E9F; }
p { color: rgb(21,94,159); }
H1.HeaderClassName
{
color: #155E9F;
}
.AnyTagClassName
{
color: #155E9F;
}
</style>
background-color css
<style>
a { background-color: #155E9F; }
a { background-color: rgb(21,94,159); }
div.DivClassName
{
background-color: #155E9F;
}
.BgClassName
{
background-color: #155E9F;
}
</style>
border-color css
<style>
span { border-color: #155E9F; }
span { border-color: rgb(21,94,159); }
td.TdClassName
{
border-color: #155E9F;
}
.TagClassName
{
border-color: #155E9F;
}
</style>