Shades of Endeavour #25579F
Tints of Endeavour #25579F
RGB
CMYK
RGB Variations
Color information
#25579F (or 0x25579F) is known color: Endeavour. HEX triplet: 25, 57 and 9F. RGB value is (37,87,159). Sum of RGB (Red+Green+Blue) = 37+87+159=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #25579F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25579F is #DAA860. Grayscale: #4F4F4F. Windows color (decimal): -14329953 or 10442533. OLE color: 10442533.
HSL color Cylindrical-coordinate representation of color #25579F: hue angle of 215.41º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25579F is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 87 | 159 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.38 |
| HSL | 215.41º | 0.62% | 0.38% | - |
| HSV(B) | 215.41º | 0.77% | 0.62% | - |
| XYZ | 10.43 | 9.71 | 34.13 | - |
| YUV | 80.26 | 172.44 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 87 | 159 | 0.77 | 0.45 | 0 | 0.38 | 215.41 | 0.62 | 0.38 |
| Hex | 25 | 57 | 9F | 4D | 2D | 0 | 26 | D7 | 3E | 26 |
| Octal | 45 | 127 | 237 | 115 | 55 | 0 | 46 | 327 | 76 | 46 |
| Binary | 100101 | 1010111 | 10011111 | 1001101 | 101101 | 0 | 100110 | 11010111 | 111110 | 100110 |
Color Harmonies of #25579F
Complementary color
Monochromatic Colors of #25579F
Black with #25579F
Text Example
Text Example
White with #25579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25579F; }
p { color: rgb(37,87,159); }
H1.HeaderClassName
{
color: #25579F;
}
.AnyTagClassName
{
color: #25579F;
}
</style>
background-color css
<style>
a { background-color: #25579F; }
a { background-color: rgb(37,87,159); }
div.DivClassName
{
background-color: #25579F;
}
.BgClassName
{
background-color: #25579F;
}
</style>
border-color css
<style>
span { border-color: #25579F; }
span { border-color: rgb(37,87,159); }
td.TdClassName
{
border-color: #25579F;
}
.TagClassName
{
border-color: #25579F;
}
</style>