Shades of Endeavour #155398
Tints of Endeavour #155398
RGB
CMYK
RGB Variations
Color information
#155398 (or 0x155398) is known color: Endeavour. HEX triplet: 15, 53 and 98. RGB value is (21,83,152). Sum of RGB (Red+Green+Blue) = 21+83+152=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #155398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155398 is #EAAC67. Grayscale: #474747. Windows color (decimal): -15379560 or 9982741. OLE color: 9982741.
HSL color Cylindrical-coordinate representation of color #155398: hue angle of 211.6º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155398 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 83 | 152 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.40 |
| HSL | 211.6º | 0.76% | 0.34% | - |
| HSV(B) | 211.6º | 0.86% | 0.6% | - |
| XYZ | 9.07 | 8.61 | 30.89 | - |
| YUV | 72.33 | 172.96 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 152 | 0.86 | 0.45 | 0 | 0.40 | 211.6 | 0.76 | 0.34 |
| Hex | 15 | 53 | 98 | 56 | 2D | 0 | 28 | D4 | 4C | 22 |
| Octal | 25 | 123 | 230 | 126 | 55 | 0 | 50 | 324 | 114 | 42 |
| Binary | 10101 | 1010011 | 10011000 | 1010110 | 101101 | 0 | 101000 | 11010100 | 1001100 | 100010 |
Color Harmonies of #155398
Complementary color
Monochromatic Colors of #155398
Black with #155398
Text Example
Text Example
White with #155398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155398; }
p { color: rgb(21,83,152); }
H1.HeaderClassName
{
color: #155398;
}
.AnyTagClassName
{
color: #155398;
}
</style>
background-color css
<style>
a { background-color: #155398; }
a { background-color: rgb(21,83,152); }
div.DivClassName
{
background-color: #155398;
}
.BgClassName
{
background-color: #155398;
}
</style>
border-color css
<style>
span { border-color: #155398; }
span { border-color: rgb(21,83,152); }
td.TdClassName
{
border-color: #155398;
}
.TagClassName
{
border-color: #155398;
}
</style>