Shades of Endeavour #155D9C
Tints of Endeavour #155D9C
RGB
CMYK
RGB Variations
Color information
#155D9C (or 0x155D9C) is known color: Endeavour. HEX triplet: 15, 5D and 9C. RGB value is (21,93,156). Sum of RGB (Red+Green+Blue) = 21+93+156=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #155D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D9C is #EAA263. Grayscale: #4E4E4E. Windows color (decimal): -15376996 or 10247445. OLE color: 10247445.
HSL color Cylindrical-coordinate representation of color #155D9C: hue angle of 208º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #155D9C is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 93 | 156 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.39 |
| HSL | 208º | 0.76% | 0.35% | - |
| HSV(B) | 208º | 0.87% | 0.61% | - |
| XYZ | 10.22 | 10.39 | 32.92 | - |
| YUV | 78.65 | 171.65 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 156 | 0.87 | 0.40 | 0 | 0.39 | 208 | 0.76 | 0.35 |
| Hex | 15 | 5D | 9C | 57 | 28 | 0 | 27 | D0 | 4C | 23 |
| Octal | 25 | 135 | 234 | 127 | 50 | 0 | 47 | 320 | 114 | 43 |
| Binary | 10101 | 1011101 | 10011100 | 1010111 | 101000 | 0 | 100111 | 11010000 | 1001100 | 100011 |
Color Harmonies of #155D9C
Complementary color
Monochromatic Colors of #155D9C
Black with #155D9C
Text Example
Text Example
White with #155D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D9C; }
p { color: rgb(21,93,156); }
H1.HeaderClassName
{
color: #155D9C;
}
.AnyTagClassName
{
color: #155D9C;
}
</style>
background-color css
<style>
a { background-color: #155D9C; }
a { background-color: rgb(21,93,156); }
div.DivClassName
{
background-color: #155D9C;
}
.BgClassName
{
background-color: #155D9C;
}
</style>
border-color css
<style>
span { border-color: #155D9C; }
span { border-color: rgb(21,93,156); }
td.TdClassName
{
border-color: #155D9C;
}
.TagClassName
{
border-color: #155D9C;
}
</style>