Shades of Endeavour #1C6497
Tints of Endeavour #1C6497
RGB
CMYK
RGB Variations
Color information
#1C6497 (or 0x1C6497) is known color: Endeavour. HEX triplet: 1C, 64 and 97. RGB value is (28,100,151). Sum of RGB (Red+Green+Blue) = 28+100+151=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #1C6497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6497 is #E39B68. Grayscale: #545454. Windows color (decimal): -14916457 or 9921564. OLE color: 9921564.
HSL color Cylindrical-coordinate representation of color #1C6497: hue angle of 204.88º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C6497 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 28 | 100 | 151 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.41 |
| HSL | 204.88º | 0.69% | 0.35% | - |
| HSV(B) | 204.88º | 0.81% | 0.59% | - |
| XYZ | 10.62 | 11.6 | 30.96 | - |
| YUV | 84.29 | 165.65 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 151 | 0.81 | 0.34 | 0 | 0.41 | 204.88 | 0.69 | 0.35 |
| Hex | 1C | 64 | 97 | 51 | 22 | 0 | 29 | CD | 45 | 23 |
| Octal | 34 | 144 | 227 | 121 | 42 | 0 | 51 | 315 | 105 | 43 |
| Binary | 11100 | 1100100 | 10010111 | 1010001 | 100010 | 0 | 101001 | 11001101 | 1000101 | 100011 |
Color Harmonies of #1C6497
Complementary color
Monochromatic Colors of #1C6497
Black with #1C6497
Text Example
Text Example
White with #1C6497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6497; }
p { color: rgb(28,100,151); }
H1.HeaderClassName
{
color: #1C6497;
}
.AnyTagClassName
{
color: #1C6497;
}
</style>
background-color css
<style>
a { background-color: #1C6497; }
a { background-color: rgb(28,100,151); }
div.DivClassName
{
background-color: #1C6497;
}
.BgClassName
{
background-color: #1C6497;
}
</style>
border-color css
<style>
span { border-color: #1C6497; }
span { border-color: rgb(28,100,151); }
td.TdClassName
{
border-color: #1C6497;
}
.TagClassName
{
border-color: #1C6497;
}
</style>