Shades of Endeavour #1C448D
Tints of Endeavour #1C448D
RGB
CMYK
RGB Variations
Color information
#1C448D (or 0x1C448D) is known color: Endeavour. HEX triplet: 1C, 44 and 8D. RGB value is (28,68,141). Sum of RGB (Red+Green+Blue) = 28+68+141=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C448D is #E3BB72. Grayscale: #404040. Windows color (decimal): -14924659 or 9258012. OLE color: 9258012.
HSL color Cylindrical-coordinate representation of color #1C448D: hue angle of 218.76º degrees, saturation: 0.67, 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 #1C448D is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 68 | 141 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.45 |
| HSL | 218.76º | 0.67% | 0.33% | - |
| HSV(B) | 218.76º | 0.8% | 0.55% | - |
| XYZ | 7.35 | 6.3 | 26.03 | - |
| YUV | 64.36 | 171.25 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 68 | 141 | 0.80 | 0.52 | 0 | 0.45 | 218.76 | 0.67 | 0.33 |
| Hex | 1C | 44 | 8D | 50 | 34 | 0 | 2D | DB | 43 | 21 |
| Octal | 34 | 104 | 215 | 120 | 64 | 0 | 55 | 333 | 103 | 41 |
| Binary | 11100 | 1000100 | 10001101 | 1010000 | 110100 | 0 | 101101 | 11011011 | 1000011 | 100001 |
Color Harmonies of #1C448D
Complementary color
Monochromatic Colors of #1C448D
Black with #1C448D
Text Example
Text Example
White with #1C448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C448D; }
p { color: rgb(28,68,141); }
H1.HeaderClassName
{
color: #1C448D;
}
.AnyTagClassName
{
color: #1C448D;
}
</style>
background-color css
<style>
a { background-color: #1C448D; }
a { background-color: rgb(28,68,141); }
div.DivClassName
{
background-color: #1C448D;
}
.BgClassName
{
background-color: #1C448D;
}
</style>
border-color css
<style>
span { border-color: #1C448D; }
span { border-color: rgb(28,68,141); }
td.TdClassName
{
border-color: #1C448D;
}
.TagClassName
{
border-color: #1C448D;
}
</style>