Shades of Endeavour #1B5199
Tints of Endeavour #1B5199
RGB
CMYK
RGB Variations
Color information
#1B5199 (or 0x1B5199) is known color: Endeavour. HEX triplet: 1B, 51 and 99. RGB value is (27,81,153). Sum of RGB (Red+Green+Blue) = 27+81+153=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B5199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5199 is #E4AE66. Grayscale: #484848. Windows color (decimal): -14986855 or 10047771. OLE color: 10047771.
HSL color Cylindrical-coordinate representation of color #1B5199: hue angle of 214.29º 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 #1B5199 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 81 | 153 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.4 |
| HSL | 214.29º | 0.7% | 0.35% | - |
| HSV(B) | 214.29º | 0.82% | 0.6% | - |
| XYZ | 9.14 | 8.42 | 31.28 | - |
| YUV | 73.06 | 173.11 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 153 | 0.82 | 0.47 | 0 | 0.4 | 214.29 | 0.7 | 0.35 |
| Hex | 1B | 51 | 99 | 52 | 2F | 0 | 28 | D6 | 46 | 23 |
| Octal | 33 | 121 | 231 | 122 | 57 | 0 | 50 | 326 | 106 | 43 |
| Binary | 11011 | 1010001 | 10011001 | 1010010 | 101111 | 0 | 101000 | 11010110 | 1000110 | 100011 |
Color Harmonies of #1B5199
Complementary color
Monochromatic Colors of #1B5199
Black with #1B5199
Text Example
Text Example
White with #1B5199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5199; }
p { color: rgb(27,81,153); }
H1.HeaderClassName
{
color: #1B5199;
}
.AnyTagClassName
{
color: #1B5199;
}
</style>
background-color css
<style>
a { background-color: #1B5199; }
a { background-color: rgb(27,81,153); }
div.DivClassName
{
background-color: #1B5199;
}
.BgClassName
{
background-color: #1B5199;
}
</style>
border-color css
<style>
span { border-color: #1B5199; }
span { border-color: rgb(27,81,153); }
td.TdClassName
{
border-color: #1B5199;
}
.TagClassName
{
border-color: #1B5199;
}
</style>