Shades of Endeavour #1C498B
Tints of Endeavour #1C498B
RGB
CMYK
RGB Variations
Color information
#1C498B (or 0x1C498B) is known color: Endeavour. HEX triplet: 1C, 49 and 8B. RGB value is (28,73,139). Sum of RGB (Red+Green+Blue) = 28+73+139=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C498B is #E3B674. Grayscale: #424242. Windows color (decimal): -14923381 or 9128220. OLE color: 9128220.
HSL color Cylindrical-coordinate representation of color #1C498B: hue angle of 215.68º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C498B is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 73 | 139 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.45 |
| HSL | 215.68º | 0.66% | 0.33% | - |
| HSV(B) | 215.68º | 0.8% | 0.55% | - |
| XYZ | 7.52 | 6.88 | 25.36 | - |
| YUV | 67.07 | 168.59 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 139 | 0.80 | 0.47 | 0 | 0.45 | 215.68 | 0.66 | 0.33 |
| Hex | 1C | 49 | 8B | 50 | 2F | 0 | 2D | D8 | 42 | 21 |
| Octal | 34 | 111 | 213 | 120 | 57 | 0 | 55 | 330 | 102 | 41 |
| Binary | 11100 | 1001001 | 10001011 | 1010000 | 101111 | 0 | 101101 | 11011000 | 1000010 | 100001 |
Color Harmonies of #1C498B
Complementary color
Monochromatic Colors of #1C498B
Black with #1C498B
Text Example
Text Example
White with #1C498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C498B; }
p { color: rgb(28,73,139); }
H1.HeaderClassName
{
color: #1C498B;
}
.AnyTagClassName
{
color: #1C498B;
}
</style>
background-color css
<style>
a { background-color: #1C498B; }
a { background-color: rgb(28,73,139); }
div.DivClassName
{
background-color: #1C498B;
}
.BgClassName
{
background-color: #1C498B;
}
</style>
border-color css
<style>
span { border-color: #1C498B; }
span { border-color: rgb(28,73,139); }
td.TdClassName
{
border-color: #1C498B;
}
.TagClassName
{
border-color: #1C498B;
}
</style>