Shades of Endeavour #13629C
Tints of Endeavour #13629C
RGB
CMYK
RGB Variations
Color information
#13629C (or 0x13629C) is known color: Endeavour. HEX triplet: 13, 62 and 9C. RGB value is (19,98,156). Sum of RGB (Red+Green+Blue) = 19+98+156=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #13629C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13629C is #EC9D63. Grayscale: #505050. Windows color (decimal): -15506788 or 10248723. OLE color: 10248723.
HSL color Cylindrical-coordinate representation of color #13629C: hue angle of 205.4º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13629C is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 98 | 156 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.39 |
| HSL | 205.4º | 0.78% | 0.34% | - |
| HSV(B) | 205.4º | 0.88% | 0.61% | - |
| XYZ | 10.64 | 11.27 | 33.07 | - |
| YUV | 80.99 | 170.33 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 156 | 0.88 | 0.37 | 0 | 0.39 | 205.4 | 0.78 | 0.34 |
| Hex | 13 | 62 | 9C | 58 | 25 | 0 | 27 | CD | 4E | 22 |
| Octal | 23 | 142 | 234 | 130 | 45 | 0 | 47 | 315 | 116 | 42 |
| Binary | 10011 | 1100010 | 10011100 | 1011000 | 100101 | 0 | 100111 | 11001101 | 1001110 | 100010 |
Color Harmonies of #13629C
Complementary color
Monochromatic Colors of #13629C
Black with #13629C
Text Example
Text Example
White with #13629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13629C; }
p { color: rgb(19,98,156); }
H1.HeaderClassName
{
color: #13629C;
}
.AnyTagClassName
{
color: #13629C;
}
</style>
background-color css
<style>
a { background-color: #13629C; }
a { background-color: rgb(19,98,156); }
div.DivClassName
{
background-color: #13629C;
}
.BgClassName
{
background-color: #13629C;
}
</style>
border-color css
<style>
span { border-color: #13629C; }
span { border-color: rgb(19,98,156); }
td.TdClassName
{
border-color: #13629C;
}
.TagClassName
{
border-color: #13629C;
}
</style>