Shades of Endeavour #18548D
Tints of Endeavour #18548D
RGB
CMYK
RGB Variations
Color information
#18548D (or 0x18548D) is known color: Endeavour. HEX triplet: 18, 54 and 8D. RGB value is (24,84,141). Sum of RGB (Red+Green+Blue) = 24+84+141=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #18548D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18548D is #E7AB72. Grayscale: #484848. Windows color (decimal): -15182707 or 9262104. OLE color: 9262104.
HSL color Cylindrical-coordinate representation of color #18548D: hue angle of 209.23º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18548D is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 84 | 141 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.45 |
| HSL | 209.23º | 0.71% | 0.32% | - |
| HSV(B) | 209.23º | 0.83% | 0.55% | - |
| XYZ | 8.35 | 8.46 | 26.39 | - |
| YUV | 72.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 141 | 0.83 | 0.40 | 0 | 0.45 | 209.23 | 0.71 | 0.32 |
| Hex | 18 | 54 | 8D | 53 | 28 | 0 | 2D | D1 | 47 | 20 |
| Octal | 30 | 124 | 215 | 123 | 50 | 0 | 55 | 321 | 107 | 40 |
| Binary | 11000 | 1010100 | 10001101 | 1010011 | 101000 | 0 | 101101 | 11010001 | 1000111 | 100000 |
Color Harmonies of #18548D
Complementary color
Monochromatic Colors of #18548D
Black with #18548D
Text Example
Text Example
White with #18548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18548D; }
p { color: rgb(24,84,141); }
H1.HeaderClassName
{
color: #18548D;
}
.AnyTagClassName
{
color: #18548D;
}
</style>
background-color css
<style>
a { background-color: #18548D; }
a { background-color: rgb(24,84,141); }
div.DivClassName
{
background-color: #18548D;
}
.BgClassName
{
background-color: #18548D;
}
</style>
border-color css
<style>
span { border-color: #18548D; }
span { border-color: rgb(24,84,141); }
td.TdClassName
{
border-color: #18548D;
}
.TagClassName
{
border-color: #18548D;
}
</style>