Shades of Endeavour #185A8F
Tints of Endeavour #185A8F
RGB
CMYK
RGB Variations
Color information
#185A8F (or 0x185A8F) is known color: Endeavour. HEX triplet: 18, 5A and 8F. RGB value is (24,90,143). Sum of RGB (Red+Green+Blue) = 24+90+143=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #185A8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185A8F is #E7A570. Grayscale: #4C4C4C. Windows color (decimal): -15181169 or 9394712. OLE color: 9394712.
HSL color Cylindrical-coordinate representation of color #185A8F: hue angle of 206.72º 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 #185A8F is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 90 | 143 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.44 |
| HSL | 206.72º | 0.71% | 0.33% | - |
| HSV(B) | 206.72º | 0.83% | 0.56% | - |
| XYZ | 8.99 | 9.49 | 27.34 | - |
| YUV | 76.31 | 165.63 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 143 | 0.83 | 0.37 | 0 | 0.44 | 206.72 | 0.71 | 0.33 |
| Hex | 18 | 5A | 8F | 53 | 25 | 0 | 2C | CF | 47 | 21 |
| Octal | 30 | 132 | 217 | 123 | 45 | 0 | 54 | 317 | 107 | 41 |
| Binary | 11000 | 1011010 | 10001111 | 1010011 | 100101 | 0 | 101100 | 11001111 | 1000111 | 100001 |
Color Harmonies of #185A8F
Complementary color
Monochromatic Colors of #185A8F
Black with #185A8F
Text Example
Text Example
White with #185A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A8F; }
p { color: rgb(24,90,143); }
H1.HeaderClassName
{
color: #185A8F;
}
.AnyTagClassName
{
color: #185A8F;
}
</style>
background-color css
<style>
a { background-color: #185A8F; }
a { background-color: rgb(24,90,143); }
div.DivClassName
{
background-color: #185A8F;
}
.BgClassName
{
background-color: #185A8F;
}
</style>
border-color css
<style>
span { border-color: #185A8F; }
span { border-color: rgb(24,90,143); }
td.TdClassName
{
border-color: #185A8F;
}
.TagClassName
{
border-color: #185A8F;
}
</style>