Shades of Endeavour #1C6097
Tints of Endeavour #1C6097
RGB
CMYK
RGB Variations
Color information
#1C6097 (or 0x1C6097) is known color: Endeavour. HEX triplet: 1C, 60 and 97. RGB value is (28,96,151). Sum of RGB (Red+Green+Blue) = 28+96+151=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #1C6097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6097 is #E39F68. Grayscale: #515151. Windows color (decimal): -14917481 or 9920540. OLE color: 9920540.
HSL color Cylindrical-coordinate representation of color #1C6097: hue angle of 206.83º 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 #1C6097 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 28 | 96 | 151 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.41 |
| HSL | 206.83º | 0.69% | 0.35% | - |
| HSV(B) | 206.83º | 0.81% | 0.59% | - |
| XYZ | 10.25 | 10.85 | 30.83 | - |
| YUV | 81.94 | 166.97 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 96 | 151 | 0.81 | 0.36 | 0 | 0.41 | 206.83 | 0.69 | 0.35 |
| Hex | 1C | 60 | 97 | 51 | 24 | 0 | 29 | CF | 45 | 23 |
| Octal | 34 | 140 | 227 | 121 | 44 | 0 | 51 | 317 | 105 | 43 |
| Binary | 11100 | 1100000 | 10010111 | 1010001 | 100100 | 0 | 101001 | 11001111 | 1000101 | 100011 |
Color Harmonies of #1C6097
Complementary color
Monochromatic Colors of #1C6097
Black with #1C6097
Text Example
Text Example
White with #1C6097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6097; }
p { color: rgb(28,96,151); }
H1.HeaderClassName
{
color: #1C6097;
}
.AnyTagClassName
{
color: #1C6097;
}
</style>
background-color css
<style>
a { background-color: #1C6097; }
a { background-color: rgb(28,96,151); }
div.DivClassName
{
background-color: #1C6097;
}
.BgClassName
{
background-color: #1C6097;
}
</style>
border-color css
<style>
span { border-color: #1C6097; }
span { border-color: rgb(28,96,151); }
td.TdClassName
{
border-color: #1C6097;
}
.TagClassName
{
border-color: #1C6097;
}
</style>