Shades of Endeavour #1C488B
Tints of Endeavour #1C488B
RGB
CMYK
RGB Variations
Color information
#1C488B (or 0x1C488B) is known color: Endeavour. HEX triplet: 1C, 48 and 8B. RGB value is (28,72,139). Sum of RGB (Red+Green+Blue) = 28+72+139=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C488B is #E3B774. Grayscale: #424242. Windows color (decimal): -14923637 or 9127964. OLE color: 9127964.
HSL color Cylindrical-coordinate representation of color #1C488B: hue angle of 216.22º 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 #1C488B is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 72 | 139 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.45 |
| HSL | 216.22º | 0.66% | 0.33% | - |
| HSV(B) | 216.22º | 0.8% | 0.55% | - |
| XYZ | 7.46 | 6.75 | 25.34 | - |
| YUV | 66.48 | 168.92 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 139 | 0.80 | 0.48 | 0 | 0.45 | 216.22 | 0.66 | 0.33 |
| Hex | 1C | 48 | 8B | 50 | 30 | 0 | 2D | D8 | 42 | 21 |
| Octal | 34 | 110 | 213 | 120 | 60 | 0 | 55 | 330 | 102 | 41 |
| Binary | 11100 | 1001000 | 10001011 | 1010000 | 110000 | 0 | 101101 | 11011000 | 1000010 | 100001 |
Color Harmonies of #1C488B
Complementary color
Monochromatic Colors of #1C488B
Black with #1C488B
Text Example
Text Example
White with #1C488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C488B; }
p { color: rgb(28,72,139); }
H1.HeaderClassName
{
color: #1C488B;
}
.AnyTagClassName
{
color: #1C488B;
}
</style>
background-color css
<style>
a { background-color: #1C488B; }
a { background-color: rgb(28,72,139); }
div.DivClassName
{
background-color: #1C488B;
}
.BgClassName
{
background-color: #1C488B;
}
</style>
border-color css
<style>
span { border-color: #1C488B; }
span { border-color: rgb(28,72,139); }
td.TdClassName
{
border-color: #1C488B;
}
.TagClassName
{
border-color: #1C488B;
}
</style>