Shades of Endeavour #1852A0
Tints of Endeavour #1852A0
RGB
CMYK
RGB Variations
Color information
#1852A0 (or 0x1852A0) is known color: Endeavour. HEX triplet: 18, 52 and A0. RGB value is (24,82,160). Sum of RGB (Red+Green+Blue) = 24+82+160=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 160 (62.89% from 255 or 60.15% from 266); Max value from RGB is 160 - color contains mainly: blue. Hex color #1852A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1852A0 is #E7AD5F. Grayscale: #494949. Windows color (decimal): -15183200 or 10506776. OLE color: 10506776.
HSL color Cylindrical-coordinate representation of color #1852A0: hue angle of 214.41º 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 #1852A0 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 82 | 160 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.37 |
| HSL | 214.41º | 0.74% | 0.36% | - |
| HSV(B) | 214.41º | 0.85% | 0.63% | - |
| XYZ | 9.74 | 8.77 | 34.44 | - |
| YUV | 73.55 | 176.78 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 160 | 0.85 | 0.49 | 0 | 0.37 | 214.41 | 0.74 | 0.36 |
| Hex | 18 | 52 | A0 | 55 | 31 | 0 | 25 | D6 | 4A | 24 |
| Octal | 30 | 122 | 240 | 125 | 61 | 0 | 45 | 326 | 112 | 44 |
| Binary | 11000 | 1010010 | 10100000 | 1010101 | 110001 | 0 | 100101 | 11010110 | 1001010 | 100100 |
Color Harmonies of #1852A0
Complementary color
Monochromatic Colors of #1852A0
Black with #1852A0
Text Example
Text Example
White with #1852A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1852A0; }
p { color: rgb(24,82,160); }
H1.HeaderClassName
{
color: #1852A0;
}
.AnyTagClassName
{
color: #1852A0;
}
</style>
background-color css
<style>
a { background-color: #1852A0; }
a { background-color: rgb(24,82,160); }
div.DivClassName
{
background-color: #1852A0;
}
.BgClassName
{
background-color: #1852A0;
}
</style>
border-color css
<style>
span { border-color: #1852A0; }
span { border-color: rgb(24,82,160); }
td.TdClassName
{
border-color: #1852A0;
}
.TagClassName
{
border-color: #1852A0;
}
</style>