Shades of Endeavour #155395
Tints of Endeavour #155395
RGB
CMYK
RGB Variations
Color information
#155395 (or 0x155395) is known color: Endeavour. HEX triplet: 15, 53 and 95. RGB value is (21,83,149). Sum of RGB (Red+Green+Blue) = 21+83+149=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #155395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155395 is #EAAC6A. Grayscale: #474747. Windows color (decimal): -15379563 or 9786133. OLE color: 9786133.
HSL color Cylindrical-coordinate representation of color #155395: hue angle of 210.94º 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 #155395 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 83 | 149 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.42 |
| HSL | 210.94º | 0.75% | 0.33% | - |
| HSV(B) | 210.94º | 0.86% | 0.58% | - |
| XYZ | 8.83 | 8.52 | 29.61 | - |
| YUV | 71.99 | 171.46 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 149 | 0.86 | 0.44 | 0 | 0.42 | 210.94 | 0.75 | 0.33 |
| Hex | 15 | 53 | 95 | 56 | 2C | 0 | 2A | D3 | 4B | 21 |
| Octal | 25 | 123 | 225 | 126 | 54 | 0 | 52 | 323 | 113 | 41 |
| Binary | 10101 | 1010011 | 10010101 | 1010110 | 101100 | 0 | 101010 | 11010011 | 1001011 | 100001 |
Color Harmonies of #155395
Complementary color
Monochromatic Colors of #155395
Black with #155395
Text Example
Text Example
White with #155395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155395; }
p { color: rgb(21,83,149); }
H1.HeaderClassName
{
color: #155395;
}
.AnyTagClassName
{
color: #155395;
}
</style>
background-color css
<style>
a { background-color: #155395; }
a { background-color: rgb(21,83,149); }
div.DivClassName
{
background-color: #155395;
}
.BgClassName
{
background-color: #155395;
}
</style>
border-color css
<style>
span { border-color: #155395; }
span { border-color: rgb(21,83,149); }
td.TdClassName
{
border-color: #155395;
}
.TagClassName
{
border-color: #155395;
}
</style>