Shades of Endeavour #1C529B
Tints of Endeavour #1C529B
RGB
CMYK
RGB Variations
Color information
#1C529B (or 0x1C529B) is known color: Endeavour. HEX triplet: 1C, 52 and 9B. RGB value is (28,82,155). Sum of RGB (Red+Green+Blue) = 28+82+155=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C529B is #E3AD64. Grayscale: #494949. Windows color (decimal): -14921061 or 10179100. OLE color: 10179100.
HSL color Cylindrical-coordinate representation of color #1C529B: hue angle of 214.49º 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 #1C529B is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 82 | 155 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.39 |
| HSL | 214.49º | 0.69% | 0.36% | - |
| HSV(B) | 214.49º | 0.82% | 0.61% | - |
| XYZ | 9.41 | 8.65 | 32.18 | - |
| YUV | 74.18 | 173.61 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 82 | 155 | 0.82 | 0.47 | 0 | 0.39 | 214.49 | 0.69 | 0.36 |
| Hex | 1C | 52 | 9B | 52 | 2F | 0 | 27 | D6 | 45 | 24 |
| Octal | 34 | 122 | 233 | 122 | 57 | 0 | 47 | 326 | 105 | 44 |
| Binary | 11100 | 1010010 | 10011011 | 1010010 | 101111 | 0 | 100111 | 11010110 | 1000101 | 100100 |
Color Harmonies of #1C529B
Complementary color
Monochromatic Colors of #1C529B
Black with #1C529B
Text Example
Text Example
White with #1C529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C529B; }
p { color: rgb(28,82,155); }
H1.HeaderClassName
{
color: #1C529B;
}
.AnyTagClassName
{
color: #1C529B;
}
</style>
background-color css
<style>
a { background-color: #1C529B; }
a { background-color: rgb(28,82,155); }
div.DivClassName
{
background-color: #1C529B;
}
.BgClassName
{
background-color: #1C529B;
}
</style>
border-color css
<style>
span { border-color: #1C529B; }
span { border-color: rgb(28,82,155); }
td.TdClassName
{
border-color: #1C529B;
}
.TagClassName
{
border-color: #1C529B;
}
</style>