Shades of Endeavour #1C579B
Tints of Endeavour #1C579B
RGB
CMYK
RGB Variations
Color information
#1C579B (or 0x1C579B) is known color: Endeavour. HEX triplet: 1C, 57 and 9B. RGB value is (28,87,155). Sum of RGB (Red+Green+Blue) = 28+87+155=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C579B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C579B is #E3A864. Grayscale: #4C4C4C. Windows color (decimal): -14919781 or 10180380. OLE color: 10180380.
HSL color Cylindrical-coordinate representation of color #1C579B: hue angle of 212.13º degrees, saturation: 0.69, 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 #1C579B is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 87 | 155 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.39 |
| HSL | 212.13º | 0.69% | 0.36% | - |
| HSV(B) | 212.13º | 0.82% | 0.61% | - |
| XYZ | 9.8 | 9.43 | 32.31 | - |
| YUV | 77.11 | 171.95 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 87 | 155 | 0.82 | 0.44 | 0 | 0.39 | 212.13 | 0.69 | 0.36 |
| Hex | 1C | 57 | 9B | 52 | 2C | 0 | 27 | D4 | 45 | 24 |
| Octal | 34 | 127 | 233 | 122 | 54 | 0 | 47 | 324 | 105 | 44 |
| Binary | 11100 | 1010111 | 10011011 | 1010010 | 101100 | 0 | 100111 | 11010100 | 1000101 | 100100 |
Color Harmonies of #1C579B
Complementary color
Monochromatic Colors of #1C579B
Black with #1C579B
Text Example
Text Example
White with #1C579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C579B; }
p { color: rgb(28,87,155); }
H1.HeaderClassName
{
color: #1C579B;
}
.AnyTagClassName
{
color: #1C579B;
}
</style>
background-color css
<style>
a { background-color: #1C579B; }
a { background-color: rgb(28,87,155); }
div.DivClassName
{
background-color: #1C579B;
}
.BgClassName
{
background-color: #1C579B;
}
</style>
border-color css
<style>
span { border-color: #1C579B; }
span { border-color: rgb(28,87,155); }
td.TdClassName
{
border-color: #1C579B;
}
.TagClassName
{
border-color: #1C579B;
}
</style>