Shades of Endeavour #18609C
Tints of Endeavour #18609C
RGB
CMYK
RGB Variations
Color information
#18609C (or 0x18609C) is known color: Endeavour. HEX triplet: 18, 60 and 9C. RGB value is (24,96,156). Sum of RGB (Red+Green+Blue) = 24+96+156=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #18609C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18609C is #E79F63. Grayscale: #515151. Windows color (decimal): -15179620 or 10248216. OLE color: 10248216.
HSL color Cylindrical-coordinate representation of color #18609C: hue angle of 207.27º 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 #18609C is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 96 | 156 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.39 |
| HSL | 207.27º | 0.73% | 0.35% | - |
| HSV(B) | 207.27º | 0.85% | 0.61% | - |
| XYZ | 10.56 | 10.96 | 33.01 | - |
| YUV | 81.31 | 170.15 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 156 | 0.85 | 0.38 | 0 | 0.39 | 207.27 | 0.73 | 0.35 |
| Hex | 18 | 60 | 9C | 55 | 26 | 0 | 27 | CF | 49 | 23 |
| Octal | 30 | 140 | 234 | 125 | 46 | 0 | 47 | 317 | 111 | 43 |
| Binary | 11000 | 1100000 | 10011100 | 1010101 | 100110 | 0 | 100111 | 11001111 | 1001001 | 100011 |
Color Harmonies of #18609C
Complementary color
Monochromatic Colors of #18609C
Black with #18609C
Text Example
Text Example
White with #18609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18609C; }
p { color: rgb(24,96,156); }
H1.HeaderClassName
{
color: #18609C;
}
.AnyTagClassName
{
color: #18609C;
}
</style>
background-color css
<style>
a { background-color: #18609C; }
a { background-color: rgb(24,96,156); }
div.DivClassName
{
background-color: #18609C;
}
.BgClassName
{
background-color: #18609C;
}
</style>
border-color css
<style>
span { border-color: #18609C; }
span { border-color: rgb(24,96,156); }
td.TdClassName
{
border-color: #18609C;
}
.TagClassName
{
border-color: #18609C;
}
</style>