Shades of Endeavour #1C598D
Tints of Endeavour #1C598D
RGB
CMYK
RGB Variations
Color information
#1C598D (or 0x1C598D) is known color: Endeavour. HEX triplet: 1C, 59 and 8D. RGB value is (28,89,141). Sum of RGB (Red+Green+Blue) = 28+89+141=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C598D is #E3A672. Grayscale: #4C4C4C. Windows color (decimal): -14919283 or 9263388. OLE color: 9263388.
HSL color Cylindrical-coordinate representation of color #1C598D: hue angle of 207.61º 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 #1C598D is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 89 | 141 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.45 |
| HSL | 207.61º | 0.67% | 0.33% | - |
| HSV(B) | 207.61º | 0.8% | 0.55% | - |
| XYZ | 8.86 | 9.31 | 26.53 | - |
| YUV | 76.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 89 | 141 | 0.80 | 0.37 | 0 | 0.45 | 207.61 | 0.67 | 0.33 |
| Hex | 1C | 59 | 8D | 50 | 25 | 0 | 2D | D0 | 43 | 21 |
| Octal | 34 | 131 | 215 | 120 | 45 | 0 | 55 | 320 | 103 | 41 |
| Binary | 11100 | 1011001 | 10001101 | 1010000 | 100101 | 0 | 101101 | 11010000 | 1000011 | 100001 |
Color Harmonies of #1C598D
Complementary color
Monochromatic Colors of #1C598D
Black with #1C598D
Text Example
Text Example
White with #1C598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C598D; }
p { color: rgb(28,89,141); }
H1.HeaderClassName
{
color: #1C598D;
}
.AnyTagClassName
{
color: #1C598D;
}
</style>
background-color css
<style>
a { background-color: #1C598D; }
a { background-color: rgb(28,89,141); }
div.DivClassName
{
background-color: #1C598D;
}
.BgClassName
{
background-color: #1C598D;
}
</style>
border-color css
<style>
span { border-color: #1C598D; }
span { border-color: rgb(28,89,141); }
td.TdClassName
{
border-color: #1C598D;
}
.TagClassName
{
border-color: #1C598D;
}
</style>