Shades of Endeavour #1858A1
Tints of Endeavour #1858A1
RGB
CMYK
RGB Variations
Color information
#1858A1 (or 0x1858A1) is known color: Endeavour. HEX triplet: 18, 58 and A1. RGB value is (24,88,161). Sum of RGB (Red+Green+Blue) = 24+88+161=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 161 (63.28% from 255 or 58.97% from 273); Max value from RGB is 161 - color contains mainly: blue. Hex color #1858A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1858A1 is #E7A75E. Grayscale: #4C4C4C. Windows color (decimal): -15181663 or 10573848. OLE color: 10573848.
HSL color Cylindrical-coordinate representation of color #1858A1: hue angle of 211.97º 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 #1858A1 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 88 | 161 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.37 |
| HSL | 211.97º | 0.74% | 0.36% | - |
| HSV(B) | 211.97º | 0.85% | 0.63% | - |
| XYZ | 10.3 | 9.75 | 35.06 | - |
| YUV | 77.19 | 175.3 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 161 | 0.85 | 0.45 | 0 | 0.37 | 211.97 | 0.74 | 0.36 |
| Hex | 18 | 58 | A1 | 55 | 2D | 0 | 25 | D4 | 4A | 24 |
| Octal | 30 | 130 | 241 | 125 | 55 | 0 | 45 | 324 | 112 | 44 |
| Binary | 11000 | 1011000 | 10100001 | 1010101 | 101101 | 0 | 100101 | 11010100 | 1001010 | 100100 |
Color Harmonies of #1858A1
Complementary color
Monochromatic Colors of #1858A1
Black with #1858A1
Text Example
Text Example
White with #1858A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1858A1; }
p { color: rgb(24,88,161); }
H1.HeaderClassName
{
color: #1858A1;
}
.AnyTagClassName
{
color: #1858A1;
}
</style>
background-color css
<style>
a { background-color: #1858A1; }
a { background-color: rgb(24,88,161); }
div.DivClassName
{
background-color: #1858A1;
}
.BgClassName
{
background-color: #1858A1;
}
</style>
border-color css
<style>
span { border-color: #1858A1; }
span { border-color: rgb(24,88,161); }
td.TdClassName
{
border-color: #1858A1;
}
.TagClassName
{
border-color: #1858A1;
}
</style>