Shades of Endeavour #1C6695
Tints of Endeavour #1C6695
RGB
CMYK
RGB Variations
Color information
#1C6695 (or 0x1C6695) is known color: Endeavour. HEX triplet: 1C, 66 and 95. RGB value is (28,102,149). Sum of RGB (Red+Green+Blue) = 28+102+149=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C6695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6695 is #E3996A. Grayscale: #545454. Windows color (decimal): -14915947 or 9791004. OLE color: 9791004.
HSL color Cylindrical-coordinate representation of color #1C6695: hue angle of 203.31º 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 #1C6695 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 102 | 149 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.42 |
| HSL | 203.31º | 0.68% | 0.35% | - |
| HSV(B) | 203.31º | 0.81% | 0.58% | - |
| XYZ | 10.66 | 11.92 | 30.17 | - |
| YUV | 85.23 | 163.98 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 149 | 0.81 | 0.32 | 0 | 0.42 | 203.31 | 0.68 | 0.35 |
| Hex | 1C | 66 | 95 | 51 | 20 | 0 | 2A | CB | 44 | 23 |
| Octal | 34 | 146 | 225 | 121 | 40 | 0 | 52 | 313 | 104 | 43 |
| Binary | 11100 | 1100110 | 10010101 | 1010001 | 100000 | 0 | 101010 | 11001011 | 1000100 | 100011 |
Color Harmonies of #1C6695
Complementary color
Monochromatic Colors of #1C6695
Black with #1C6695
Text Example
Text Example
White with #1C6695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6695; }
p { color: rgb(28,102,149); }
H1.HeaderClassName
{
color: #1C6695;
}
.AnyTagClassName
{
color: #1C6695;
}
</style>
background-color css
<style>
a { background-color: #1C6695; }
a { background-color: rgb(28,102,149); }
div.DivClassName
{
background-color: #1C6695;
}
.BgClassName
{
background-color: #1C6695;
}
</style>
border-color css
<style>
span { border-color: #1C6695; }
span { border-color: rgb(28,102,149); }
td.TdClassName
{
border-color: #1C6695;
}
.TagClassName
{
border-color: #1C6695;
}
</style>