Shades of Endeavour #126599
Tints of Endeavour #126599
RGB
CMYK
RGB Variations
Color information
#126599 (or 0x126599) is known color: Endeavour. HEX triplet: 12, 65 and 99. RGB value is (18,101,153). Sum of RGB (Red+Green+Blue) = 18+101+153=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #126599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126599 is #ED9A66. Grayscale: #515151. Windows color (decimal): -15571559 or 10052882. OLE color: 10052882.
HSL color Cylindrical-coordinate representation of color #126599: hue angle of 203.11º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126599 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 101 | 153 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.4 |
| HSL | 203.11º | 0.79% | 0.34% | - |
| HSV(B) | 203.11º | 0.88% | 0.6% | - |
| XYZ | 10.65 | 11.74 | 31.84 | - |
| YUV | 82.11 | 168 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 153 | 0.88 | 0.34 | 0 | 0.4 | 203.11 | 0.79 | 0.34 |
| Hex | 12 | 65 | 99 | 58 | 22 | 0 | 28 | CB | 4F | 22 |
| Octal | 22 | 145 | 231 | 130 | 42 | 0 | 50 | 313 | 117 | 42 |
| Binary | 10010 | 1100101 | 10011001 | 1011000 | 100010 | 0 | 101000 | 11001011 | 1001111 | 100010 |
Color Harmonies of #126599
Complementary color
Monochromatic Colors of #126599
Black with #126599
Text Example
Text Example
White with #126599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126599; }
p { color: rgb(18,101,153); }
H1.HeaderClassName
{
color: #126599;
}
.AnyTagClassName
{
color: #126599;
}
</style>
background-color css
<style>
a { background-color: #126599; }
a { background-color: rgb(18,101,153); }
div.DivClassName
{
background-color: #126599;
}
.BgClassName
{
background-color: #126599;
}
</style>
border-color css
<style>
span { border-color: #126599; }
span { border-color: rgb(18,101,153); }
td.TdClassName
{
border-color: #126599;
}
.TagClassName
{
border-color: #126599;
}
</style>