Shades of Endeavour #155194
Tints of Endeavour #155194
RGB
CMYK
RGB Variations
Color information
#155194 (or 0x155194) is known color: Endeavour. HEX triplet: 15, 51 and 94. RGB value is (21,81,148). Sum of RGB (Red+Green+Blue) = 21+81+148=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #155194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155194 is #EAAE6B. Grayscale: #464646. Windows color (decimal): -15380076 or 9720085. OLE color: 9720085.
HSL color Cylindrical-coordinate representation of color #155194: hue angle of 211.65º 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 #155194 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 81 | 148 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.42 |
| HSL | 211.65º | 0.75% | 0.33% | - |
| HSV(B) | 211.65º | 0.86% | 0.58% | - |
| XYZ | 8.6 | 8.18 | 29.14 | - |
| YUV | 70.7 | 171.62 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 148 | 0.86 | 0.45 | 0 | 0.42 | 211.65 | 0.75 | 0.33 |
| Hex | 15 | 51 | 94 | 56 | 2D | 0 | 2A | D4 | 4B | 21 |
| Octal | 25 | 121 | 224 | 126 | 55 | 0 | 52 | 324 | 113 | 41 |
| Binary | 10101 | 1010001 | 10010100 | 1010110 | 101101 | 0 | 101010 | 11010100 | 1001011 | 100001 |
Color Harmonies of #155194
Complementary color
Monochromatic Colors of #155194
Black with #155194
Text Example
Text Example
White with #155194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155194; }
p { color: rgb(21,81,148); }
H1.HeaderClassName
{
color: #155194;
}
.AnyTagClassName
{
color: #155194;
}
</style>
background-color css
<style>
a { background-color: #155194; }
a { background-color: rgb(21,81,148); }
div.DivClassName
{
background-color: #155194;
}
.BgClassName
{
background-color: #155194;
}
</style>
border-color css
<style>
span { border-color: #155194; }
span { border-color: rgb(21,81,148); }
td.TdClassName
{
border-color: #155194;
}
.TagClassName
{
border-color: #155194;
}
</style>