Shades of Endeavour #154E90
Tints of Endeavour #154E90
RGB
CMYK
RGB Variations
Color information
#154E90 (or 0x154E90) is known color: Endeavour. HEX triplet: 15, 4E and 90. RGB value is (21,78,144). Sum of RGB (Red+Green+Blue) = 21+78+144=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #154E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154E90 is #EAB16F. Grayscale: #444444. Windows color (decimal): -15380848 or 9457173. OLE color: 9457173.
HSL color Cylindrical-coordinate representation of color #154E90: hue angle of 212.2º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #154E90 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 78 | 144 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.44 |
| HSL | 212.2º | 0.75% | 0.32% | - |
| HSV(B) | 212.2º | 0.85% | 0.56% | - |
| XYZ | 8.07 | 7.62 | 27.43 | - |
| YUV | 68.48 | 170.62 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 144 | 0.85 | 0.46 | 0 | 0.44 | 212.2 | 0.75 | 0.32 |
| Hex | 15 | 4E | 90 | 55 | 2E | 0 | 2C | D4 | 4B | 20 |
| Octal | 25 | 116 | 220 | 125 | 56 | 0 | 54 | 324 | 113 | 40 |
| Binary | 10101 | 1001110 | 10010000 | 1010101 | 101110 | 0 | 101100 | 11010100 | 1001011 | 100000 |
Color Harmonies of #154E90
Complementary color
Monochromatic Colors of #154E90
Black with #154E90
Text Example
Text Example
White with #154E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E90; }
p { color: rgb(21,78,144); }
H1.HeaderClassName
{
color: #154E90;
}
.AnyTagClassName
{
color: #154E90;
}
</style>
background-color css
<style>
a { background-color: #154E90; }
a { background-color: rgb(21,78,144); }
div.DivClassName
{
background-color: #154E90;
}
.BgClassName
{
background-color: #154E90;
}
</style>
border-color css
<style>
span { border-color: #154E90; }
span { border-color: rgb(21,78,144); }
td.TdClassName
{
border-color: #154E90;
}
.TagClassName
{
border-color: #154E90;
}
</style>