Shades of Endeavour #1D568A
Tints of Endeavour #1D568A
RGB
CMYK
RGB Variations
Color information
#1D568A (or 0x1D568A) is known color: Endeavour. HEX triplet: 1D, 56 and 8A. RGB value is (29,86,138). Sum of RGB (Red+Green+Blue) = 29+86+138=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D568A is #E2A975. Grayscale: #4A4A4A. Windows color (decimal): -14854518 or 9066013. OLE color: 9066013.
HSL color Cylindrical-coordinate representation of color #1D568A: hue angle of 208.62º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D568A is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 86 | 138 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.46 |
| HSL | 208.62º | 0.65% | 0.33% | - |
| HSV(B) | 208.62º | 0.79% | 0.54% | - |
| XYZ | 8.42 | 8.75 | 25.29 | - |
| YUV | 74.89 | 163.62 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 138 | 0.79 | 0.38 | 0 | 0.46 | 208.62 | 0.65 | 0.33 |
| Hex | 1D | 56 | 8A | 4F | 26 | 0 | 2E | D1 | 41 | 21 |
| Octal | 35 | 126 | 212 | 117 | 46 | 0 | 56 | 321 | 101 | 41 |
| Binary | 11101 | 1010110 | 10001010 | 1001111 | 100110 | 0 | 101110 | 11010001 | 1000001 | 100001 |
Color Harmonies of #1D568A
Complementary color
Monochromatic Colors of #1D568A
Black with #1D568A
Text Example
Text Example
White with #1D568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D568A; }
p { color: rgb(29,86,138); }
H1.HeaderClassName
{
color: #1D568A;
}
.AnyTagClassName
{
color: #1D568A;
}
</style>
background-color css
<style>
a { background-color: #1D568A; }
a { background-color: rgb(29,86,138); }
div.DivClassName
{
background-color: #1D568A;
}
.BgClassName
{
background-color: #1D568A;
}
</style>
border-color css
<style>
span { border-color: #1D568A; }
span { border-color: rgb(29,86,138); }
td.TdClassName
{
border-color: #1D568A;
}
.TagClassName
{
border-color: #1D568A;
}
</style>