Shades of Endeavour #1C4D9E
Tints of Endeavour #1C4D9E
RGB
CMYK
RGB Variations
Color information
#1C4D9E (or 0x1C4D9E) is known color: Endeavour. HEX triplet: 1C, 4D and 9E. RGB value is (28,77,158). Sum of RGB (Red+Green+Blue) = 28+77+158=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C4D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C4D9E is #E3B261. Grayscale: #474747. Windows color (decimal): -14922338 or 10374428. OLE color: 10374428.
HSL color Cylindrical-coordinate representation of color #1C4D9E: hue angle of 217.38º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C4D9E is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 77 | 158 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.38 |
| HSL | 217.38º | 0.7% | 0.36% | - |
| HSV(B) | 217.38º | 0.82% | 0.62% | - |
| XYZ | 9.3 | 8.02 | 33.41 | - |
| YUV | 71.58 | 176.77 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 77 | 158 | 0.82 | 0.51 | 0 | 0.38 | 217.38 | 0.7 | 0.36 |
| Hex | 1C | 4D | 9E | 52 | 33 | 0 | 26 | D9 | 46 | 24 |
| Octal | 34 | 115 | 236 | 122 | 63 | 0 | 46 | 331 | 106 | 44 |
| Binary | 11100 | 1001101 | 10011110 | 1010010 | 110011 | 0 | 100110 | 11011001 | 1000110 | 100100 |
Color Harmonies of #1C4D9E
Complementary color
Monochromatic Colors of #1C4D9E
Black with #1C4D9E
Text Example
Text Example
White with #1C4D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4D9E; }
p { color: rgb(28,77,158); }
H1.HeaderClassName
{
color: #1C4D9E;
}
.AnyTagClassName
{
color: #1C4D9E;
}
</style>
background-color css
<style>
a { background-color: #1C4D9E; }
a { background-color: rgb(28,77,158); }
div.DivClassName
{
background-color: #1C4D9E;
}
.BgClassName
{
background-color: #1C4D9E;
}
</style>
border-color css
<style>
span { border-color: #1C4D9E; }
span { border-color: rgb(28,77,158); }
td.TdClassName
{
border-color: #1C4D9E;
}
.TagClassName
{
border-color: #1C4D9E;
}
</style>