Shades of Endeavour #1B5191
Tints of Endeavour #1B5191
RGB
CMYK
RGB Variations
Color information
#1B5191 (or 0x1B5191) is known color: Endeavour. HEX triplet: 1B, 51 and 91. RGB value is (27,81,145). Sum of RGB (Red+Green+Blue) = 27+81+145=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #1B5191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5191 is #E4AE6E. Grayscale: #474747. Windows color (decimal): -14986863 or 9523483. OLE color: 9523483.
HSL color Cylindrical-coordinate representation of color #1B5191: hue angle of 212.54º 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 #1B5191 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 27 | 81 | 145 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.43 |
| HSL | 212.54º | 0.69% | 0.34% | - |
| HSV(B) | 212.54º | 0.81% | 0.57% | - |
| XYZ | 8.51 | 8.16 | 27.92 | - |
| YUV | 72.15 | 169.11 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 145 | 0.81 | 0.44 | 0 | 0.43 | 212.54 | 0.69 | 0.34 |
| Hex | 1B | 51 | 91 | 51 | 2C | 0 | 2B | D5 | 45 | 22 |
| Octal | 33 | 121 | 221 | 121 | 54 | 0 | 53 | 325 | 105 | 42 |
| Binary | 11011 | 1010001 | 10010001 | 1010001 | 101100 | 0 | 101011 | 11010101 | 1000101 | 100010 |
Color Harmonies of #1B5191
Complementary color
Monochromatic Colors of #1B5191
Black with #1B5191
Text Example
Text Example
White with #1B5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5191; }
p { color: rgb(27,81,145); }
H1.HeaderClassName
{
color: #1B5191;
}
.AnyTagClassName
{
color: #1B5191;
}
</style>
background-color css
<style>
a { background-color: #1B5191; }
a { background-color: rgb(27,81,145); }
div.DivClassName
{
background-color: #1B5191;
}
.BgClassName
{
background-color: #1B5191;
}
</style>
border-color css
<style>
span { border-color: #1B5191; }
span { border-color: rgb(27,81,145); }
td.TdClassName
{
border-color: #1B5191;
}
.TagClassName
{
border-color: #1B5191;
}
</style>