Shades of Endeavour #1C579A
Tints of Endeavour #1C579A
RGB
CMYK
RGB Variations
Color information
#1C579A (or 0x1C579A) is known color: Endeavour. HEX triplet: 1C, 57 and 9A. RGB value is (28,87,154). Sum of RGB (Red+Green+Blue) = 28+87+154=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C579A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C579A is #E3A865. Grayscale: #4C4C4C. Windows color (decimal): -14919782 or 10114844. OLE color: 10114844.
HSL color Cylindrical-coordinate representation of color #1C579A: hue angle of 211.9º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C579A is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 87 | 154 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.40 |
| HSL | 211.9º | 0.69% | 0.36% | - |
| HSV(B) | 211.9º | 0.82% | 0.6% | - |
| XYZ | 9.72 | 9.4 | 31.87 | - |
| YUV | 77 | 171.45 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 87 | 154 | 0.82 | 0.44 | 0 | 0.40 | 211.9 | 0.69 | 0.36 |
| Hex | 1C | 57 | 9A | 52 | 2C | 0 | 28 | D4 | 45 | 24 |
| Octal | 34 | 127 | 232 | 122 | 54 | 0 | 50 | 324 | 105 | 44 |
| Binary | 11100 | 1010111 | 10011010 | 1010010 | 101100 | 0 | 101000 | 11010100 | 1000101 | 100100 |
Color Harmonies of #1C579A
Complementary color
Monochromatic Colors of #1C579A
Black with #1C579A
Text Example
Text Example
White with #1C579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C579A; }
p { color: rgb(28,87,154); }
H1.HeaderClassName
{
color: #1C579A;
}
.AnyTagClassName
{
color: #1C579A;
}
</style>
background-color css
<style>
a { background-color: #1C579A; }
a { background-color: rgb(28,87,154); }
div.DivClassName
{
background-color: #1C579A;
}
.BgClassName
{
background-color: #1C579A;
}
</style>
border-color css
<style>
span { border-color: #1C579A; }
span { border-color: rgb(28,87,154); }
td.TdClassName
{
border-color: #1C579A;
}
.TagClassName
{
border-color: #1C579A;
}
</style>