Shades of Endeavour #185592
Tints of Endeavour #185592
RGB
CMYK
RGB Variations
Color information
#185592 (or 0x185592) is known color: Endeavour. HEX triplet: 18, 55 and 92. RGB value is (24,85,146). Sum of RGB (Red+Green+Blue) = 24+85+146=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #185592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185592 is #E7AA6D. Grayscale: #494949. Windows color (decimal): -15182446 or 9590040. OLE color: 9590040.
HSL color Cylindrical-coordinate representation of color #185592: hue angle of 210º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185592 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 85 | 146 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.43 |
| HSL | 210º | 0.72% | 0.33% | - |
| HSV(B) | 210º | 0.84% | 0.57% | - |
| XYZ | 8.81 | 8.77 | 28.42 | - |
| YUV | 73.72 | 168.79 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 146 | 0.84 | 0.42 | 0 | 0.43 | 210 | 0.72 | 0.33 |
| Hex | 18 | 55 | 92 | 54 | 2A | 0 | 2B | D2 | 48 | 21 |
| Octal | 30 | 125 | 222 | 124 | 52 | 0 | 53 | 322 | 110 | 41 |
| Binary | 11000 | 1010101 | 10010010 | 1010100 | 101010 | 0 | 101011 | 11010010 | 1001000 | 100001 |
Color Harmonies of #185592
Complementary color
Monochromatic Colors of #185592
Black with #185592
Text Example
Text Example
White with #185592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185592; }
p { color: rgb(24,85,146); }
H1.HeaderClassName
{
color: #185592;
}
.AnyTagClassName
{
color: #185592;
}
</style>
background-color css
<style>
a { background-color: #185592; }
a { background-color: rgb(24,85,146); }
div.DivClassName
{
background-color: #185592;
}
.BgClassName
{
background-color: #185592;
}
</style>
border-color css
<style>
span { border-color: #185592; }
span { border-color: rgb(24,85,146); }
td.TdClassName
{
border-color: #185592;
}
.TagClassName
{
border-color: #185592;
}
</style>