Shades of Endeavour #125996
Tints of Endeavour #125996
RGB
CMYK
RGB Variations
Color information
#125996 (or 0x125996) is known color: Endeavour. HEX triplet: 12, 59 and 96. RGB value is (18,89,150). Sum of RGB (Red+Green+Blue) = 18+89+150=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #125996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125996 is #EDA669. Grayscale: #4A4A4A. Windows color (decimal): -15574634 or 9853202. OLE color: 9853202.
HSL color Cylindrical-coordinate representation of color #125996: hue angle of 207.73º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125996 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 89 | 150 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.41 |
| HSL | 207.73º | 0.79% | 0.33% | - |
| HSV(B) | 207.73º | 0.88% | 0.59% | - |
| XYZ | 9.33 | 9.48 | 30.19 | - |
| YUV | 74.73 | 170.48 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 150 | 0.88 | 0.41 | 0 | 0.41 | 207.73 | 0.79 | 0.33 |
| Hex | 12 | 59 | 96 | 58 | 29 | 0 | 29 | D0 | 4F | 21 |
| Octal | 22 | 131 | 226 | 130 | 51 | 0 | 51 | 320 | 117 | 41 |
| Binary | 10010 | 1011001 | 10010110 | 1011000 | 101001 | 0 | 101001 | 11010000 | 1001111 | 100001 |
Color Harmonies of #125996
Complementary color
Monochromatic Colors of #125996
Black with #125996
Text Example
Text Example
White with #125996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125996; }
p { color: rgb(18,89,150); }
H1.HeaderClassName
{
color: #125996;
}
.AnyTagClassName
{
color: #125996;
}
</style>
background-color css
<style>
a { background-color: #125996; }
a { background-color: rgb(18,89,150); }
div.DivClassName
{
background-color: #125996;
}
.BgClassName
{
background-color: #125996;
}
</style>
border-color css
<style>
span { border-color: #125996; }
span { border-color: rgb(18,89,150); }
td.TdClassName
{
border-color: #125996;
}
.TagClassName
{
border-color: #125996;
}
</style>