Shades of Endeavour #1B519A
Tints of Endeavour #1B519A
RGB
CMYK
RGB Variations
Color information
#1B519A (or 0x1B519A) is known color: Endeavour. HEX triplet: 1B, 51 and 9A. RGB value is (27,81,154). Sum of RGB (Red+Green+Blue) = 27+81+154=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B519A is #E4AE65. Grayscale: #484848. Windows color (decimal): -14986854 or 10113307. OLE color: 10113307.
HSL color Cylindrical-coordinate representation of color #1B519A: hue angle of 214.49º 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 #1B519A is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 81 | 154 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.40 |
| HSL | 214.49º | 0.7% | 0.35% | - |
| HSV(B) | 214.49º | 0.82% | 0.6% | - |
| XYZ | 9.23 | 8.45 | 31.72 | - |
| YUV | 73.18 | 173.61 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 154 | 0.82 | 0.47 | 0 | 0.40 | 214.49 | 0.7 | 0.35 |
| Hex | 1B | 51 | 9A | 52 | 2F | 0 | 28 | D6 | 46 | 23 |
| Octal | 33 | 121 | 232 | 122 | 57 | 0 | 50 | 326 | 106 | 43 |
| Binary | 11011 | 1010001 | 10011010 | 1010010 | 101111 | 0 | 101000 | 11010110 | 1000110 | 100011 |
Color Harmonies of #1B519A
Complementary color
Monochromatic Colors of #1B519A
Black with #1B519A
Text Example
Text Example
White with #1B519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B519A; }
p { color: rgb(27,81,154); }
H1.HeaderClassName
{
color: #1B519A;
}
.AnyTagClassName
{
color: #1B519A;
}
</style>
background-color css
<style>
a { background-color: #1B519A; }
a { background-color: rgb(27,81,154); }
div.DivClassName
{
background-color: #1B519A;
}
.BgClassName
{
background-color: #1B519A;
}
</style>
border-color css
<style>
span { border-color: #1B519A; }
span { border-color: rgb(27,81,154); }
td.TdClassName
{
border-color: #1B519A;
}
.TagClassName
{
border-color: #1B519A;
}
</style>