Shades of Endeavour #125292
Tints of Endeavour #125292
RGB
CMYK
RGB Variations
Color information
#125292 (or 0x125292) is known color: Endeavour. HEX triplet: 12, 52 and 92. RGB value is (18,82,146). Sum of RGB (Red+Green+Blue) = 18+82+146=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #125292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125292 is #EDAD6D. Grayscale: #454545. Windows color (decimal): -15576430 or 9589266. OLE color: 9589266.
HSL color Cylindrical-coordinate representation of color #125292: hue angle of 210º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125292 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 82 | 146 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.43 |
| HSL | 210º | 0.78% | 0.32% | - |
| HSV(B) | 210º | 0.88% | 0.57% | - |
| XYZ | 8.46 | 8.24 | 28.34 | - |
| YUV | 70.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 146 | 0.88 | 0.44 | 0 | 0.43 | 210 | 0.78 | 0.32 |
| Hex | 12 | 52 | 92 | 58 | 2C | 0 | 2B | D2 | 4E | 20 |
| Octal | 22 | 122 | 222 | 130 | 54 | 0 | 53 | 322 | 116 | 40 |
| Binary | 10010 | 1010010 | 10010010 | 1011000 | 101100 | 0 | 101011 | 11010010 | 1001110 | 100000 |
Color Harmonies of #125292
Complementary color
Monochromatic Colors of #125292
Black with #125292
Text Example
Text Example
White with #125292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125292; }
p { color: rgb(18,82,146); }
H1.HeaderClassName
{
color: #125292;
}
.AnyTagClassName
{
color: #125292;
}
</style>
background-color css
<style>
a { background-color: #125292; }
a { background-color: rgb(18,82,146); }
div.DivClassName
{
background-color: #125292;
}
.BgClassName
{
background-color: #125292;
}
</style>
border-color css
<style>
span { border-color: #125292; }
span { border-color: rgb(18,82,146); }
td.TdClassName
{
border-color: #125292;
}
.TagClassName
{
border-color: #125292;
}
</style>