Shades of Endeavour #1C6294
Tints of Endeavour #1C6294
RGB
CMYK
RGB Variations
Color information
#1C6294 (or 0x1C6294) is known color: Endeavour. HEX triplet: 1C, 62 and 94. RGB value is (28,98,148). Sum of RGB (Red+Green+Blue) = 28+98+148=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C6294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6294 is #E39D6B. Grayscale: #525252. Windows color (decimal): -14916972 or 9724444. OLE color: 9724444.
HSL color Cylindrical-coordinate representation of color #1C6294: hue angle of 205º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C6294 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 98 | 148 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.42 |
| HSL | 205º | 0.68% | 0.35% | - |
| HSV(B) | 205º | 0.81% | 0.58% | - |
| XYZ | 10.19 | 11.12 | 29.63 | - |
| YUV | 82.77 | 164.81 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 98 | 148 | 0.81 | 0.34 | 0 | 0.42 | 205 | 0.68 | 0.35 |
| Hex | 1C | 62 | 94 | 51 | 22 | 0 | 2A | CD | 44 | 23 |
| Octal | 34 | 142 | 224 | 121 | 42 | 0 | 52 | 315 | 104 | 43 |
| Binary | 11100 | 1100010 | 10010100 | 1010001 | 100010 | 0 | 101010 | 11001101 | 1000100 | 100011 |
Color Harmonies of #1C6294
Complementary color
Monochromatic Colors of #1C6294
Black with #1C6294
Text Example
Text Example
White with #1C6294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6294; }
p { color: rgb(28,98,148); }
H1.HeaderClassName
{
color: #1C6294;
}
.AnyTagClassName
{
color: #1C6294;
}
</style>
background-color css
<style>
a { background-color: #1C6294; }
a { background-color: rgb(28,98,148); }
div.DivClassName
{
background-color: #1C6294;
}
.BgClassName
{
background-color: #1C6294;
}
</style>
border-color css
<style>
span { border-color: #1C6294; }
span { border-color: rgb(28,98,148); }
td.TdClassName
{
border-color: #1C6294;
}
.TagClassName
{
border-color: #1C6294;
}
</style>