Shades of Endeavour #185AA1
Tints of Endeavour #185AA1
RGB
CMYK
RGB Variations
Color information
#185AA1 (or 0x185AA1) is known color: Endeavour. HEX triplet: 18, 5A and A1. RGB value is (24,90,161). Sum of RGB (Red+Green+Blue) = 24+90+161=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 161 (63.28% from 255 or 58.55% from 275); Max value from RGB is 161 - color contains mainly: blue. Hex color #185AA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185AA1 is #E7A55E. Grayscale: #4E4E4E. Windows color (decimal): -15181151 or 10574360. OLE color: 10574360.
HSL color Cylindrical-coordinate representation of color #185AA1: hue angle of 211.09º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #185AA1 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 90 | 161 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.37 |
| HSL | 211.09º | 0.74% | 0.36% | - |
| HSV(B) | 211.09º | 0.85% | 0.63% | - |
| XYZ | 10.47 | 10.08 | 35.11 | - |
| YUV | 78.36 | 174.63 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 161 | 0.85 | 0.44 | 0 | 0.37 | 211.09 | 0.74 | 0.36 |
| Hex | 18 | 5A | A1 | 55 | 2C | 0 | 25 | D3 | 4A | 24 |
| Octal | 30 | 132 | 241 | 125 | 54 | 0 | 45 | 323 | 112 | 44 |
| Binary | 11000 | 1011010 | 10100001 | 1010101 | 101100 | 0 | 100101 | 11010011 | 1001010 | 100100 |
Color Harmonies of #185AA1
Complementary color
Monochromatic Colors of #185AA1
Black with #185AA1
Text Example
Text Example
White with #185AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185AA1; }
p { color: rgb(24,90,161); }
H1.HeaderClassName
{
color: #185AA1;
}
.AnyTagClassName
{
color: #185AA1;
}
</style>
background-color css
<style>
a { background-color: #185AA1; }
a { background-color: rgb(24,90,161); }
div.DivClassName
{
background-color: #185AA1;
}
.BgClassName
{
background-color: #185AA1;
}
</style>
border-color css
<style>
span { border-color: #185AA1; }
span { border-color: rgb(24,90,161); }
td.TdClassName
{
border-color: #185AA1;
}
.TagClassName
{
border-color: #185AA1;
}
</style>