Shades of Endeavour #1C589C
Tints of Endeavour #1C589C
RGB
CMYK
RGB Variations
Color information
#1C589C (or 0x1C589C) is known color: Endeavour. HEX triplet: 1C, 58 and 9C. RGB value is (28,88,156). Sum of RGB (Red+Green+Blue) = 28+88+156=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C589C is #E3A763. Grayscale: #4D4D4D. Windows color (decimal): -14919524 or 10246172. OLE color: 10246172.
HSL color Cylindrical-coordinate representation of color #1C589C: hue angle of 211.88º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C589C is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 88 | 156 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.39 |
| HSL | 211.88º | 0.7% | 0.36% | - |
| HSV(B) | 211.88º | 0.82% | 0.61% | - |
| XYZ | 9.97 | 9.63 | 32.79 | - |
| YUV | 77.81 | 172.12 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 156 | 0.82 | 0.44 | 0 | 0.39 | 211.88 | 0.7 | 0.36 |
| Hex | 1C | 58 | 9C | 52 | 2C | 0 | 27 | D4 | 46 | 24 |
| Octal | 34 | 130 | 234 | 122 | 54 | 0 | 47 | 324 | 106 | 44 |
| Binary | 11100 | 1011000 | 10011100 | 1010010 | 101100 | 0 | 100111 | 11010100 | 1000110 | 100100 |
Color Harmonies of #1C589C
Complementary color
Monochromatic Colors of #1C589C
Black with #1C589C
Text Example
Text Example
White with #1C589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C589C; }
p { color: rgb(28,88,156); }
H1.HeaderClassName
{
color: #1C589C;
}
.AnyTagClassName
{
color: #1C589C;
}
</style>
background-color css
<style>
a { background-color: #1C589C; }
a { background-color: rgb(28,88,156); }
div.DivClassName
{
background-color: #1C589C;
}
.BgClassName
{
background-color: #1C589C;
}
</style>
border-color css
<style>
span { border-color: #1C589C; }
span { border-color: rgb(28,88,156); }
td.TdClassName
{
border-color: #1C589C;
}
.TagClassName
{
border-color: #1C589C;
}
</style>