Shades of Endeavour #1C529C
Tints of Endeavour #1C529C
RGB
CMYK
RGB Variations
Color information
#1C529C (or 0x1C529C) is known color: Endeavour. HEX triplet: 1C, 52 and 9C. RGB value is (28,82,156). Sum of RGB (Red+Green+Blue) = 28+82+156=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C529C is #E3AD63. Grayscale: #494949. Windows color (decimal): -14921060 or 10244636. OLE color: 10244636.
HSL color Cylindrical-coordinate representation of color #1C529C: hue angle of 214.69º 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 #1C529C is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 82 | 156 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.39 |
| HSL | 214.69º | 0.7% | 0.36% | - |
| HSV(B) | 214.69º | 0.82% | 0.61% | - |
| XYZ | 9.5 | 8.68 | 32.63 | - |
| YUV | 74.29 | 174.11 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 82 | 156 | 0.82 | 0.47 | 0 | 0.39 | 214.69 | 0.7 | 0.36 |
| Hex | 1C | 52 | 9C | 52 | 2F | 0 | 27 | D7 | 46 | 24 |
| Octal | 34 | 122 | 234 | 122 | 57 | 0 | 47 | 327 | 106 | 44 |
| Binary | 11100 | 1010010 | 10011100 | 1010010 | 101111 | 0 | 100111 | 11010111 | 1000110 | 100100 |
Color Harmonies of #1C529C
Complementary color
Monochromatic Colors of #1C529C
Black with #1C529C
Text Example
Text Example
White with #1C529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C529C; }
p { color: rgb(28,82,156); }
H1.HeaderClassName
{
color: #1C529C;
}
.AnyTagClassName
{
color: #1C529C;
}
</style>
background-color css
<style>
a { background-color: #1C529C; }
a { background-color: rgb(28,82,156); }
div.DivClassName
{
background-color: #1C529C;
}
.BgClassName
{
background-color: #1C529C;
}
</style>
border-color css
<style>
span { border-color: #1C529C; }
span { border-color: rgb(28,82,156); }
td.TdClassName
{
border-color: #1C529C;
}
.TagClassName
{
border-color: #1C529C;
}
</style>