Shades of Endeavour #1C518A
Tints of Endeavour #1C518A
RGB
CMYK
RGB Variations
Color information
#1C518A (or 0x1C518A) is known color: Endeavour. HEX triplet: 1C, 51 and 8A. RGB value is (28,81,138). Sum of RGB (Red+Green+Blue) = 28+81+138=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C518A is #E3AE75. Grayscale: #474747. Windows color (decimal): -14921334 or 9064732. OLE color: 9064732.
HSL color Cylindrical-coordinate representation of color #1C518A: hue angle of 211.09º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C518A is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 81 | 138 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.46 |
| HSL | 211.09º | 0.66% | 0.33% | - |
| HSV(B) | 211.09º | 0.8% | 0.54% | - |
| XYZ | 8.01 | 7.97 | 25.16 | - |
| YUV | 71.65 | 165.44 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 138 | 0.80 | 0.41 | 0 | 0.46 | 211.09 | 0.66 | 0.33 |
| Hex | 1C | 51 | 8A | 50 | 29 | 0 | 2E | D3 | 42 | 21 |
| Octal | 34 | 121 | 212 | 120 | 51 | 0 | 56 | 323 | 102 | 41 |
| Binary | 11100 | 1010001 | 10001010 | 1010000 | 101001 | 0 | 101110 | 11010011 | 1000010 | 100001 |
Color Harmonies of #1C518A
Complementary color
Monochromatic Colors of #1C518A
Black with #1C518A
Text Example
Text Example
White with #1C518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C518A; }
p { color: rgb(28,81,138); }
H1.HeaderClassName
{
color: #1C518A;
}
.AnyTagClassName
{
color: #1C518A;
}
</style>
background-color css
<style>
a { background-color: #1C518A; }
a { background-color: rgb(28,81,138); }
div.DivClassName
{
background-color: #1C518A;
}
.BgClassName
{
background-color: #1C518A;
}
</style>
border-color css
<style>
span { border-color: #1C518A; }
span { border-color: rgb(28,81,138); }
td.TdClassName
{
border-color: #1C518A;
}
.TagClassName
{
border-color: #1C518A;
}
</style>