Shades of Endeavour #125293
Tints of Endeavour #125293
RGB
CMYK
RGB Variations
Color information
#125293 (or 0x125293) is known color: Endeavour. HEX triplet: 12, 52 and 93. RGB value is (18,82,147). Sum of RGB (Red+Green+Blue) = 18+82+147=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #125293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125293 is #EDAD6C. Grayscale: #454545. Windows color (decimal): -15576429 or 9654802. OLE color: 9654802.
HSL color Cylindrical-coordinate representation of color #125293: hue angle of 210.23º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125293 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 82 | 147 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.42 |
| HSL | 210.23º | 0.78% | 0.32% | - |
| HSV(B) | 210.23º | 0.88% | 0.58% | - |
| XYZ | 8.53 | 8.27 | 28.75 | - |
| YUV | 70.27 | 171.3 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 147 | 0.88 | 0.44 | 0 | 0.42 | 210.23 | 0.78 | 0.32 |
| Hex | 12 | 52 | 93 | 58 | 2C | 0 | 2A | D2 | 4E | 20 |
| Octal | 22 | 122 | 223 | 130 | 54 | 0 | 52 | 322 | 116 | 40 |
| Binary | 10010 | 1010010 | 10010011 | 1011000 | 101100 | 0 | 101010 | 11010010 | 1001110 | 100000 |
Color Harmonies of #125293
Complementary color
Monochromatic Colors of #125293
Black with #125293
Text Example
Text Example
White with #125293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125293; }
p { color: rgb(18,82,147); }
H1.HeaderClassName
{
color: #125293;
}
.AnyTagClassName
{
color: #125293;
}
</style>
background-color css
<style>
a { background-color: #125293; }
a { background-color: rgb(18,82,147); }
div.DivClassName
{
background-color: #125293;
}
.BgClassName
{
background-color: #125293;
}
</style>
border-color css
<style>
span { border-color: #125293; }
span { border-color: rgb(18,82,147); }
td.TdClassName
{
border-color: #125293;
}
.TagClassName
{
border-color: #125293;
}
</style>