Shades of Endeavour #1B5298
Tints of Endeavour #1B5298
RGB
CMYK
RGB Variations
Color information
#1B5298 (or 0x1B5298) is known color: Endeavour. HEX triplet: 1B, 52 and 98. RGB value is (27,82,152). Sum of RGB (Red+Green+Blue) = 27+82+152=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #1B5298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5298 is #E4AD67. Grayscale: #494949. Windows color (decimal): -14986600 or 9982491. OLE color: 9982491.
HSL color Cylindrical-coordinate representation of color #1B5298: hue angle of 213.6º 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 #1B5298 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 82 | 152 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.40 |
| HSL | 213.6º | 0.7% | 0.35% | - |
| HSV(B) | 213.6º | 0.82% | 0.6% | - |
| XYZ | 9.14 | 8.53 | 30.87 | - |
| YUV | 73.54 | 172.28 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 152 | 0.82 | 0.46 | 0 | 0.40 | 213.6 | 0.7 | 0.35 |
| Hex | 1B | 52 | 98 | 52 | 2E | 0 | 28 | D6 | 46 | 23 |
| Octal | 33 | 122 | 230 | 122 | 56 | 0 | 50 | 326 | 106 | 43 |
| Binary | 11011 | 1010010 | 10011000 | 1010010 | 101110 | 0 | 101000 | 11010110 | 1000110 | 100011 |
Color Harmonies of #1B5298
Complementary color
Monochromatic Colors of #1B5298
Black with #1B5298
Text Example
Text Example
White with #1B5298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5298; }
p { color: rgb(27,82,152); }
H1.HeaderClassName
{
color: #1B5298;
}
.AnyTagClassName
{
color: #1B5298;
}
</style>
background-color css
<style>
a { background-color: #1B5298; }
a { background-color: rgb(27,82,152); }
div.DivClassName
{
background-color: #1B5298;
}
.BgClassName
{
background-color: #1B5298;
}
</style>
border-color css
<style>
span { border-color: #1B5298; }
span { border-color: rgb(27,82,152); }
td.TdClassName
{
border-color: #1B5298;
}
.TagClassName
{
border-color: #1B5298;
}
</style>