Shades of Endeavour #1C6594
Tints of Endeavour #1C6594
RGB
CMYK
RGB Variations
Color information
#1C6594 (or 0x1C6594) is known color: Endeavour. HEX triplet: 1C, 65 and 94. RGB value is (28,101,148). Sum of RGB (Red+Green+Blue) = 28+101+148=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C6594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6594 is #E39A6B. Grayscale: #545454. Windows color (decimal): -14916204 or 9725212. OLE color: 9725212.
HSL color Cylindrical-coordinate representation of color #1C6594: hue angle of 203.5º 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 #1C6594 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 101 | 148 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.42 |
| HSL | 203.5º | 0.68% | 0.35% | - |
| HSV(B) | 203.5º | 0.81% | 0.58% | - |
| XYZ | 10.48 | 11.69 | 29.72 | - |
| YUV | 84.53 | 163.82 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 101 | 148 | 0.81 | 0.32 | 0 | 0.42 | 203.5 | 0.68 | 0.35 |
| Hex | 1C | 65 | 94 | 51 | 20 | 0 | 2A | CC | 44 | 23 |
| Octal | 34 | 145 | 224 | 121 | 40 | 0 | 52 | 314 | 104 | 43 |
| Binary | 11100 | 1100101 | 10010100 | 1010001 | 100000 | 0 | 101010 | 11001100 | 1000100 | 100011 |
Color Harmonies of #1C6594
Complementary color
Monochromatic Colors of #1C6594
Black with #1C6594
Text Example
Text Example
White with #1C6594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6594; }
p { color: rgb(28,101,148); }
H1.HeaderClassName
{
color: #1C6594;
}
.AnyTagClassName
{
color: #1C6594;
}
</style>
background-color css
<style>
a { background-color: #1C6594; }
a { background-color: rgb(28,101,148); }
div.DivClassName
{
background-color: #1C6594;
}
.BgClassName
{
background-color: #1C6594;
}
</style>
border-color css
<style>
span { border-color: #1C6594; }
span { border-color: rgb(28,101,148); }
td.TdClassName
{
border-color: #1C6594;
}
.TagClassName
{
border-color: #1C6594;
}
</style>