Shades of Endeavour #1C6390
Tints of Endeavour #1C6390
RGB
CMYK
RGB Variations
Color information
#1C6390 (or 0x1C6390) is known color: Endeavour. HEX triplet: 1C, 63 and 90. RGB value is (28,99,144). Sum of RGB (Red+Green+Blue) = 28+99+144=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #1C6390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6390 is #E39C6F. Grayscale: #525252. Windows color (decimal): -14916720 or 9462556. OLE color: 9462556.
HSL color Cylindrical-coordinate representation of color #1C6390: hue angle of 203.28º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C6390 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 99 | 144 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.44 |
| HSL | 203.28º | 0.67% | 0.34% | - |
| HSV(B) | 203.28º | 0.81% | 0.56% | - |
| XYZ | 9.97 | 11.18 | 28.02 | - |
| YUV | 82.9 | 162.48 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 144 | 0.81 | 0.31 | 0 | 0.44 | 203.28 | 0.67 | 0.34 |
| Hex | 1C | 63 | 90 | 51 | 1F | 0 | 2C | CB | 43 | 22 |
| Octal | 34 | 143 | 220 | 121 | 37 | 0 | 54 | 313 | 103 | 42 |
| Binary | 11100 | 1100011 | 10010000 | 1010001 | 11111 | 0 | 101100 | 11001011 | 1000011 | 100010 |
Color Harmonies of #1C6390
Complementary color
Monochromatic Colors of #1C6390
Black with #1C6390
Text Example
Text Example
White with #1C6390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6390; }
p { color: rgb(28,99,144); }
H1.HeaderClassName
{
color: #1C6390;
}
.AnyTagClassName
{
color: #1C6390;
}
</style>
background-color css
<style>
a { background-color: #1C6390; }
a { background-color: rgb(28,99,144); }
div.DivClassName
{
background-color: #1C6390;
}
.BgClassName
{
background-color: #1C6390;
}
</style>
border-color css
<style>
span { border-color: #1C6390; }
span { border-color: rgb(28,99,144); }
td.TdClassName
{
border-color: #1C6390;
}
.TagClassName
{
border-color: #1C6390;
}
</style>