Shades of Endeavour #1C499A
Tints of Endeavour #1C499A
RGB
CMYK
RGB Variations
Color information
#1C499A (or 0x1C499A) is known color: Endeavour. HEX triplet: 1C, 49 and 9A. RGB value is (28,73,154). Sum of RGB (Red+Green+Blue) = 28+73+154=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C499A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C499A is #E3B665. Grayscale: #444444. Windows color (decimal): -14923366 or 10111260. OLE color: 10111260.
HSL color Cylindrical-coordinate representation of color #1C499A: hue angle of 218.57º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C499A is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 73 | 154 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.40 |
| HSL | 218.57º | 0.69% | 0.36% | - |
| HSV(B) | 218.57º | 0.82% | 0.6% | - |
| XYZ | 8.69 | 7.35 | 31.53 | - |
| YUV | 68.78 | 176.09 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 154 | 0.82 | 0.53 | 0 | 0.40 | 218.57 | 0.69 | 0.36 |
| Hex | 1C | 49 | 9A | 52 | 35 | 0 | 28 | DB | 45 | 24 |
| Octal | 34 | 111 | 232 | 122 | 65 | 0 | 50 | 333 | 105 | 44 |
| Binary | 11100 | 1001001 | 10011010 | 1010010 | 110101 | 0 | 101000 | 11011011 | 1000101 | 100100 |
Color Harmonies of #1C499A
Complementary color
Monochromatic Colors of #1C499A
Black with #1C499A
Text Example
Text Example
White with #1C499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C499A; }
p { color: rgb(28,73,154); }
H1.HeaderClassName
{
color: #1C499A;
}
.AnyTagClassName
{
color: #1C499A;
}
</style>
background-color css
<style>
a { background-color: #1C499A; }
a { background-color: rgb(28,73,154); }
div.DivClassName
{
background-color: #1C499A;
}
.BgClassName
{
background-color: #1C499A;
}
</style>
border-color css
<style>
span { border-color: #1C499A; }
span { border-color: rgb(28,73,154); }
td.TdClassName
{
border-color: #1C499A;
}
.TagClassName
{
border-color: #1C499A;
}
</style>