Shades of Endeavour #1B5897
Tints of Endeavour #1B5897
RGB
CMYK
RGB Variations
Color information
#1B5897 (or 0x1B5897) is known color: Endeavour. HEX triplet: 1B, 58 and 97. RGB value is (27,88,151). Sum of RGB (Red+Green+Blue) = 27+88+151=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #1B5897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5897 is #E4A768. Grayscale: #4C4C4C. Windows color (decimal): -14985065 or 9918491. OLE color: 9918491.
HSL color Cylindrical-coordinate representation of color #1B5897: hue angle of 210.48º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B5897 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 88 | 151 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.41 |
| HSL | 210.48º | 0.7% | 0.35% | - |
| HSV(B) | 210.48º | 0.82% | 0.59% | - |
| XYZ | 9.53 | 9.45 | 30.6 | - |
| YUV | 76.94 | 169.79 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 88 | 151 | 0.82 | 0.42 | 0 | 0.41 | 210.48 | 0.7 | 0.35 |
| Hex | 1B | 58 | 97 | 52 | 2A | 0 | 29 | D2 | 46 | 23 |
| Octal | 33 | 130 | 227 | 122 | 52 | 0 | 51 | 322 | 106 | 43 |
| Binary | 11011 | 1011000 | 10010111 | 1010010 | 101010 | 0 | 101001 | 11010010 | 1000110 | 100011 |
Color Harmonies of #1B5897
Complementary color
Monochromatic Colors of #1B5897
Black with #1B5897
Text Example
Text Example
White with #1B5897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5897; }
p { color: rgb(27,88,151); }
H1.HeaderClassName
{
color: #1B5897;
}
.AnyTagClassName
{
color: #1B5897;
}
</style>
background-color css
<style>
a { background-color: #1B5897; }
a { background-color: rgb(27,88,151); }
div.DivClassName
{
background-color: #1B5897;
}
.BgClassName
{
background-color: #1B5897;
}
</style>
border-color css
<style>
span { border-color: #1B5897; }
span { border-color: rgb(27,88,151); }
td.TdClassName
{
border-color: #1B5897;
}
.TagClassName
{
border-color: #1B5897;
}
</style>