Shades of Endeavour #1C598A
Tints of Endeavour #1C598A
RGB
CMYK
RGB Variations
Color information
#1C598A (or 0x1C598A) is known color: Endeavour. HEX triplet: 1C, 59 and 8A. RGB value is (28,89,138). Sum of RGB (Red+Green+Blue) = 28+89+138=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C598A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C598A is #E3A675. Grayscale: #4C4C4C. Windows color (decimal): -14919286 or 9066780. OLE color: 9066780.
HSL color Cylindrical-coordinate representation of color #1C598A: hue angle of 206.73º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C598A is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 89 | 138 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.46 |
| HSL | 206.73º | 0.66% | 0.33% | - |
| HSV(B) | 206.73º | 0.8% | 0.54% | - |
| XYZ | 8.64 | 9.23 | 25.37 | - |
| YUV | 76.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 89 | 138 | 0.80 | 0.36 | 0 | 0.46 | 206.73 | 0.66 | 0.33 |
| Hex | 1C | 59 | 8A | 50 | 24 | 0 | 2E | CF | 42 | 21 |
| Octal | 34 | 131 | 212 | 120 | 44 | 0 | 56 | 317 | 102 | 41 |
| Binary | 11100 | 1011001 | 10001010 | 1010000 | 100100 | 0 | 101110 | 11001111 | 1000010 | 100001 |
Color Harmonies of #1C598A
Complementary color
Monochromatic Colors of #1C598A
Black with #1C598A
Text Example
Text Example
White with #1C598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C598A; }
p { color: rgb(28,89,138); }
H1.HeaderClassName
{
color: #1C598A;
}
.AnyTagClassName
{
color: #1C598A;
}
</style>
background-color css
<style>
a { background-color: #1C598A; }
a { background-color: rgb(28,89,138); }
div.DivClassName
{
background-color: #1C598A;
}
.BgClassName
{
background-color: #1C598A;
}
</style>
border-color css
<style>
span { border-color: #1C598A; }
span { border-color: rgb(28,89,138); }
td.TdClassName
{
border-color: #1C598A;
}
.TagClassName
{
border-color: #1C598A;
}
</style>