Shades of Endeavour #12559B
Tints of Endeavour #12559B
RGB
CMYK
RGB Variations
Color information
#12559B (or 0x12559B) is known color: Endeavour. HEX triplet: 12, 55 and 9B. RGB value is (18,85,155). Sum of RGB (Red+Green+Blue) = 18+85+155=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #12559B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12559B is #EDAA64. Grayscale: #484848. Windows color (decimal): -15575653 or 10179858. OLE color: 10179858.
HSL color Cylindrical-coordinate representation of color #12559B: hue angle of 210.66º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12559B is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 85 | 155 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.39 |
| HSL | 210.66º | 0.79% | 0.34% | - |
| HSV(B) | 210.66º | 0.88% | 0.61% | - |
| XYZ | 9.41 | 8.99 | 32.25 | - |
| YUV | 72.95 | 174.3 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 155 | 0.88 | 0.45 | 0 | 0.39 | 210.66 | 0.79 | 0.34 |
| Hex | 12 | 55 | 9B | 58 | 2D | 0 | 27 | D3 | 4F | 22 |
| Octal | 22 | 125 | 233 | 130 | 55 | 0 | 47 | 323 | 117 | 42 |
| Binary | 10010 | 1010101 | 10011011 | 1011000 | 101101 | 0 | 100111 | 11010011 | 1001111 | 100010 |
Color Harmonies of #12559B
Complementary color
Monochromatic Colors of #12559B
Black with #12559B
Text Example
Text Example
White with #12559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12559B; }
p { color: rgb(18,85,155); }
H1.HeaderClassName
{
color: #12559B;
}
.AnyTagClassName
{
color: #12559B;
}
</style>
background-color css
<style>
a { background-color: #12559B; }
a { background-color: rgb(18,85,155); }
div.DivClassName
{
background-color: #12559B;
}
.BgClassName
{
background-color: #12559B;
}
</style>
border-color css
<style>
span { border-color: #12559B; }
span { border-color: rgb(18,85,155); }
td.TdClassName
{
border-color: #12559B;
}
.TagClassName
{
border-color: #12559B;
}
</style>