Shades of Endeavour #25518B
Tints of Endeavour #25518B
RGB
CMYK
RGB Variations
Color information
#25518B (or 0x25518B) is known color: Endeavour. HEX triplet: 25, 51 and 8B. RGB value is (37,81,139). Sum of RGB (Red+Green+Blue) = 37+81+139=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #25518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25518B is #DAAE74. Grayscale: #4A4A4A. Windows color (decimal): -14331509 or 9130277. OLE color: 9130277.
HSL color Cylindrical-coordinate representation of color #25518B: hue angle of 214.12º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25518B is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 81 | 139 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.45 |
| HSL | 214.12º | 0.58% | 0.35% | - |
| HSV(B) | 214.12º | 0.73% | 0.55% | - |
| XYZ | 8.37 | 8.14 | 25.56 | - |
| YUV | 74.46 | 164.42 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 139 | 0.73 | 0.42 | 0 | 0.45 | 214.12 | 0.58 | 0.35 |
| Hex | 25 | 51 | 8B | 49 | 2A | 0 | 2D | D6 | 3A | 23 |
| Octal | 45 | 121 | 213 | 111 | 52 | 0 | 55 | 326 | 72 | 43 |
| Binary | 100101 | 1010001 | 10001011 | 1001001 | 101010 | 0 | 101101 | 11010110 | 111010 | 100011 |
Color Harmonies of #25518B
Complementary color
Monochromatic Colors of #25518B
Black with #25518B
Text Example
Text Example
White with #25518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25518B; }
p { color: rgb(37,81,139); }
H1.HeaderClassName
{
color: #25518B;
}
.AnyTagClassName
{
color: #25518B;
}
</style>
background-color css
<style>
a { background-color: #25518B; }
a { background-color: rgb(37,81,139); }
div.DivClassName
{
background-color: #25518B;
}
.BgClassName
{
background-color: #25518B;
}
</style>
border-color css
<style>
span { border-color: #25518B; }
span { border-color: rgb(37,81,139); }
td.TdClassName
{
border-color: #25518B;
}
.TagClassName
{
border-color: #25518B;
}
</style>