Shades of Endeavour #186391
Tints of Endeavour #186391
RGB
CMYK
RGB Variations
Color information
#186391 (or 0x186391) is known color: Endeavour. HEX triplet: 18, 63 and 91. RGB value is (24,99,145). Sum of RGB (Red+Green+Blue) = 24+99+145=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #186391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186391 is #E79C6E. Grayscale: #515151. Windows color (decimal): -15178863 or 9528088. OLE color: 9528088.
HSL color Cylindrical-coordinate representation of color #186391: hue angle of 202.81º 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 #186391 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 99 | 145 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.43 |
| HSL | 202.81º | 0.72% | 0.33% | - |
| HSV(B) | 202.81º | 0.83% | 0.57% | - |
| XYZ | 9.95 | 11.16 | 28.42 | - |
| YUV | 81.82 | 163.65 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 145 | 0.83 | 0.32 | 0 | 0.43 | 202.81 | 0.72 | 0.33 |
| Hex | 18 | 63 | 91 | 53 | 20 | 0 | 2B | CB | 48 | 21 |
| Octal | 30 | 143 | 221 | 123 | 40 | 0 | 53 | 313 | 110 | 41 |
| Binary | 11000 | 1100011 | 10010001 | 1010011 | 100000 | 0 | 101011 | 11001011 | 1001000 | 100001 |
Color Harmonies of #186391
Complementary color
Monochromatic Colors of #186391
Black with #186391
Text Example
Text Example
White with #186391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186391; }
p { color: rgb(24,99,145); }
H1.HeaderClassName
{
color: #186391;
}
.AnyTagClassName
{
color: #186391;
}
</style>
background-color css
<style>
a { background-color: #186391; }
a { background-color: rgb(24,99,145); }
div.DivClassName
{
background-color: #186391;
}
.BgClassName
{
background-color: #186391;
}
</style>
border-color css
<style>
span { border-color: #186391; }
span { border-color: rgb(24,99,145); }
td.TdClassName
{
border-color: #186391;
}
.TagClassName
{
border-color: #186391;
}
</style>