Shades of Endeavour #155C9D
Tints of Endeavour #155C9D
RGB
CMYK
RGB Variations
Color information
#155C9D (or 0x155C9D) is known color: Endeavour. HEX triplet: 15, 5C and 9D. RGB value is (21,92,157). Sum of RGB (Red+Green+Blue) = 21+92+157=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #155C9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C9D is #EAA362. Grayscale: #4D4D4D. Windows color (decimal): -15377251 or 10312725. OLE color: 10312725.
HSL color Cylindrical-coordinate representation of color #155C9D: hue angle of 208.68º degrees, saturation: 0.76, 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 #155C9D is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 92 | 157 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.38 |
| HSL | 208.68º | 0.76% | 0.35% | - |
| HSV(B) | 208.68º | 0.87% | 0.62% | - |
| XYZ | 10.22 | 10.25 | 33.34 | - |
| YUV | 78.18 | 172.48 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 157 | 0.87 | 0.41 | 0 | 0.38 | 208.68 | 0.76 | 0.35 |
| Hex | 15 | 5C | 9D | 57 | 29 | 0 | 26 | D1 | 4C | 23 |
| Octal | 25 | 134 | 235 | 127 | 51 | 0 | 46 | 321 | 114 | 43 |
| Binary | 10101 | 1011100 | 10011101 | 1010111 | 101001 | 0 | 100110 | 11010001 | 1001100 | 100011 |
Color Harmonies of #155C9D
Complementary color
Monochromatic Colors of #155C9D
Black with #155C9D
Text Example
Text Example
White with #155C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C9D; }
p { color: rgb(21,92,157); }
H1.HeaderClassName
{
color: #155C9D;
}
.AnyTagClassName
{
color: #155C9D;
}
</style>
background-color css
<style>
a { background-color: #155C9D; }
a { background-color: rgb(21,92,157); }
div.DivClassName
{
background-color: #155C9D;
}
.BgClassName
{
background-color: #155C9D;
}
</style>
border-color css
<style>
span { border-color: #155C9D; }
span { border-color: rgb(21,92,157); }
td.TdClassName
{
border-color: #155C9D;
}
.TagClassName
{
border-color: #155C9D;
}
</style>