Shades of Endeavour #1C6393
Tints of Endeavour #1C6393
RGB
CMYK
RGB Variations
Color information
#1C6393 (or 0x1C6393) is known color: Endeavour. HEX triplet: 1C, 63 and 93. RGB value is (28,99,147). Sum of RGB (Red+Green+Blue) = 28+99+147=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #1C6393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6393 is #E39C6C. Grayscale: #525252. Windows color (decimal): -14916717 or 9659164. OLE color: 9659164.
HSL color Cylindrical-coordinate representation of color #1C6393: hue angle of 204.2º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C6393 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 99 | 147 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.42 |
| HSL | 204.2º | 0.68% | 0.34% | - |
| HSV(B) | 204.2º | 0.81% | 0.58% | - |
| XYZ | 10.21 | 11.28 | 29.24 | - |
| YUV | 83.24 | 163.98 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 147 | 0.81 | 0.33 | 0 | 0.42 | 204.2 | 0.68 | 0.34 |
| Hex | 1C | 63 | 93 | 51 | 21 | 0 | 2A | CC | 44 | 22 |
| Octal | 34 | 143 | 223 | 121 | 41 | 0 | 52 | 314 | 104 | 42 |
| Binary | 11100 | 1100011 | 10010011 | 1010001 | 100001 | 0 | 101010 | 11001100 | 1000100 | 100010 |
Color Harmonies of #1C6393
Complementary color
Monochromatic Colors of #1C6393
Black with #1C6393
Text Example
Text Example
White with #1C6393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6393; }
p { color: rgb(28,99,147); }
H1.HeaderClassName
{
color: #1C6393;
}
.AnyTagClassName
{
color: #1C6393;
}
</style>
background-color css
<style>
a { background-color: #1C6393; }
a { background-color: rgb(28,99,147); }
div.DivClassName
{
background-color: #1C6393;
}
.BgClassName
{
background-color: #1C6393;
}
</style>
border-color css
<style>
span { border-color: #1C6393; }
span { border-color: rgb(28,99,147); }
td.TdClassName
{
border-color: #1C6393;
}
.TagClassName
{
border-color: #1C6393;
}
</style>