Shades of Endeavour #18619C
Tints of Endeavour #18619C
RGB
CMYK
RGB Variations
Color information
#18619C (or 0x18619C) is known color: Endeavour. HEX triplet: 18, 61 and 9C. RGB value is (24,97,156). Sum of RGB (Red+Green+Blue) = 24+97+156=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #18619C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18619C is #E79E63. Grayscale: #515151. Windows color (decimal): -15179364 or 10248472. OLE color: 10248472.
HSL color Cylindrical-coordinate representation of color #18619C: hue angle of 206.82º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18619C is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 97 | 156 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.39 |
| HSL | 206.82º | 0.73% | 0.35% | - |
| HSV(B) | 206.82º | 0.85% | 0.61% | - |
| XYZ | 10.65 | 11.14 | 33.04 | - |
| YUV | 81.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 156 | 0.85 | 0.38 | 0 | 0.39 | 206.82 | 0.73 | 0.35 |
| Hex | 18 | 61 | 9C | 55 | 26 | 0 | 27 | CF | 49 | 23 |
| Octal | 30 | 141 | 234 | 125 | 46 | 0 | 47 | 317 | 111 | 43 |
| Binary | 11000 | 1100001 | 10011100 | 1010101 | 100110 | 0 | 100111 | 11001111 | 1001001 | 100011 |
Color Harmonies of #18619C
Complementary color
Monochromatic Colors of #18619C
Black with #18619C
Text Example
Text Example
White with #18619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18619C; }
p { color: rgb(24,97,156); }
H1.HeaderClassName
{
color: #18619C;
}
.AnyTagClassName
{
color: #18619C;
}
</style>
background-color css
<style>
a { background-color: #18619C; }
a { background-color: rgb(24,97,156); }
div.DivClassName
{
background-color: #18619C;
}
.BgClassName
{
background-color: #18619C;
}
</style>
border-color css
<style>
span { border-color: #18619C; }
span { border-color: rgb(24,97,156); }
td.TdClassName
{
border-color: #18619C;
}
.TagClassName
{
border-color: #18619C;
}
</style>