Shades of Endeavour #1B5498
Tints of Endeavour #1B5498
RGB
CMYK
RGB Variations
Color information
#1B5498 (or 0x1B5498) is known color: Endeavour. HEX triplet: 1B, 54 and 98. RGB value is (27,84,152). Sum of RGB (Red+Green+Blue) = 27+84+152=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #1B5498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5498 is #E4AB67. Grayscale: #4A4A4A. Windows color (decimal): -14986088 or 9983003. OLE color: 9983003.
HSL color Cylindrical-coordinate representation of color #1B5498: hue angle of 212.64º 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 #1B5498 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 84 | 152 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.40 |
| HSL | 212.64º | 0.7% | 0.35% | - |
| HSV(B) | 212.64º | 0.82% | 0.6% | - |
| XYZ | 9.29 | 8.84 | 30.92 | - |
| YUV | 74.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 152 | 0.82 | 0.45 | 0 | 0.40 | 212.64 | 0.7 | 0.35 |
| Hex | 1B | 54 | 98 | 52 | 2D | 0 | 28 | D5 | 46 | 23 |
| Octal | 33 | 124 | 230 | 122 | 55 | 0 | 50 | 325 | 106 | 43 |
| Binary | 11011 | 1010100 | 10011000 | 1010010 | 101101 | 0 | 101000 | 11010101 | 1000110 | 100011 |
Color Harmonies of #1B5498
Complementary color
Monochromatic Colors of #1B5498
Black with #1B5498
Text Example
Text Example
White with #1B5498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5498; }
p { color: rgb(27,84,152); }
H1.HeaderClassName
{
color: #1B5498;
}
.AnyTagClassName
{
color: #1B5498;
}
</style>
background-color css
<style>
a { background-color: #1B5498; }
a { background-color: rgb(27,84,152); }
div.DivClassName
{
background-color: #1B5498;
}
.BgClassName
{
background-color: #1B5498;
}
</style>
border-color css
<style>
span { border-color: #1B5498; }
span { border-color: rgb(27,84,152); }
td.TdClassName
{
border-color: #1B5498;
}
.TagClassName
{
border-color: #1B5498;
}
</style>