Shades of Endeavour #12609D
Tints of Endeavour #12609D
RGB
CMYK
RGB Variations
Color information
#12609D (or 0x12609D) is known color: Endeavour. HEX triplet: 12, 60 and 9D. RGB value is (18,96,157). Sum of RGB (Red+Green+Blue) = 18+96+157=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #12609D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12609D is #ED9F62. Grayscale: #4F4F4F. Windows color (decimal): -15572835 or 10313746. OLE color: 10313746.
HSL color Cylindrical-coordinate representation of color #12609D: hue angle of 206.33º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12609D is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 96 | 157 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.38 |
| HSL | 206.33º | 0.79% | 0.34% | - |
| HSV(B) | 206.33º | 0.89% | 0.62% | - |
| XYZ | 10.52 | 10.93 | 33.45 | - |
| YUV | 79.63 | 171.66 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 157 | 0.89 | 0.39 | 0 | 0.38 | 206.33 | 0.79 | 0.34 |
| Hex | 12 | 60 | 9D | 59 | 27 | 0 | 26 | CE | 4F | 22 |
| Octal | 22 | 140 | 235 | 131 | 47 | 0 | 46 | 316 | 117 | 42 |
| Binary | 10010 | 1100000 | 10011101 | 1011001 | 100111 | 0 | 100110 | 11001110 | 1001111 | 100010 |
Color Harmonies of #12609D
Complementary color
Monochromatic Colors of #12609D
Black with #12609D
Text Example
Text Example
White with #12609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12609D; }
p { color: rgb(18,96,157); }
H1.HeaderClassName
{
color: #12609D;
}
.AnyTagClassName
{
color: #12609D;
}
</style>
background-color css
<style>
a { background-color: #12609D; }
a { background-color: rgb(18,96,157); }
div.DivClassName
{
background-color: #12609D;
}
.BgClassName
{
background-color: #12609D;
}
</style>
border-color css
<style>
span { border-color: #12609D; }
span { border-color: rgb(18,96,157); }
td.TdClassName
{
border-color: #12609D;
}
.TagClassName
{
border-color: #12609D;
}
</style>