Shades of Endeavour #1D628D
Tints of Endeavour #1D628D
RGB
CMYK
RGB Variations
Color information
#1D628D (or 0x1D628D) is known color: Endeavour. HEX triplet: 1D, 62 and 8D. RGB value is (29,98,141). Sum of RGB (Red+Green+Blue) = 29+98+141=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D628D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D628D is #E29D72. Grayscale: #525252. Windows color (decimal): -14851443 or 9265693. OLE color: 9265693.
HSL color Cylindrical-coordinate representation of color #1D628D: hue angle of 203.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 #1D628D is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 98 | 141 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.45 |
| HSL | 203.04º | 0.66% | 0.33% | - |
| HSV(B) | 203.04º | 0.79% | 0.55% | - |
| XYZ | 9.68 | 10.92 | 26.8 | - |
| YUV | 82.27 | 161.14 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 98 | 141 | 0.79 | 0.30 | 0 | 0.45 | 203.04 | 0.66 | 0.33 |
| Hex | 1D | 62 | 8D | 4F | 1E | 0 | 2D | CB | 42 | 21 |
| Octal | 35 | 142 | 215 | 117 | 36 | 0 | 55 | 313 | 102 | 41 |
| Binary | 11101 | 1100010 | 10001101 | 1001111 | 11110 | 0 | 101101 | 11001011 | 1000010 | 100001 |
Color Harmonies of #1D628D
Complementary color
Monochromatic Colors of #1D628D
Black with #1D628D
Text Example
Text Example
White with #1D628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D628D; }
p { color: rgb(29,98,141); }
H1.HeaderClassName
{
color: #1D628D;
}
.AnyTagClassName
{
color: #1D628D;
}
</style>
background-color css
<style>
a { background-color: #1D628D; }
a { background-color: rgb(29,98,141); }
div.DivClassName
{
background-color: #1D628D;
}
.BgClassName
{
background-color: #1D628D;
}
</style>
border-color css
<style>
span { border-color: #1D628D; }
span { border-color: rgb(29,98,141); }
td.TdClassName
{
border-color: #1D628D;
}
.TagClassName
{
border-color: #1D628D;
}
</style>