Shades of Endeavour #1C4D87
Tints of Endeavour #1C4D87
RGB
CMYK
RGB Variations
Color information
#1C4D87 (or 0x1C4D87) is known color: Endeavour. HEX triplet: 1C, 4D and 87. RGB value is (28,77,135). Sum of RGB (Red+Green+Blue) = 28+77+135=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C4D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C4D87 is #E3B278. Grayscale: #444444. Windows color (decimal): -14922361 or 8867100. OLE color: 8867100.
HSL color Cylindrical-coordinate representation of color #1C4D87: hue angle of 212.52º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C4D87 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 77 | 135 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.47 |
| HSL | 212.52º | 0.66% | 0.32% | - |
| HSV(B) | 212.52º | 0.79% | 0.53% | - |
| XYZ | 7.51 | 7.3 | 23.94 | - |
| YUV | 68.96 | 165.27 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 77 | 135 | 0.79 | 0.43 | 0 | 0.47 | 212.52 | 0.66 | 0.32 |
| Hex | 1C | 4D | 87 | 4F | 2B | 0 | 2F | D5 | 42 | 20 |
| Octal | 34 | 115 | 207 | 117 | 53 | 0 | 57 | 325 | 102 | 40 |
| Binary | 11100 | 1001101 | 10000111 | 1001111 | 101011 | 0 | 101111 | 11010101 | 1000010 | 100000 |
Color Harmonies of #1C4D87
Complementary color
Monochromatic Colors of #1C4D87
Black with #1C4D87
Text Example
Text Example
White with #1C4D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4D87; }
p { color: rgb(28,77,135); }
H1.HeaderClassName
{
color: #1C4D87;
}
.AnyTagClassName
{
color: #1C4D87;
}
</style>
background-color css
<style>
a { background-color: #1C4D87; }
a { background-color: rgb(28,77,135); }
div.DivClassName
{
background-color: #1C4D87;
}
.BgClassName
{
background-color: #1C4D87;
}
</style>
border-color css
<style>
span { border-color: #1C4D87; }
span { border-color: rgb(28,77,135); }
td.TdClassName
{
border-color: #1C4D87;
}
.TagClassName
{
border-color: #1C4D87;
}
</style>