Shades of Endeavour #1B518C
Tints of Endeavour #1B518C
RGB
CMYK
RGB Variations
Color information
#1B518C (or 0x1B518C) is known color: Endeavour. HEX triplet: 1B, 51 and 8C. RGB value is (27,81,140). Sum of RGB (Red+Green+Blue) = 27+81+140=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #1B518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B518C is #E4AE73. Grayscale: #474747. Windows color (decimal): -14986868 or 9195803. OLE color: 9195803.
HSL color Cylindrical-coordinate representation of color #1B518C: hue angle of 211.33º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B518C is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 81 | 140 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.45 |
| HSL | 211.33º | 0.68% | 0.33% | - |
| HSV(B) | 211.33º | 0.81% | 0.55% | - |
| XYZ | 8.13 | 8.01 | 25.93 | - |
| YUV | 71.58 | 166.61 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 140 | 0.81 | 0.42 | 0 | 0.45 | 211.33 | 0.68 | 0.33 |
| Hex | 1B | 51 | 8C | 51 | 2A | 0 | 2D | D3 | 44 | 21 |
| Octal | 33 | 121 | 214 | 121 | 52 | 0 | 55 | 323 | 104 | 41 |
| Binary | 11011 | 1010001 | 10001100 | 1010001 | 101010 | 0 | 101101 | 11010011 | 1000100 | 100001 |
Color Harmonies of #1B518C
Complementary color
Monochromatic Colors of #1B518C
Black with #1B518C
Text Example
Text Example
White with #1B518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B518C; }
p { color: rgb(27,81,140); }
H1.HeaderClassName
{
color: #1B518C;
}
.AnyTagClassName
{
color: #1B518C;
}
</style>
background-color css
<style>
a { background-color: #1B518C; }
a { background-color: rgb(27,81,140); }
div.DivClassName
{
background-color: #1B518C;
}
.BgClassName
{
background-color: #1B518C;
}
</style>
border-color css
<style>
span { border-color: #1B518C; }
span { border-color: rgb(27,81,140); }
td.TdClassName
{
border-color: #1B518C;
}
.TagClassName
{
border-color: #1B518C;
}
</style>