Shades of Endeavour #1B5791
Tints of Endeavour #1B5791
RGB
CMYK
RGB Variations
Color information
#1B5791 (or 0x1B5791) is known color: Endeavour. HEX triplet: 1B, 57 and 91. RGB value is (27,87,145). Sum of RGB (Red+Green+Blue) = 27+87+145=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #1B5791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5791 is #E4A86E. Grayscale: #4B4B4B. Windows color (decimal): -14985327 or 9525019. OLE color: 9525019.
HSL color Cylindrical-coordinate representation of color #1B5791: hue angle of 209.49º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B5791 is Cyan = 0.81, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 27 | 87 | 145 | - |
| CMYK | 0.81 | 0.4 | 0 | 0.43 |
| HSL | 209.49º | 0.69% | 0.34% | - |
| HSV(B) | 209.49º | 0.81% | 0.57% | - |
| XYZ | 8.97 | 9.09 | 28.07 | - |
| YUV | 75.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 87 | 145 | 0.81 | 0.4 | 0 | 0.43 | 209.49 | 0.69 | 0.34 |
| Hex | 1B | 57 | 91 | 51 | 28 | 0 | 2B | D1 | 45 | 22 |
| Octal | 33 | 127 | 221 | 121 | 50 | 0 | 53 | 321 | 105 | 42 |
| Binary | 11011 | 1010111 | 10010001 | 1010001 | 101000 | 0 | 101011 | 11010001 | 1000101 | 100010 |
Color Harmonies of #1B5791
Complementary color
Monochromatic Colors of #1B5791
Black with #1B5791
Text Example
Text Example
White with #1B5791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5791; }
p { color: rgb(27,87,145); }
H1.HeaderClassName
{
color: #1B5791;
}
.AnyTagClassName
{
color: #1B5791;
}
</style>
background-color css
<style>
a { background-color: #1B5791; }
a { background-color: rgb(27,87,145); }
div.DivClassName
{
background-color: #1B5791;
}
.BgClassName
{
background-color: #1B5791;
}
</style>
border-color css
<style>
span { border-color: #1B5791; }
span { border-color: rgb(27,87,145); }
td.TdClassName
{
border-color: #1B5791;
}
.TagClassName
{
border-color: #1B5791;
}
</style>