Shades of Endeavour #19539D
Tints of Endeavour #19539D
RGB
CMYK
RGB Variations
Color information
#19539D (or 0x19539D) is known color: Endeavour. HEX triplet: 19, 53 and 9D. RGB value is (25,83,157). Sum of RGB (Red+Green+Blue) = 25+83+157=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #19539D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19539D is #E6AC62. Grayscale: #494949. Windows color (decimal): -15117411 or 10310425. OLE color: 10310425.
HSL color Cylindrical-coordinate representation of color #19539D: hue angle of 213.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19539D is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 83 | 157 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.38 |
| HSL | 213.64º | 0.73% | 0.36% | - |
| HSV(B) | 213.64º | 0.84% | 0.62% | - |
| XYZ | 9.58 | 8.83 | 33.1 | - |
| YUV | 74.09 | 174.78 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 157 | 0.84 | 0.47 | 0 | 0.38 | 213.64 | 0.73 | 0.36 |
| Hex | 19 | 53 | 9D | 54 | 2F | 0 | 26 | D6 | 49 | 24 |
| Octal | 31 | 123 | 235 | 124 | 57 | 0 | 46 | 326 | 111 | 44 |
| Binary | 11001 | 1010011 | 10011101 | 1010100 | 101111 | 0 | 100110 | 11010110 | 1001001 | 100100 |
Color Harmonies of #19539D
Complementary color
Monochromatic Colors of #19539D
Black with #19539D
Text Example
Text Example
White with #19539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19539D; }
p { color: rgb(25,83,157); }
H1.HeaderClassName
{
color: #19539D;
}
.AnyTagClassName
{
color: #19539D;
}
</style>
background-color css
<style>
a { background-color: #19539D; }
a { background-color: rgb(25,83,157); }
div.DivClassName
{
background-color: #19539D;
}
.BgClassName
{
background-color: #19539D;
}
</style>
border-color css
<style>
span { border-color: #19539D; }
span { border-color: rgb(25,83,157); }
td.TdClassName
{
border-color: #19539D;
}
.TagClassName
{
border-color: #19539D;
}
</style>