Shades of Endeavour #1B5091
Tints of Endeavour #1B5091
RGB
CMYK
RGB Variations
Color information
#1B5091 (or 0x1B5091) is known color: Endeavour. HEX triplet: 1B, 50 and 91. RGB value is (27,80,145). Sum of RGB (Red+Green+Blue) = 27+80+145=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #1B5091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5091 is #E4AF6E. Grayscale: #474747. Windows color (decimal): -14987119 or 9523227. OLE color: 9523227.
HSL color Cylindrical-coordinate representation of color #1B5091: hue angle of 213.05º 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 #1B5091 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 27 | 80 | 145 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.43 |
| HSL | 213.05º | 0.69% | 0.34% | - |
| HSV(B) | 213.05º | 0.81% | 0.57% | - |
| XYZ | 8.43 | 8.01 | 27.89 | - |
| YUV | 71.56 | 169.44 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 145 | 0.81 | 0.45 | 0 | 0.43 | 213.05 | 0.69 | 0.34 |
| Hex | 1B | 50 | 91 | 51 | 2D | 0 | 2B | D5 | 45 | 22 |
| Octal | 33 | 120 | 221 | 121 | 55 | 0 | 53 | 325 | 105 | 42 |
| Binary | 11011 | 1010000 | 10010001 | 1010001 | 101101 | 0 | 101011 | 11010101 | 1000101 | 100010 |
Color Harmonies of #1B5091
Complementary color
Monochromatic Colors of #1B5091
Black with #1B5091
Text Example
Text Example
White with #1B5091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5091; }
p { color: rgb(27,80,145); }
H1.HeaderClassName
{
color: #1B5091;
}
.AnyTagClassName
{
color: #1B5091;
}
</style>
background-color css
<style>
a { background-color: #1B5091; }
a { background-color: rgb(27,80,145); }
div.DivClassName
{
background-color: #1B5091;
}
.BgClassName
{
background-color: #1B5091;
}
</style>
border-color css
<style>
span { border-color: #1B5091; }
span { border-color: rgb(27,80,145); }
td.TdClassName
{
border-color: #1B5091;
}
.TagClassName
{
border-color: #1B5091;
}
</style>