Shades of Endeavour #18549D
Tints of Endeavour #18549D
RGB
CMYK
RGB Variations
Color information
#18549D (or 0x18549D) is known color: Endeavour. HEX triplet: 18, 54 and 9D. RGB value is (24,84,157). Sum of RGB (Red+Green+Blue) = 24+84+157=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #18549D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18549D is #E7AB62. Grayscale: #4A4A4A. Windows color (decimal): -15182691 or 10310680. OLE color: 10310680.
HSL color Cylindrical-coordinate representation of color #18549D: hue angle of 212.93º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18549D is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 84 | 157 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.38 |
| HSL | 212.93º | 0.73% | 0.35% | - |
| HSV(B) | 212.93º | 0.85% | 0.62% | - |
| XYZ | 9.63 | 8.97 | 33.12 | - |
| YUV | 74.38 | 174.62 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 157 | 0.85 | 0.46 | 0 | 0.38 | 212.93 | 0.73 | 0.35 |
| Hex | 18 | 54 | 9D | 55 | 2E | 0 | 26 | D5 | 49 | 23 |
| Octal | 30 | 124 | 235 | 125 | 56 | 0 | 46 | 325 | 111 | 43 |
| Binary | 11000 | 1010100 | 10011101 | 1010101 | 101110 | 0 | 100110 | 11010101 | 1001001 | 100011 |
Color Harmonies of #18549D
Complementary color
Monochromatic Colors of #18549D
Black with #18549D
Text Example
Text Example
White with #18549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18549D; }
p { color: rgb(24,84,157); }
H1.HeaderClassName
{
color: #18549D;
}
.AnyTagClassName
{
color: #18549D;
}
</style>
background-color css
<style>
a { background-color: #18549D; }
a { background-color: rgb(24,84,157); }
div.DivClassName
{
background-color: #18549D;
}
.BgClassName
{
background-color: #18549D;
}
</style>
border-color css
<style>
span { border-color: #18549D; }
span { border-color: rgb(24,84,157); }
td.TdClassName
{
border-color: #18549D;
}
.TagClassName
{
border-color: #18549D;
}
</style>