Shades of Endeavour #18558F
Tints of Endeavour #18558F
RGB
CMYK
RGB Variations
Color information
#18558F (or 0x18558F) is known color: Endeavour. HEX triplet: 18, 55 and 8F. RGB value is (24,85,143). Sum of RGB (Red+Green+Blue) = 24+85+143=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #18558F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18558F is #E7AA70. Grayscale: #494949. Windows color (decimal): -15182449 or 9393432. OLE color: 9393432.
HSL color Cylindrical-coordinate representation of color #18558F: hue angle of 209.24º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18558F is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 85 | 143 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.44 |
| HSL | 209.24º | 0.71% | 0.33% | - |
| HSV(B) | 209.24º | 0.83% | 0.56% | - |
| XYZ | 8.58 | 8.67 | 27.21 | - |
| YUV | 73.37 | 167.29 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 143 | 0.83 | 0.41 | 0 | 0.44 | 209.24 | 0.71 | 0.33 |
| Hex | 18 | 55 | 8F | 53 | 29 | 0 | 2C | D1 | 47 | 21 |
| Octal | 30 | 125 | 217 | 123 | 51 | 0 | 54 | 321 | 107 | 41 |
| Binary | 11000 | 1010101 | 10001111 | 1010011 | 101001 | 0 | 101100 | 11010001 | 1000111 | 100001 |
Color Harmonies of #18558F
Complementary color
Monochromatic Colors of #18558F
Black with #18558F
Text Example
Text Example
White with #18558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18558F; }
p { color: rgb(24,85,143); }
H1.HeaderClassName
{
color: #18558F;
}
.AnyTagClassName
{
color: #18558F;
}
</style>
background-color css
<style>
a { background-color: #18558F; }
a { background-color: rgb(24,85,143); }
div.DivClassName
{
background-color: #18558F;
}
.BgClassName
{
background-color: #18558F;
}
</style>
border-color css
<style>
span { border-color: #18558F; }
span { border-color: rgb(24,85,143); }
td.TdClassName
{
border-color: #18558F;
}
.TagClassName
{
border-color: #18558F;
}
</style>