Shades of Endeavour #1B539D
Tints of Endeavour #1B539D
RGB
CMYK
RGB Variations
Color information
#1B539D (or 0x1B539D) is known color: Endeavour. HEX triplet: 1B, 53 and 9D. RGB value is (27,83,157). Sum of RGB (Red+Green+Blue) = 27+83+157=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B539D is #E4AC62. Grayscale: #4A4A4A. Windows color (decimal): -14986339 or 10310427. OLE color: 10310427.
HSL color Cylindrical-coordinate representation of color #1B539D: hue angle of 214.15º 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 #1B539D is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 83 | 157 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.38 |
| HSL | 214.15º | 0.71% | 0.36% | - |
| HSV(B) | 214.15º | 0.83% | 0.62% | - |
| XYZ | 9.63 | 8.85 | 33.1 | - |
| YUV | 74.69 | 174.45 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 157 | 0.83 | 0.47 | 0 | 0.38 | 214.15 | 0.71 | 0.36 |
| Hex | 1B | 53 | 9D | 53 | 2F | 0 | 26 | D6 | 47 | 24 |
| Octal | 33 | 123 | 235 | 123 | 57 | 0 | 46 | 326 | 107 | 44 |
| Binary | 11011 | 1010011 | 10011101 | 1010011 | 101111 | 0 | 100110 | 11010110 | 1000111 | 100100 |
Color Harmonies of #1B539D
Complementary color
Monochromatic Colors of #1B539D
Black with #1B539D
Text Example
Text Example
White with #1B539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B539D; }
p { color: rgb(27,83,157); }
H1.HeaderClassName
{
color: #1B539D;
}
.AnyTagClassName
{
color: #1B539D;
}
</style>
background-color css
<style>
a { background-color: #1B539D; }
a { background-color: rgb(27,83,157); }
div.DivClassName
{
background-color: #1B539D;
}
.BgClassName
{
background-color: #1B539D;
}
</style>
border-color css
<style>
span { border-color: #1B539D; }
span { border-color: rgb(27,83,157); }
td.TdClassName
{
border-color: #1B539D;
}
.TagClassName
{
border-color: #1B539D;
}
</style>