Shades of Endeavour #185093
Tints of Endeavour #185093
RGB
CMYK
RGB Variations
Color information
#185093 (or 0x185093) is known color: Endeavour. HEX triplet: 18, 50 and 93. RGB value is (24,80,147). Sum of RGB (Red+Green+Blue) = 24+80+147=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #185093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185093 is #E7AF6C. Grayscale: #464646. Windows color (decimal): -15183725 or 9654296. OLE color: 9654296.
HSL color Cylindrical-coordinate representation of color #185093: hue angle of 212.68º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185093 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 80 | 147 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.42 |
| HSL | 212.68º | 0.72% | 0.34% | - |
| HSV(B) | 212.68º | 0.84% | 0.58% | - |
| XYZ | 8.51 | 8.04 | 28.71 | - |
| YUV | 70.89 | 170.95 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 147 | 0.84 | 0.46 | 0 | 0.42 | 212.68 | 0.72 | 0.34 |
| Hex | 18 | 50 | 93 | 54 | 2E | 0 | 2A | D5 | 48 | 22 |
| Octal | 30 | 120 | 223 | 124 | 56 | 0 | 52 | 325 | 110 | 42 |
| Binary | 11000 | 1010000 | 10010011 | 1010100 | 101110 | 0 | 101010 | 11010101 | 1001000 | 100010 |
Color Harmonies of #185093
Complementary color
Monochromatic Colors of #185093
Black with #185093
Text Example
Text Example
White with #185093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185093; }
p { color: rgb(24,80,147); }
H1.HeaderClassName
{
color: #185093;
}
.AnyTagClassName
{
color: #185093;
}
</style>
background-color css
<style>
a { background-color: #185093; }
a { background-color: rgb(24,80,147); }
div.DivClassName
{
background-color: #185093;
}
.BgClassName
{
background-color: #185093;
}
</style>
border-color css
<style>
span { border-color: #185093; }
span { border-color: rgb(24,80,147); }
td.TdClassName
{
border-color: #185093;
}
.TagClassName
{
border-color: #185093;
}
</style>