Shades of Endeavour #18528C
Tints of Endeavour #18528C
RGB
CMYK
RGB Variations
Color information
#18528C (or 0x18528C) is known color: Endeavour. HEX triplet: 18, 52 and 8C. RGB value is (24,82,140). Sum of RGB (Red+Green+Blue) = 24+82+140=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #18528C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18528C is #E7AD73. Grayscale: #464646. Windows color (decimal): -15183220 or 9196056. OLE color: 9196056.
HSL color Cylindrical-coordinate representation of color #18528C: hue angle of 210º 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 #18528C is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 82 | 140 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.45 |
| HSL | 210º | 0.71% | 0.32% | - |
| HSV(B) | 210º | 0.83% | 0.55% | - |
| XYZ | 8.13 | 8.12 | 25.95 | - |
| YUV | 71.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 140 | 0.83 | 0.41 | 0 | 0.45 | 210 | 0.71 | 0.32 |
| Hex | 18 | 52 | 8C | 53 | 29 | 0 | 2D | D2 | 47 | 20 |
| Octal | 30 | 122 | 214 | 123 | 51 | 0 | 55 | 322 | 107 | 40 |
| Binary | 11000 | 1010010 | 10001100 | 1010011 | 101001 | 0 | 101101 | 11010010 | 1000111 | 100000 |
Color Harmonies of #18528C
Complementary color
Monochromatic Colors of #18528C
Black with #18528C
Text Example
Text Example
White with #18528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18528C; }
p { color: rgb(24,82,140); }
H1.HeaderClassName
{
color: #18528C;
}
.AnyTagClassName
{
color: #18528C;
}
</style>
background-color css
<style>
a { background-color: #18528C; }
a { background-color: rgb(24,82,140); }
div.DivClassName
{
background-color: #18528C;
}
.BgClassName
{
background-color: #18528C;
}
</style>
border-color css
<style>
span { border-color: #18528C; }
span { border-color: rgb(24,82,140); }
td.TdClassName
{
border-color: #18528C;
}
.TagClassName
{
border-color: #18528C;
}
</style>