Shades of Endeavour #155195
Tints of Endeavour #155195
RGB
CMYK
RGB Variations
Color information
#155195 (or 0x155195) is known color: Endeavour. HEX triplet: 15, 51 and 95. RGB value is (21,81,149). Sum of RGB (Red+Green+Blue) = 21+81+149=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #155195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155195 is #EAAE6A. Grayscale: #464646. Windows color (decimal): -15380075 or 9785621. OLE color: 9785621.
HSL color Cylindrical-coordinate representation of color #155195: hue angle of 211.88º 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 #155195 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 81 | 149 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.42 |
| HSL | 211.88º | 0.75% | 0.33% | - |
| HSV(B) | 211.88º | 0.86% | 0.58% | - |
| XYZ | 8.68 | 8.21 | 29.56 | - |
| YUV | 70.81 | 172.12 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 149 | 0.86 | 0.46 | 0 | 0.42 | 211.88 | 0.75 | 0.33 |
| Hex | 15 | 51 | 95 | 56 | 2E | 0 | 2A | D4 | 4B | 21 |
| Octal | 25 | 121 | 225 | 126 | 56 | 0 | 52 | 324 | 113 | 41 |
| Binary | 10101 | 1010001 | 10010101 | 1010110 | 101110 | 0 | 101010 | 11010100 | 1001011 | 100001 |
Color Harmonies of #155195
Complementary color
Monochromatic Colors of #155195
Black with #155195
Text Example
Text Example
White with #155195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155195; }
p { color: rgb(21,81,149); }
H1.HeaderClassName
{
color: #155195;
}
.AnyTagClassName
{
color: #155195;
}
</style>
background-color css
<style>
a { background-color: #155195; }
a { background-color: rgb(21,81,149); }
div.DivClassName
{
background-color: #155195;
}
.BgClassName
{
background-color: #155195;
}
</style>
border-color css
<style>
span { border-color: #155195; }
span { border-color: rgb(21,81,149); }
td.TdClassName
{
border-color: #155195;
}
.TagClassName
{
border-color: #155195;
}
</style>