Shades of Endeavour #1C6893
Tints of Endeavour #1C6893
RGB
CMYK
RGB Variations
Color information
#1C6893 (or 0x1C6893) is known color: Endeavour. HEX triplet: 1C, 68 and 93. RGB value is (28,104,147). Sum of RGB (Red+Green+Blue) = 28+104+147=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #1C6893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6893 is #E3976C. Grayscale: #555555. Windows color (decimal): -14915437 or 9660444. OLE color: 9660444.
HSL color Cylindrical-coordinate representation of color #1C6893: hue angle of 201.68º 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 #1C6893 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 104 | 147 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.42 |
| HSL | 201.68º | 0.68% | 0.34% | - |
| HSV(B) | 201.68º | 0.81% | 0.58% | - |
| XYZ | 10.7 | 12.25 | 29.41 | - |
| YUV | 86.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 104 | 147 | 0.81 | 0.29 | 0 | 0.42 | 201.68 | 0.68 | 0.34 |
| Hex | 1C | 68 | 93 | 51 | 1D | 0 | 2A | CA | 44 | 22 |
| Octal | 34 | 150 | 223 | 121 | 35 | 0 | 52 | 312 | 104 | 42 |
| Binary | 11100 | 1101000 | 10010011 | 1010001 | 11101 | 0 | 101010 | 11001010 | 1000100 | 100010 |
Color Harmonies of #1C6893
Complementary color
Monochromatic Colors of #1C6893
Black with #1C6893
Text Example
Text Example
White with #1C6893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6893; }
p { color: rgb(28,104,147); }
H1.HeaderClassName
{
color: #1C6893;
}
.AnyTagClassName
{
color: #1C6893;
}
</style>
background-color css
<style>
a { background-color: #1C6893; }
a { background-color: rgb(28,104,147); }
div.DivClassName
{
background-color: #1C6893;
}
.BgClassName
{
background-color: #1C6893;
}
</style>
border-color css
<style>
span { border-color: #1C6893; }
span { border-color: rgb(28,104,147); }
td.TdClassName
{
border-color: #1C6893;
}
.TagClassName
{
border-color: #1C6893;
}
</style>