Shades of Endeavour #1C5195
Tints of Endeavour #1C5195
RGB
CMYK
RGB Variations
Color information
#1C5195 (or 0x1C5195) is known color: Endeavour. HEX triplet: 1C, 51 and 95. RGB value is (28,81,149). Sum of RGB (Red+Green+Blue) = 28+81+149=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C5195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5195 is #E3AE6A. Grayscale: #484848. Windows color (decimal): -14921323 or 9785628. OLE color: 9785628.
HSL color Cylindrical-coordinate representation of color #1C5195: hue angle of 213.72º 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 #1C5195 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 81 | 149 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.42 |
| HSL | 213.72º | 0.68% | 0.35% | - |
| HSV(B) | 213.72º | 0.81% | 0.58% | - |
| XYZ | 8.85 | 8.3 | 29.57 | - |
| YUV | 72.91 | 170.94 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 149 | 0.81 | 0.46 | 0 | 0.42 | 213.72 | 0.68 | 0.35 |
| Hex | 1C | 51 | 95 | 51 | 2E | 0 | 2A | D6 | 44 | 23 |
| Octal | 34 | 121 | 225 | 121 | 56 | 0 | 52 | 326 | 104 | 43 |
| Binary | 11100 | 1010001 | 10010101 | 1010001 | 101110 | 0 | 101010 | 11010110 | 1000100 | 100011 |
Color Harmonies of #1C5195
Complementary color
Monochromatic Colors of #1C5195
Black with #1C5195
Text Example
Text Example
White with #1C5195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5195; }
p { color: rgb(28,81,149); }
H1.HeaderClassName
{
color: #1C5195;
}
.AnyTagClassName
{
color: #1C5195;
}
</style>
background-color css
<style>
a { background-color: #1C5195; }
a { background-color: rgb(28,81,149); }
div.DivClassName
{
background-color: #1C5195;
}
.BgClassName
{
background-color: #1C5195;
}
</style>
border-color css
<style>
span { border-color: #1C5195; }
span { border-color: rgb(28,81,149); }
td.TdClassName
{
border-color: #1C5195;
}
.TagClassName
{
border-color: #1C5195;
}
</style>