Shades of Endeavour #125490
Tints of Endeavour #125490
RGB
CMYK
RGB Variations
Color information
#125490 (or 0x125490) is known color: Endeavour. HEX triplet: 12, 54 and 90. RGB value is (18,84,144). Sum of RGB (Red+Green+Blue) = 18+84+144=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #125490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125490 is #EDAB6F. Grayscale: #464646. Windows color (decimal): -15575920 or 9458706. OLE color: 9458706.
HSL color Cylindrical-coordinate representation of color #125490: hue angle of 208.57º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125490 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 84 | 144 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.44 |
| HSL | 208.57º | 0.78% | 0.32% | - |
| HSV(B) | 208.57º | 0.88% | 0.56% | - |
| XYZ | 8.45 | 8.48 | 27.58 | - |
| YUV | 71.11 | 169.13 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 84 | 144 | 0.88 | 0.42 | 0 | 0.44 | 208.57 | 0.78 | 0.32 |
| Hex | 12 | 54 | 90 | 58 | 2A | 0 | 2C | D1 | 4E | 20 |
| Octal | 22 | 124 | 220 | 130 | 52 | 0 | 54 | 321 | 116 | 40 |
| Binary | 10010 | 1010100 | 10010000 | 1011000 | 101010 | 0 | 101100 | 11010001 | 1001110 | 100000 |
Color Harmonies of #125490
Complementary color
Monochromatic Colors of #125490
Black with #125490
Text Example
Text Example
White with #125490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125490; }
p { color: rgb(18,84,144); }
H1.HeaderClassName
{
color: #125490;
}
.AnyTagClassName
{
color: #125490;
}
</style>
background-color css
<style>
a { background-color: #125490; }
a { background-color: rgb(18,84,144); }
div.DivClassName
{
background-color: #125490;
}
.BgClassName
{
background-color: #125490;
}
</style>
border-color css
<style>
span { border-color: #125490; }
span { border-color: rgb(18,84,144); }
td.TdClassName
{
border-color: #125490;
}
.TagClassName
{
border-color: #125490;
}
</style>