Shades of Endeavour #1C569B
Tints of Endeavour #1C569B
RGB
CMYK
RGB Variations
Color information
#1C569B (or 0x1C569B) is known color: Endeavour. HEX triplet: 1C, 56 and 9B. RGB value is (28,86,155). Sum of RGB (Red+Green+Blue) = 28+86+155=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C569B is #E3A964. Grayscale: #4C4C4C. Windows color (decimal): -14920037 or 10180124. OLE color: 10180124.
HSL color Cylindrical-coordinate representation of color #1C569B: hue angle of 212.6º 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 #1C569B is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 86 | 155 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.39 |
| HSL | 212.6º | 0.69% | 0.36% | - |
| HSV(B) | 212.6º | 0.82% | 0.61% | - |
| XYZ | 9.72 | 9.27 | 32.29 | - |
| YUV | 76.52 | 172.28 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 86 | 155 | 0.82 | 0.45 | 0 | 0.39 | 212.6 | 0.69 | 0.36 |
| Hex | 1C | 56 | 9B | 52 | 2D | 0 | 27 | D5 | 45 | 24 |
| Octal | 34 | 126 | 233 | 122 | 55 | 0 | 47 | 325 | 105 | 44 |
| Binary | 11100 | 1010110 | 10011011 | 1010010 | 101101 | 0 | 100111 | 11010101 | 1000101 | 100100 |
Color Harmonies of #1C569B
Complementary color
Monochromatic Colors of #1C569B
Black with #1C569B
Text Example
Text Example
White with #1C569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C569B; }
p { color: rgb(28,86,155); }
H1.HeaderClassName
{
color: #1C569B;
}
.AnyTagClassName
{
color: #1C569B;
}
</style>
background-color css
<style>
a { background-color: #1C569B; }
a { background-color: rgb(28,86,155); }
div.DivClassName
{
background-color: #1C569B;
}
.BgClassName
{
background-color: #1C569B;
}
</style>
border-color css
<style>
span { border-color: #1C569B; }
span { border-color: rgb(28,86,155); }
td.TdClassName
{
border-color: #1C569B;
}
.TagClassName
{
border-color: #1C569B;
}
</style>