Shades of Endeavour #155D9B
Tints of Endeavour #155D9B
RGB
CMYK
RGB Variations
Color information
#155D9B (or 0x155D9B) is known color: Endeavour. HEX triplet: 15, 5D and 9B. RGB value is (21,93,155). Sum of RGB (Red+Green+Blue) = 21+93+155=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #155D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D9B is #EAA264. Grayscale: #4E4E4E. Windows color (decimal): -15376997 or 10181909. OLE color: 10181909.
HSL color Cylindrical-coordinate representation of color #155D9B: hue angle of 207.76º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155D9B is Cyan = 0.86, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 93 | 155 | - |
| CMYK | 0.86 | 0.4 | 0 | 0.39 |
| HSL | 207.76º | 0.76% | 0.35% | - |
| HSV(B) | 207.76º | 0.86% | 0.61% | - |
| XYZ | 10.14 | 10.35 | 32.47 | - |
| YUV | 78.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 155 | 0.86 | 0.4 | 0 | 0.39 | 207.76 | 0.76 | 0.35 |
| Hex | 15 | 5D | 9B | 56 | 28 | 0 | 27 | D0 | 4C | 23 |
| Octal | 25 | 135 | 233 | 126 | 50 | 0 | 47 | 320 | 114 | 43 |
| Binary | 10101 | 1011101 | 10011011 | 1010110 | 101000 | 0 | 100111 | 11010000 | 1001100 | 100011 |
Color Harmonies of #155D9B
Complementary color
Monochromatic Colors of #155D9B
Black with #155D9B
Text Example
Text Example
White with #155D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D9B; }
p { color: rgb(21,93,155); }
H1.HeaderClassName
{
color: #155D9B;
}
.AnyTagClassName
{
color: #155D9B;
}
</style>
background-color css
<style>
a { background-color: #155D9B; }
a { background-color: rgb(21,93,155); }
div.DivClassName
{
background-color: #155D9B;
}
.BgClassName
{
background-color: #155D9B;
}
</style>
border-color css
<style>
span { border-color: #155D9B; }
span { border-color: rgb(21,93,155); }
td.TdClassName
{
border-color: #155D9B;
}
.TagClassName
{
border-color: #155D9B;
}
</style>