Shades of Endeavour #185791
Tints of Endeavour #185791
RGB
CMYK
RGB Variations
Color information
#185791 (or 0x185791) is known color: Endeavour. HEX triplet: 18, 57 and 91. RGB value is (24,87,145). Sum of RGB (Red+Green+Blue) = 24+87+145=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #185791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185791 is #E7A86E. Grayscale: #4A4A4A. Windows color (decimal): -15181935 or 9525016. OLE color: 9525016.
HSL color Cylindrical-coordinate representation of color #185791: hue angle of 208.76º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #185791 is Cyan = 0.83, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 87 | 145 | - |
| CMYK | 0.83 | 0.4 | 0 | 0.43 |
| HSL | 208.76º | 0.72% | 0.33% | - |
| HSV(B) | 208.76º | 0.83% | 0.57% | - |
| XYZ | 8.9 | 9.05 | 28.07 | - |
| YUV | 74.78 | 167.63 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 145 | 0.83 | 0.4 | 0 | 0.43 | 208.76 | 0.72 | 0.33 |
| Hex | 18 | 57 | 91 | 53 | 28 | 0 | 2B | D1 | 48 | 21 |
| Octal | 30 | 127 | 221 | 123 | 50 | 0 | 53 | 321 | 110 | 41 |
| Binary | 11000 | 1010111 | 10010001 | 1010011 | 101000 | 0 | 101011 | 11010001 | 1001000 | 100001 |
Color Harmonies of #185791
Complementary color
Monochromatic Colors of #185791
Black with #185791
Text Example
Text Example
White with #185791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185791; }
p { color: rgb(24,87,145); }
H1.HeaderClassName
{
color: #185791;
}
.AnyTagClassName
{
color: #185791;
}
</style>
background-color css
<style>
a { background-color: #185791; }
a { background-color: rgb(24,87,145); }
div.DivClassName
{
background-color: #185791;
}
.BgClassName
{
background-color: #185791;
}
</style>
border-color css
<style>
span { border-color: #185791; }
span { border-color: rgb(24,87,145); }
td.TdClassName
{
border-color: #185791;
}
.TagClassName
{
border-color: #185791;
}
</style>