Shades of Endeavour #1C4998
Tints of Endeavour #1C4998
RGB
CMYK
RGB Variations
Color information
#1C4998 (or 0x1C4998) is known color: Endeavour. HEX triplet: 1C, 49 and 98. RGB value is (28,73,152). Sum of RGB (Red+Green+Blue) = 28+73+152=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #1C4998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4998 is #E3B667. Grayscale: #444444. Windows color (decimal): -14923368 or 9980188. OLE color: 9980188.
HSL color Cylindrical-coordinate representation of color #1C4998: hue angle of 218.23º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C4998 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 73 | 152 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.40 |
| HSL | 218.23º | 0.69% | 0.35% | - |
| HSV(B) | 218.23º | 0.82% | 0.6% | - |
| XYZ | 8.53 | 7.28 | 30.66 | - |
| YUV | 68.55 | 175.09 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 152 | 0.82 | 0.52 | 0 | 0.40 | 218.23 | 0.69 | 0.35 |
| Hex | 1C | 49 | 98 | 52 | 34 | 0 | 28 | DA | 45 | 23 |
| Octal | 34 | 111 | 230 | 122 | 64 | 0 | 50 | 332 | 105 | 43 |
| Binary | 11100 | 1001001 | 10011000 | 1010010 | 110100 | 0 | 101000 | 11011010 | 1000101 | 100011 |
Color Harmonies of #1C4998
Complementary color
Monochromatic Colors of #1C4998
Black with #1C4998
Text Example
Text Example
White with #1C4998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4998; }
p { color: rgb(28,73,152); }
H1.HeaderClassName
{
color: #1C4998;
}
.AnyTagClassName
{
color: #1C4998;
}
</style>
background-color css
<style>
a { background-color: #1C4998; }
a { background-color: rgb(28,73,152); }
div.DivClassName
{
background-color: #1C4998;
}
.BgClassName
{
background-color: #1C4998;
}
</style>
border-color css
<style>
span { border-color: #1C4998; }
span { border-color: rgb(28,73,152); }
td.TdClassName
{
border-color: #1C4998;
}
.TagClassName
{
border-color: #1C4998;
}
</style>