Shades of Endeavour #1D468D
Tints of Endeavour #1D468D
RGB
CMYK
RGB Variations
Color information
#1D468D (or 0x1D468D) is known color: Endeavour. HEX triplet: 1D, 46 and 8D. RGB value is (29,70,141). Sum of RGB (Red+Green+Blue) = 29+70+141=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D468D is #E2B972. Grayscale: #414141. Windows color (decimal): -14858611 or 9258525. OLE color: 9258525.
HSL color Cylindrical-coordinate representation of color #1D468D: hue angle of 218.04º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D468D is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 70 | 141 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.45 |
| HSL | 218.04º | 0.66% | 0.33% | - |
| HSV(B) | 218.04º | 0.79% | 0.55% | - |
| XYZ | 7.5 | 6.56 | 26.07 | - |
| YUV | 65.84 | 170.42 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 141 | 0.79 | 0.50 | 0 | 0.45 | 218.04 | 0.66 | 0.33 |
| Hex | 1D | 46 | 8D | 4F | 32 | 0 | 2D | DA | 42 | 21 |
| Octal | 35 | 106 | 215 | 117 | 62 | 0 | 55 | 332 | 102 | 41 |
| Binary | 11101 | 1000110 | 10001101 | 1001111 | 110010 | 0 | 101101 | 11011010 | 1000010 | 100001 |
Color Harmonies of #1D468D
Complementary color
Monochromatic Colors of #1D468D
Black with #1D468D
Text Example
Text Example
White with #1D468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D468D; }
p { color: rgb(29,70,141); }
H1.HeaderClassName
{
color: #1D468D;
}
.AnyTagClassName
{
color: #1D468D;
}
</style>
background-color css
<style>
a { background-color: #1D468D; }
a { background-color: rgb(29,70,141); }
div.DivClassName
{
background-color: #1D468D;
}
.BgClassName
{
background-color: #1D468D;
}
</style>
border-color css
<style>
span { border-color: #1D468D; }
span { border-color: rgb(29,70,141); }
td.TdClassName
{
border-color: #1D468D;
}
.TagClassName
{
border-color: #1D468D;
}
</style>