Shades of Endeavour #1B5998
Tints of Endeavour #1B5998
RGB
CMYK
RGB Variations
Color information
#1B5998 (or 0x1B5998) is known color: Endeavour. HEX triplet: 1B, 59 and 98. RGB value is (27,89,152). Sum of RGB (Red+Green+Blue) = 27+89+152=268 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.07% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #1B5998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5998 is #E4A667. Grayscale: #4D4D4D. Windows color (decimal): -14984808 or 9984283. OLE color: 9984283.
HSL color Cylindrical-coordinate representation of color #1B5998: hue angle of 210.24º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B5998 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 89 | 152 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.40 |
| HSL | 210.24º | 0.7% | 0.35% | - |
| HSV(B) | 210.24º | 0.82% | 0.6% | - |
| XYZ | 9.69 | 9.64 | 31.06 | - |
| YUV | 77.64 | 169.96 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 89 | 152 | 0.82 | 0.41 | 0 | 0.40 | 210.24 | 0.7 | 0.35 |
| Hex | 1B | 59 | 98 | 52 | 29 | 0 | 28 | D2 | 46 | 23 |
| Octal | 33 | 131 | 230 | 122 | 51 | 0 | 50 | 322 | 106 | 43 |
| Binary | 11011 | 1011001 | 10011000 | 1010010 | 101001 | 0 | 101000 | 11010010 | 1000110 | 100011 |
Color Harmonies of #1B5998
Complementary color
Monochromatic Colors of #1B5998
Black with #1B5998
Text Example
Text Example
White with #1B5998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5998; }
p { color: rgb(27,89,152); }
H1.HeaderClassName
{
color: #1B5998;
}
.AnyTagClassName
{
color: #1B5998;
}
</style>
background-color css
<style>
a { background-color: #1B5998; }
a { background-color: rgb(27,89,152); }
div.DivClassName
{
background-color: #1B5998;
}
.BgClassName
{
background-color: #1B5998;
}
</style>
border-color css
<style>
span { border-color: #1B5998; }
span { border-color: rgb(27,89,152); }
td.TdClassName
{
border-color: #1B5998;
}
.TagClassName
{
border-color: #1B5998;
}
</style>