Shades of Endeavour #1C5194
Tints of Endeavour #1C5194
RGB
CMYK
RGB Variations
Color information
#1C5194 (or 0x1C5194) is known color: Endeavour. HEX triplet: 1C, 51 and 94. RGB value is (28,81,148). Sum of RGB (Red+Green+Blue) = 28+81+148=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C5194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5194 is #E3AE6B. Grayscale: #484848. Windows color (decimal): -14921324 or 9720092. OLE color: 9720092.
HSL color Cylindrical-coordinate representation of color #1C5194: hue angle of 213.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C5194 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 81 | 148 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.42 |
| HSL | 213.5º | 0.68% | 0.35% | - |
| HSV(B) | 213.5º | 0.81% | 0.58% | - |
| XYZ | 8.77 | 8.27 | 29.15 | - |
| YUV | 72.79 | 170.44 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 148 | 0.81 | 0.45 | 0 | 0.42 | 213.5 | 0.68 | 0.35 |
| Hex | 1C | 51 | 94 | 51 | 2D | 0 | 2A | D6 | 44 | 23 |
| Octal | 34 | 121 | 224 | 121 | 55 | 0 | 52 | 326 | 104 | 43 |
| Binary | 11100 | 1010001 | 10010100 | 1010001 | 101101 | 0 | 101010 | 11010110 | 1000100 | 100011 |
Color Harmonies of #1C5194
Complementary color
Monochromatic Colors of #1C5194
Black with #1C5194
Text Example
Text Example
White with #1C5194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5194; }
p { color: rgb(28,81,148); }
H1.HeaderClassName
{
color: #1C5194;
}
.AnyTagClassName
{
color: #1C5194;
}
</style>
background-color css
<style>
a { background-color: #1C5194; }
a { background-color: rgb(28,81,148); }
div.DivClassName
{
background-color: #1C5194;
}
.BgClassName
{
background-color: #1C5194;
}
</style>
border-color css
<style>
span { border-color: #1C5194; }
span { border-color: rgb(28,81,148); }
td.TdClassName
{
border-color: #1C5194;
}
.TagClassName
{
border-color: #1C5194;
}
</style>