Shades of Endeavour #1C618D
Tints of Endeavour #1C618D
RGB
CMYK
RGB Variations
Color information
#1C618D (or 0x1C618D) is known color: Endeavour. HEX triplet: 1C, 61 and 8D. RGB value is (28,97,141). Sum of RGB (Red+Green+Blue) = 28+97+141=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C618D is #E39E72. Grayscale: #515151. Windows color (decimal): -14917235 or 9265436. OLE color: 9265436.
HSL color Cylindrical-coordinate representation of color #1C618D: hue angle of 203.36º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C618D is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 97 | 141 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.45 |
| HSL | 203.36º | 0.67% | 0.33% | - |
| HSV(B) | 203.36º | 0.8% | 0.55% | - |
| XYZ | 9.56 | 10.72 | 26.76 | - |
| YUV | 81.39 | 161.64 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 97 | 141 | 0.80 | 0.31 | 0 | 0.45 | 203.36 | 0.67 | 0.33 |
| Hex | 1C | 61 | 8D | 50 | 1F | 0 | 2D | CB | 43 | 21 |
| Octal | 34 | 141 | 215 | 120 | 37 | 0 | 55 | 313 | 103 | 41 |
| Binary | 11100 | 1100001 | 10001101 | 1010000 | 11111 | 0 | 101101 | 11001011 | 1000011 | 100001 |
Color Harmonies of #1C618D
Complementary color
Monochromatic Colors of #1C618D
Black with #1C618D
Text Example
Text Example
White with #1C618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C618D; }
p { color: rgb(28,97,141); }
H1.HeaderClassName
{
color: #1C618D;
}
.AnyTagClassName
{
color: #1C618D;
}
</style>
background-color css
<style>
a { background-color: #1C618D; }
a { background-color: rgb(28,97,141); }
div.DivClassName
{
background-color: #1C618D;
}
.BgClassName
{
background-color: #1C618D;
}
</style>
border-color css
<style>
span { border-color: #1C618D; }
span { border-color: rgb(28,97,141); }
td.TdClassName
{
border-color: #1C618D;
}
.TagClassName
{
border-color: #1C618D;
}
</style>