Shades of Endeavour #25519B
Tints of Endeavour #25519B
RGB
CMYK
RGB Variations
Color information
#25519B (or 0x25519B) is known color: Endeavour. HEX triplet: 25, 51 and 9B. RGB value is (37,81,155). Sum of RGB (Red+Green+Blue) = 37+81+155=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #25519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25519B is #DAAE64. Grayscale: #4B4B4B. Windows color (decimal): -14331493 or 10178853. OLE color: 10178853.
HSL color Cylindrical-coordinate representation of color #25519B: hue angle of 217.63º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25519B is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 81 | 155 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.39 |
| HSL | 217.63º | 0.61% | 0.38% | - |
| HSV(B) | 217.63º | 0.76% | 0.61% | - |
| XYZ | 9.62 | 8.64 | 32.17 | - |
| YUV | 76.28 | 172.42 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 155 | 0.76 | 0.48 | 0 | 0.39 | 217.63 | 0.61 | 0.38 |
| Hex | 25 | 51 | 9B | 4C | 30 | 0 | 27 | DA | 3D | 26 |
| Octal | 45 | 121 | 233 | 114 | 60 | 0 | 47 | 332 | 75 | 46 |
| Binary | 100101 | 1010001 | 10011011 | 1001100 | 110000 | 0 | 100111 | 11011010 | 111101 | 100110 |
Color Harmonies of #25519B
Complementary color
Monochromatic Colors of #25519B
Black with #25519B
Text Example
Text Example
White with #25519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25519B; }
p { color: rgb(37,81,155); }
H1.HeaderClassName
{
color: #25519B;
}
.AnyTagClassName
{
color: #25519B;
}
</style>
background-color css
<style>
a { background-color: #25519B; }
a { background-color: rgb(37,81,155); }
div.DivClassName
{
background-color: #25519B;
}
.BgClassName
{
background-color: #25519B;
}
</style>
border-color css
<style>
span { border-color: #25519B; }
span { border-color: rgb(37,81,155); }
td.TdClassName
{
border-color: #25519B;
}
.TagClassName
{
border-color: #25519B;
}
</style>