Shades of Endeavour #1C619B
Tints of Endeavour #1C619B
RGB
CMYK
RGB Variations
Color information
#1C619B (or 0x1C619B) is known color: Endeavour. HEX triplet: 1C, 61 and 9B. RGB value is (28,97,155). Sum of RGB (Red+Green+Blue) = 28+97+155=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C619B is #E39E64. Grayscale: #525252. Windows color (decimal): -14917221 or 10182940. OLE color: 10182940.
HSL color Cylindrical-coordinate representation of color #1C619B: hue angle of 207.4º 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 #1C619B is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 97 | 155 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.39 |
| HSL | 207.4º | 0.69% | 0.36% | - |
| HSV(B) | 207.4º | 0.82% | 0.61% | - |
| XYZ | 10.67 | 11.16 | 32.6 | - |
| YUV | 82.98 | 168.64 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 97 | 155 | 0.82 | 0.37 | 0 | 0.39 | 207.4 | 0.69 | 0.36 |
| Hex | 1C | 61 | 9B | 52 | 25 | 0 | 27 | CF | 45 | 24 |
| Octal | 34 | 141 | 233 | 122 | 45 | 0 | 47 | 317 | 105 | 44 |
| Binary | 11100 | 1100001 | 10011011 | 1010010 | 100101 | 0 | 100111 | 11001111 | 1000101 | 100100 |
Color Harmonies of #1C619B
Complementary color
Monochromatic Colors of #1C619B
Black with #1C619B
Text Example
Text Example
White with #1C619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C619B; }
p { color: rgb(28,97,155); }
H1.HeaderClassName
{
color: #1C619B;
}
.AnyTagClassName
{
color: #1C619B;
}
</style>
background-color css
<style>
a { background-color: #1C619B; }
a { background-color: rgb(28,97,155); }
div.DivClassName
{
background-color: #1C619B;
}
.BgClassName
{
background-color: #1C619B;
}
</style>
border-color css
<style>
span { border-color: #1C619B; }
span { border-color: rgb(28,97,155); }
td.TdClassName
{
border-color: #1C619B;
}
.TagClassName
{
border-color: #1C619B;
}
</style>