Shades of Endeavour #10609D
Tints of Endeavour #10609D
RGB
CMYK
RGB Variations
Color information
#10609D (or 0x10609D) is known color: Endeavour. HEX triplet: 10, 60 and 9D. RGB value is (16,96,157). Sum of RGB (Red+Green+Blue) = 16+96+157=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #10609D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10609D is #EF9F62. Grayscale: #4E4E4E. Windows color (decimal): -15703907 or 10313744. OLE color: 10313744.
HSL color Cylindrical-coordinate representation of color #10609D: hue angle of 205.96º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10609D is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 96 | 157 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.38 |
| HSL | 205.96º | 0.82% | 0.34% | - |
| HSV(B) | 205.96º | 0.9% | 0.62% | - |
| XYZ | 10.48 | 10.91 | 33.45 | - |
| YUV | 79.03 | 172 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 157 | 0.90 | 0.39 | 0 | 0.38 | 205.96 | 0.82 | 0.34 |
| Hex | 10 | 60 | 9D | 5A | 27 | 0 | 26 | CE | 52 | 22 |
| Octal | 20 | 140 | 235 | 132 | 47 | 0 | 46 | 316 | 122 | 42 |
| Binary | 10000 | 1100000 | 10011101 | 1011010 | 100111 | 0 | 100110 | 11001110 | 1010010 | 100010 |
Color Harmonies of #10609D
Complementary color
Monochromatic Colors of #10609D
Black with #10609D
Text Example
Text Example
White with #10609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10609D; }
p { color: rgb(16,96,157); }
H1.HeaderClassName
{
color: #10609D;
}
.AnyTagClassName
{
color: #10609D;
}
</style>
background-color css
<style>
a { background-color: #10609D; }
a { background-color: rgb(16,96,157); }
div.DivClassName
{
background-color: #10609D;
}
.BgClassName
{
background-color: #10609D;
}
</style>
border-color css
<style>
span { border-color: #10609D; }
span { border-color: rgb(16,96,157); }
td.TdClassName
{
border-color: #10609D;
}
.TagClassName
{
border-color: #10609D;
}
</style>