Shades of Endeavour #1B539E
Tints of Endeavour #1B539E
RGB
CMYK
RGB Variations
Color information
#1B539E (or 0x1B539E) is known color: Endeavour. HEX triplet: 1B, 53 and 9E. RGB value is (27,83,158). Sum of RGB (Red+Green+Blue) = 27+83+158=268 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.07% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #1B539E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B539E is #E4AC61. Grayscale: #4A4A4A. Windows color (decimal): -14986338 or 10375963. OLE color: 10375963.
HSL color Cylindrical-coordinate representation of color #1B539E: hue angle of 214.35º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B539E is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 83 | 158 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.38 |
| HSL | 214.35º | 0.71% | 0.36% | - |
| HSV(B) | 214.35º | 0.83% | 0.62% | - |
| XYZ | 9.72 | 8.89 | 33.55 | - |
| YUV | 74.81 | 174.95 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 158 | 0.83 | 0.47 | 0 | 0.38 | 214.35 | 0.71 | 0.36 |
| Hex | 1B | 53 | 9E | 53 | 2F | 0 | 26 | D6 | 47 | 24 |
| Octal | 33 | 123 | 236 | 123 | 57 | 0 | 46 | 326 | 107 | 44 |
| Binary | 11011 | 1010011 | 10011110 | 1010011 | 101111 | 0 | 100110 | 11010110 | 1000111 | 100100 |
Color Harmonies of #1B539E
Complementary color
Monochromatic Colors of #1B539E
Black with #1B539E
Text Example
Text Example
White with #1B539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B539E; }
p { color: rgb(27,83,158); }
H1.HeaderClassName
{
color: #1B539E;
}
.AnyTagClassName
{
color: #1B539E;
}
</style>
background-color css
<style>
a { background-color: #1B539E; }
a { background-color: rgb(27,83,158); }
div.DivClassName
{
background-color: #1B539E;
}
.BgClassName
{
background-color: #1B539E;
}
</style>
border-color css
<style>
span { border-color: #1B539E; }
span { border-color: rgb(27,83,158); }
td.TdClassName
{
border-color: #1B539E;
}
.TagClassName
{
border-color: #1B539E;
}
</style>