Shades of Endeavour #1B5493
Tints of Endeavour #1B5493
RGB
CMYK
RGB Variations
Color information
#1B5493 (or 0x1B5493) is known color: Endeavour. HEX triplet: 1B, 54 and 93. RGB value is (27,84,147). Sum of RGB (Red+Green+Blue) = 27+84+147=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #1B5493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5493 is #E4AB6C. Grayscale: #494949. Windows color (decimal): -14986093 or 9655323. OLE color: 9655323.
HSL color Cylindrical-coordinate representation of color #1B5493: hue angle of 211.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B5493 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 84 | 147 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.42 |
| HSL | 211.5º | 0.69% | 0.34% | - |
| HSV(B) | 211.5º | 0.82% | 0.58% | - |
| XYZ | 8.89 | 8.68 | 28.81 | - |
| YUV | 74.14 | 169.12 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 147 | 0.82 | 0.43 | 0 | 0.42 | 211.5 | 0.69 | 0.34 |
| Hex | 1B | 54 | 93 | 52 | 2B | 0 | 2A | D4 | 45 | 22 |
| Octal | 33 | 124 | 223 | 122 | 53 | 0 | 52 | 324 | 105 | 42 |
| Binary | 11011 | 1010100 | 10010011 | 1010010 | 101011 | 0 | 101010 | 11010100 | 1000101 | 100010 |
Color Harmonies of #1B5493
Complementary color
Monochromatic Colors of #1B5493
Black with #1B5493
Text Example
Text Example
White with #1B5493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5493; }
p { color: rgb(27,84,147); }
H1.HeaderClassName
{
color: #1B5493;
}
.AnyTagClassName
{
color: #1B5493;
}
</style>
background-color css
<style>
a { background-color: #1B5493; }
a { background-color: rgb(27,84,147); }
div.DivClassName
{
background-color: #1B5493;
}
.BgClassName
{
background-color: #1B5493;
}
</style>
border-color css
<style>
span { border-color: #1B5493; }
span { border-color: rgb(27,84,147); }
td.TdClassName
{
border-color: #1B5493;
}
.TagClassName
{
border-color: #1B5493;
}
</style>