Shades of Endeavour #1B5195
Tints of Endeavour #1B5195
RGB
CMYK
RGB Variations
Color information
#1B5195 (or 0x1B5195) is known color: Endeavour. HEX triplet: 1B, 51 and 95. RGB value is (27,81,149). Sum of RGB (Red+Green+Blue) = 27+81+149=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B5195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5195 is #E4AE6A. Grayscale: #484848. Windows color (decimal): -14986859 or 9785627. OLE color: 9785627.
HSL color Cylindrical-coordinate representation of color #1B5195: hue angle of 213.44º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B5195 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 81 | 149 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.42 |
| HSL | 213.44º | 0.69% | 0.35% | - |
| HSV(B) | 213.44º | 0.82% | 0.58% | - |
| XYZ | 8.82 | 8.29 | 29.57 | - |
| YUV | 72.61 | 171.11 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 149 | 0.82 | 0.46 | 0 | 0.42 | 213.44 | 0.69 | 0.35 |
| Hex | 1B | 51 | 95 | 52 | 2E | 0 | 2A | D5 | 45 | 23 |
| Octal | 33 | 121 | 225 | 122 | 56 | 0 | 52 | 325 | 105 | 43 |
| Binary | 11011 | 1010001 | 10010101 | 1010010 | 101110 | 0 | 101010 | 11010101 | 1000101 | 100011 |
Color Harmonies of #1B5195
Complementary color
Monochromatic Colors of #1B5195
Black with #1B5195
Text Example
Text Example
White with #1B5195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5195; }
p { color: rgb(27,81,149); }
H1.HeaderClassName
{
color: #1B5195;
}
.AnyTagClassName
{
color: #1B5195;
}
</style>
background-color css
<style>
a { background-color: #1B5195; }
a { background-color: rgb(27,81,149); }
div.DivClassName
{
background-color: #1B5195;
}
.BgClassName
{
background-color: #1B5195;
}
</style>
border-color css
<style>
span { border-color: #1B5195; }
span { border-color: rgb(27,81,149); }
td.TdClassName
{
border-color: #1B5195;
}
.TagClassName
{
border-color: #1B5195;
}
</style>