Shades of Endeavour #1C6599
Tints of Endeavour #1C6599
RGB
CMYK
RGB Variations
Color information
#1C6599 (or 0x1C6599) is known color: Endeavour. HEX triplet: 1C, 65 and 99. RGB value is (28,101,153). Sum of RGB (Red+Green+Blue) = 28+101+153=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C6599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6599 is #E39A66. Grayscale: #545454. Windows color (decimal): -14916199 or 10052892. OLE color: 10052892.
HSL color Cylindrical-coordinate representation of color #1C6599: hue angle of 204.96º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C6599 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 101 | 153 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.4 |
| HSL | 204.96º | 0.69% | 0.35% | - |
| HSV(B) | 204.96º | 0.82% | 0.6% | - |
| XYZ | 10.88 | 11.85 | 31.85 | - |
| YUV | 85.1 | 166.32 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 101 | 153 | 0.82 | 0.34 | 0 | 0.4 | 204.96 | 0.69 | 0.35 |
| Hex | 1C | 65 | 99 | 52 | 22 | 0 | 28 | CD | 45 | 23 |
| Octal | 34 | 145 | 231 | 122 | 42 | 0 | 50 | 315 | 105 | 43 |
| Binary | 11100 | 1100101 | 10011001 | 1010010 | 100010 | 0 | 101000 | 11001101 | 1000101 | 100011 |
Color Harmonies of #1C6599
Complementary color
Monochromatic Colors of #1C6599
Black with #1C6599
Text Example
Text Example
White with #1C6599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6599; }
p { color: rgb(28,101,153); }
H1.HeaderClassName
{
color: #1C6599;
}
.AnyTagClassName
{
color: #1C6599;
}
</style>
background-color css
<style>
a { background-color: #1C6599; }
a { background-color: rgb(28,101,153); }
div.DivClassName
{
background-color: #1C6599;
}
.BgClassName
{
background-color: #1C6599;
}
</style>
border-color css
<style>
span { border-color: #1C6599; }
span { border-color: rgb(28,101,153); }
td.TdClassName
{
border-color: #1C6599;
}
.TagClassName
{
border-color: #1C6599;
}
</style>