Shades of Endeavour #1B539A
Tints of Endeavour #1B539A
RGB
CMYK
RGB Variations
Color information
#1B539A (or 0x1B539A) is known color: Endeavour. HEX triplet: 1B, 53 and 9A. RGB value is (27,83,154). Sum of RGB (Red+Green+Blue) = 27+83+154=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B539A is #E4AC65. Grayscale: #4A4A4A. Windows color (decimal): -14986342 or 10113819. OLE color: 10113819.
HSL color Cylindrical-coordinate representation of color #1B539A: hue angle of 213.54º 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 #1B539A is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 83 | 154 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.40 |
| HSL | 213.54º | 0.7% | 0.35% | - |
| HSV(B) | 213.54º | 0.82% | 0.6% | - |
| XYZ | 9.38 | 8.75 | 31.77 | - |
| YUV | 74.35 | 172.95 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 154 | 0.82 | 0.46 | 0 | 0.40 | 213.54 | 0.7 | 0.35 |
| Hex | 1B | 53 | 9A | 52 | 2E | 0 | 28 | D6 | 46 | 23 |
| Octal | 33 | 123 | 232 | 122 | 56 | 0 | 50 | 326 | 106 | 43 |
| Binary | 11011 | 1010011 | 10011010 | 1010010 | 101110 | 0 | 101000 | 11010110 | 1000110 | 100011 |
Color Harmonies of #1B539A
Complementary color
Monochromatic Colors of #1B539A
Black with #1B539A
Text Example
Text Example
White with #1B539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B539A; }
p { color: rgb(27,83,154); }
H1.HeaderClassName
{
color: #1B539A;
}
.AnyTagClassName
{
color: #1B539A;
}
</style>
background-color css
<style>
a { background-color: #1B539A; }
a { background-color: rgb(27,83,154); }
div.DivClassName
{
background-color: #1B539A;
}
.BgClassName
{
background-color: #1B539A;
}
</style>
border-color css
<style>
span { border-color: #1B539A; }
span { border-color: rgb(27,83,154); }
td.TdClassName
{
border-color: #1B539A;
}
.TagClassName
{
border-color: #1B539A;
}
</style>