Shades of Endeavour #10629B
Tints of Endeavour #10629B
RGB
CMYK
RGB Variations
Color information
#10629B (or 0x10629B) is known color: Endeavour. HEX triplet: 10, 62 and 9B. RGB value is (16,98,155). Sum of RGB (Red+Green+Blue) = 16+98+155=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #10629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10629B is #EF9D64. Grayscale: #4F4F4F. Windows color (decimal): -15703397 or 10183184. OLE color: 10183184.
HSL color Cylindrical-coordinate representation of color #10629B: hue angle of 204.6º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10629B is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 98 | 155 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.39 |
| HSL | 204.6º | 0.81% | 0.34% | - |
| HSV(B) | 204.6º | 0.9% | 0.61% | - |
| XYZ | 10.5 | 11.21 | 32.62 | - |
| YUV | 79.98 | 170.33 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 155 | 0.90 | 0.37 | 0 | 0.39 | 204.6 | 0.81 | 0.34 |
| Hex | 10 | 62 | 9B | 5A | 25 | 0 | 27 | CD | 51 | 22 |
| Octal | 20 | 142 | 233 | 132 | 45 | 0 | 47 | 315 | 121 | 42 |
| Binary | 10000 | 1100010 | 10011011 | 1011010 | 100101 | 0 | 100111 | 11001101 | 1010001 | 100010 |
Color Harmonies of #10629B
Complementary color
Monochromatic Colors of #10629B
Black with #10629B
Text Example
Text Example
White with #10629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10629B; }
p { color: rgb(16,98,155); }
H1.HeaderClassName
{
color: #10629B;
}
.AnyTagClassName
{
color: #10629B;
}
</style>
background-color css
<style>
a { background-color: #10629B; }
a { background-color: rgb(16,98,155); }
div.DivClassName
{
background-color: #10629B;
}
.BgClassName
{
background-color: #10629B;
}
</style>
border-color css
<style>
span { border-color: #10629B; }
span { border-color: rgb(16,98,155); }
td.TdClassName
{
border-color: #10629B;
}
.TagClassName
{
border-color: #10629B;
}
</style>