Shades of Endeavour #19538B
Tints of Endeavour #19538B
RGB
CMYK
RGB Variations
Color information
#19538B (or 0x19538B) is known color: Endeavour. HEX triplet: 19, 53 and 8B. RGB value is (25,83,139). Sum of RGB (Red+Green+Blue) = 25+83+139=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #19538B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19538B is #E6AC74. Grayscale: #474747. Windows color (decimal): -15117429 or 9130777. OLE color: 9130777.
HSL color Cylindrical-coordinate representation of color #19538B: hue angle of 209.47º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19538B is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 83 | 139 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.45 |
| HSL | 209.47º | 0.7% | 0.32% | - |
| HSV(B) | 209.47º | 0.82% | 0.55% | - |
| XYZ | 8.15 | 8.26 | 25.59 | - |
| YUV | 72.04 | 165.78 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 139 | 0.82 | 0.40 | 0 | 0.45 | 209.47 | 0.7 | 0.32 |
| Hex | 19 | 53 | 8B | 52 | 28 | 0 | 2D | D1 | 46 | 20 |
| Octal | 31 | 123 | 213 | 122 | 50 | 0 | 55 | 321 | 106 | 40 |
| Binary | 11001 | 1010011 | 10001011 | 1010010 | 101000 | 0 | 101101 | 11010001 | 1000110 | 100000 |
Color Harmonies of #19538B
Complementary color
Monochromatic Colors of #19538B
Black with #19538B
Text Example
Text Example
White with #19538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19538B; }
p { color: rgb(25,83,139); }
H1.HeaderClassName
{
color: #19538B;
}
.AnyTagClassName
{
color: #19538B;
}
</style>
background-color css
<style>
a { background-color: #19538B; }
a { background-color: rgb(25,83,139); }
div.DivClassName
{
background-color: #19538B;
}
.BgClassName
{
background-color: #19538B;
}
</style>
border-color css
<style>
span { border-color: #19538B; }
span { border-color: rgb(25,83,139); }
td.TdClassName
{
border-color: #19538B;
}
.TagClassName
{
border-color: #19538B;
}
</style>