Shades of Endeavour #125A98
Tints of Endeavour #125A98
RGB
CMYK
RGB Variations
Color information
#125A98 (or 0x125A98) is known color: Endeavour. HEX triplet: 12, 5A and 98. RGB value is (18,90,152). Sum of RGB (Red+Green+Blue) = 18+90+152=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #125A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125A98 is #EDA567. Grayscale: #4B4B4B. Windows color (decimal): -15574376 or 9984530. OLE color: 9984530.
HSL color Cylindrical-coordinate representation of color #125A98: hue angle of 207.76º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125A98 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 90 | 152 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.40 |
| HSL | 207.76º | 0.79% | 0.33% | - |
| HSV(B) | 207.76º | 0.88% | 0.6% | - |
| XYZ | 9.57 | 9.71 | 31.08 | - |
| YUV | 75.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 152 | 0.88 | 0.41 | 0 | 0.40 | 207.76 | 0.79 | 0.33 |
| Hex | 12 | 5A | 98 | 58 | 29 | 0 | 28 | D0 | 4F | 21 |
| Octal | 22 | 132 | 230 | 130 | 51 | 0 | 50 | 320 | 117 | 41 |
| Binary | 10010 | 1011010 | 10011000 | 1011000 | 101001 | 0 | 101000 | 11010000 | 1001111 | 100001 |
Color Harmonies of #125A98
Complementary color
Monochromatic Colors of #125A98
Black with #125A98
Text Example
Text Example
White with #125A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A98; }
p { color: rgb(18,90,152); }
H1.HeaderClassName
{
color: #125A98;
}
.AnyTagClassName
{
color: #125A98;
}
</style>
background-color css
<style>
a { background-color: #125A98; }
a { background-color: rgb(18,90,152); }
div.DivClassName
{
background-color: #125A98;
}
.BgClassName
{
background-color: #125A98;
}
</style>
border-color css
<style>
span { border-color: #125A98; }
span { border-color: rgb(18,90,152); }
td.TdClassName
{
border-color: #125A98;
}
.TagClassName
{
border-color: #125A98;
}
</style>