Shades of Endeavour #1B5994
Tints of Endeavour #1B5994
RGB
CMYK
RGB Variations
Color information
#1B5994 (or 0x1B5994) is known color: Endeavour. HEX triplet: 1B, 59 and 94. RGB value is (27,89,148). Sum of RGB (Red+Green+Blue) = 27+89+148=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #1B5994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5994 is #E4A66B. Grayscale: #4C4C4C. Windows color (decimal): -14984812 or 9722139. OLE color: 9722139.
HSL color Cylindrical-coordinate representation of color #1B5994: hue angle of 209.26º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B5994 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 89 | 148 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.42 |
| HSL | 209.26º | 0.69% | 0.34% | - |
| HSV(B) | 209.26º | 0.82% | 0.58% | - |
| XYZ | 9.37 | 9.52 | 29.36 | - |
| YUV | 77.19 | 167.96 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 89 | 148 | 0.82 | 0.40 | 0 | 0.42 | 209.26 | 0.69 | 0.34 |
| Hex | 1B | 59 | 94 | 52 | 28 | 0 | 2A | D1 | 45 | 22 |
| Octal | 33 | 131 | 224 | 122 | 50 | 0 | 52 | 321 | 105 | 42 |
| Binary | 11011 | 1011001 | 10010100 | 1010010 | 101000 | 0 | 101010 | 11010001 | 1000101 | 100010 |
Color Harmonies of #1B5994
Complementary color
Monochromatic Colors of #1B5994
Black with #1B5994
Text Example
Text Example
White with #1B5994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5994; }
p { color: rgb(27,89,148); }
H1.HeaderClassName
{
color: #1B5994;
}
.AnyTagClassName
{
color: #1B5994;
}
</style>
background-color css
<style>
a { background-color: #1B5994; }
a { background-color: rgb(27,89,148); }
div.DivClassName
{
background-color: #1B5994;
}
.BgClassName
{
background-color: #1B5994;
}
</style>
border-color css
<style>
span { border-color: #1B5994; }
span { border-color: rgb(27,89,148); }
td.TdClassName
{
border-color: #1B5994;
}
.TagClassName
{
border-color: #1B5994;
}
</style>