Shades of Endeavour #125F96
Tints of Endeavour #125F96
RGB
CMYK
RGB Variations
Color information
#125F96 (or 0x125F96) is known color: Endeavour. HEX triplet: 12, 5F and 96. RGB value is (18,95,150). Sum of RGB (Red+Green+Blue) = 18+95+150=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #125F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125F96 is #EDA069. Grayscale: #4D4D4D. Windows color (decimal): -15573098 or 9854738. OLE color: 9854738.
HSL color Cylindrical-coordinate representation of color #125F96: hue angle of 205º 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 #125F96 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 95 | 150 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.41 |
| HSL | 205º | 0.79% | 0.33% | - |
| HSV(B) | 205º | 0.88% | 0.59% | - |
| XYZ | 9.85 | 10.52 | 30.36 | - |
| YUV | 78.25 | 168.49 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 95 | 150 | 0.88 | 0.37 | 0 | 0.41 | 205 | 0.79 | 0.33 |
| Hex | 12 | 5F | 96 | 58 | 25 | 0 | 29 | CD | 4F | 21 |
| Octal | 22 | 137 | 226 | 130 | 45 | 0 | 51 | 315 | 117 | 41 |
| Binary | 10010 | 1011111 | 10010110 | 1011000 | 100101 | 0 | 101001 | 11001101 | 1001111 | 100001 |
Color Harmonies of #125F96
Complementary color
Monochromatic Colors of #125F96
Black with #125F96
Text Example
Text Example
White with #125F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125F96; }
p { color: rgb(18,95,150); }
H1.HeaderClassName
{
color: #125F96;
}
.AnyTagClassName
{
color: #125F96;
}
</style>
background-color css
<style>
a { background-color: #125F96; }
a { background-color: rgb(18,95,150); }
div.DivClassName
{
background-color: #125F96;
}
.BgClassName
{
background-color: #125F96;
}
</style>
border-color css
<style>
span { border-color: #125F96; }
span { border-color: rgb(18,95,150); }
td.TdClassName
{
border-color: #125F96;
}
.TagClassName
{
border-color: #125F96;
}
</style>