Shades of Endeavour #18538C
Tints of Endeavour #18538C
RGB
CMYK
RGB Variations
Color information
#18538C (or 0x18538C) is known color: Endeavour. HEX triplet: 18, 53 and 8C. RGB value is (24,83,140). Sum of RGB (Red+Green+Blue) = 24+83+140=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #18538C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18538C is #E7AC73. Grayscale: #474747. Windows color (decimal): -15182964 or 9196312. OLE color: 9196312.
HSL color Cylindrical-coordinate representation of color #18538C: hue angle of 209.48º 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 #18538C is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 83 | 140 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.45 |
| HSL | 209.48º | 0.71% | 0.32% | - |
| HSV(B) | 209.48º | 0.83% | 0.55% | - |
| XYZ | 8.2 | 8.27 | 25.98 | - |
| YUV | 71.86 | 166.45 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 140 | 0.83 | 0.41 | 0 | 0.45 | 209.48 | 0.71 | 0.32 |
| Hex | 18 | 53 | 8C | 53 | 29 | 0 | 2D | D1 | 47 | 20 |
| Octal | 30 | 123 | 214 | 123 | 51 | 0 | 55 | 321 | 107 | 40 |
| Binary | 11000 | 1010011 | 10001100 | 1010011 | 101001 | 0 | 101101 | 11010001 | 1000111 | 100000 |
Color Harmonies of #18538C
Complementary color
Monochromatic Colors of #18538C
Black with #18538C
Text Example
Text Example
White with #18538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18538C; }
p { color: rgb(24,83,140); }
H1.HeaderClassName
{
color: #18538C;
}
.AnyTagClassName
{
color: #18538C;
}
</style>
background-color css
<style>
a { background-color: #18538C; }
a { background-color: rgb(24,83,140); }
div.DivClassName
{
background-color: #18538C;
}
.BgClassName
{
background-color: #18538C;
}
</style>
border-color css
<style>
span { border-color: #18538C; }
span { border-color: rgb(24,83,140); }
td.TdClassName
{
border-color: #18538C;
}
.TagClassName
{
border-color: #18538C;
}
</style>