Shades of Endeavour #18619A
Tints of Endeavour #18619A
RGB
CMYK
RGB Variations
Color information
#18619A (or 0x18619A) is known color: Endeavour. HEX triplet: 18, 61 and 9A. RGB value is (24,97,154). Sum of RGB (Red+Green+Blue) = 24+97+154=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #18619A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18619A is #E79E65. Grayscale: #515151. Windows color (decimal): -15179366 or 10117400. OLE color: 10117400.
HSL color Cylindrical-coordinate representation of color #18619A: hue angle of 206.31º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18619A is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 97 | 154 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.40 |
| HSL | 206.31º | 0.73% | 0.35% | - |
| HSV(B) | 206.31º | 0.84% | 0.6% | - |
| XYZ | 10.48 | 11.08 | 32.16 | - |
| YUV | 81.67 | 168.82 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 154 | 0.84 | 0.37 | 0 | 0.40 | 206.31 | 0.73 | 0.35 |
| Hex | 18 | 61 | 9A | 54 | 25 | 0 | 28 | CE | 49 | 23 |
| Octal | 30 | 141 | 232 | 124 | 45 | 0 | 50 | 316 | 111 | 43 |
| Binary | 11000 | 1100001 | 10011010 | 1010100 | 100101 | 0 | 101000 | 11001110 | 1001001 | 100011 |
Color Harmonies of #18619A
Complementary color
Monochromatic Colors of #18619A
Black with #18619A
Text Example
Text Example
White with #18619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18619A; }
p { color: rgb(24,97,154); }
H1.HeaderClassName
{
color: #18619A;
}
.AnyTagClassName
{
color: #18619A;
}
</style>
background-color css
<style>
a { background-color: #18619A; }
a { background-color: rgb(24,97,154); }
div.DivClassName
{
background-color: #18619A;
}
.BgClassName
{
background-color: #18619A;
}
</style>
border-color css
<style>
span { border-color: #18619A; }
span { border-color: rgb(24,97,154); }
td.TdClassName
{
border-color: #18619A;
}
.TagClassName
{
border-color: #18619A;
}
</style>