Shades of Endeavour #155F93
Tints of Endeavour #155F93
RGB
CMYK
RGB Variations
Color information
#155F93 (or 0x155F93) is known color: Endeavour. HEX triplet: 15, 5F and 93. RGB value is (21,95,147). Sum of RGB (Red+Green+Blue) = 21+95+147=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #155F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155F93 is #EAA06C. Grayscale: #4E4E4E. Windows color (decimal): -15376493 or 9658133. OLE color: 9658133.
HSL color Cylindrical-coordinate representation of color #155F93: hue angle of 204.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155F93 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 95 | 147 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.42 |
| HSL | 204.76º | 0.75% | 0.33% | - |
| HSV(B) | 204.76º | 0.86% | 0.58% | - |
| XYZ | 9.67 | 10.45 | 29.11 | - |
| YUV | 78.8 | 166.48 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 147 | 0.86 | 0.35 | 0 | 0.42 | 204.76 | 0.75 | 0.33 |
| Hex | 15 | 5F | 93 | 56 | 23 | 0 | 2A | CD | 4B | 21 |
| Octal | 25 | 137 | 223 | 126 | 43 | 0 | 52 | 315 | 113 | 41 |
| Binary | 10101 | 1011111 | 10010011 | 1010110 | 100011 | 0 | 101010 | 11001101 | 1001011 | 100001 |
Color Harmonies of #155F93
Complementary color
Monochromatic Colors of #155F93
Black with #155F93
Text Example
Text Example
White with #155F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F93; }
p { color: rgb(21,95,147); }
H1.HeaderClassName
{
color: #155F93;
}
.AnyTagClassName
{
color: #155F93;
}
</style>
background-color css
<style>
a { background-color: #155F93; }
a { background-color: rgb(21,95,147); }
div.DivClassName
{
background-color: #155F93;
}
.BgClassName
{
background-color: #155F93;
}
</style>
border-color css
<style>
span { border-color: #155F93; }
span { border-color: rgb(21,95,147); }
td.TdClassName
{
border-color: #155F93;
}
.TagClassName
{
border-color: #155F93;
}
</style>