Shades of Endeavour #1C599E
Tints of Endeavour #1C599E
RGB
CMYK
RGB Variations
Color information
#1C599E (or 0x1C599E) is known color: Endeavour. HEX triplet: 1C, 59 and 9E. RGB value is (28,89,158). Sum of RGB (Red+Green+Blue) = 28+89+158=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C599E is #E3A661. Grayscale: #4E4E4E. Windows color (decimal): -14919266 or 10377500. OLE color: 10377500.
HSL color Cylindrical-coordinate representation of color #1C599E: hue angle of 211.85º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C599E is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 89 | 158 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.38 |
| HSL | 211.85º | 0.7% | 0.36% | - |
| HSV(B) | 211.85º | 0.82% | 0.62% | - |
| XYZ | 10.22 | 9.86 | 33.71 | - |
| YUV | 78.63 | 172.79 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 89 | 158 | 0.82 | 0.44 | 0 | 0.38 | 211.85 | 0.7 | 0.36 |
| Hex | 1C | 59 | 9E | 52 | 2C | 0 | 26 | D4 | 46 | 24 |
| Octal | 34 | 131 | 236 | 122 | 54 | 0 | 46 | 324 | 106 | 44 |
| Binary | 11100 | 1011001 | 10011110 | 1010010 | 101100 | 0 | 100110 | 11010100 | 1000110 | 100100 |
Color Harmonies of #1C599E
Complementary color
Monochromatic Colors of #1C599E
Black with #1C599E
Text Example
Text Example
White with #1C599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C599E; }
p { color: rgb(28,89,158); }
H1.HeaderClassName
{
color: #1C599E;
}
.AnyTagClassName
{
color: #1C599E;
}
</style>
background-color css
<style>
a { background-color: #1C599E; }
a { background-color: rgb(28,89,158); }
div.DivClassName
{
background-color: #1C599E;
}
.BgClassName
{
background-color: #1C599E;
}
</style>
border-color css
<style>
span { border-color: #1C599E; }
span { border-color: rgb(28,89,158); }
td.TdClassName
{
border-color: #1C599E;
}
.TagClassName
{
border-color: #1C599E;
}
</style>