Shades of Endeavour #1D4C97
Tints of Endeavour #1D4C97
RGB
CMYK
RGB Variations
Color information
#1D4C97 (or 0x1D4C97) is known color: Endeavour. HEX triplet: 1D, 4C and 97. RGB value is (29,76,151). Sum of RGB (Red+Green+Blue) = 29+76+151=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #1D4C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4C97 is #E2B368. Grayscale: #464646. Windows color (decimal): -14857065 or 9915421. OLE color: 9915421.
HSL color Cylindrical-coordinate representation of color #1D4C97: hue angle of 216.89º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D4C97 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 76 | 151 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.41 |
| HSL | 216.89º | 0.68% | 0.35% | - |
| HSV(B) | 216.89º | 0.81% | 0.59% | - |
| XYZ | 8.68 | 7.66 | 30.3 | - |
| YUV | 70.5 | 173.43 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 151 | 0.81 | 0.50 | 0 | 0.41 | 216.89 | 0.68 | 0.35 |
| Hex | 1D | 4C | 97 | 51 | 32 | 0 | 29 | D9 | 44 | 23 |
| Octal | 35 | 114 | 227 | 121 | 62 | 0 | 51 | 331 | 104 | 43 |
| Binary | 11101 | 1001100 | 10010111 | 1010001 | 110010 | 0 | 101001 | 11011001 | 1000100 | 100011 |
Color Harmonies of #1D4C97
Complementary color
Monochromatic Colors of #1D4C97
Black with #1D4C97
Text Example
Text Example
White with #1D4C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4C97; }
p { color: rgb(29,76,151); }
H1.HeaderClassName
{
color: #1D4C97;
}
.AnyTagClassName
{
color: #1D4C97;
}
</style>
background-color css
<style>
a { background-color: #1D4C97; }
a { background-color: rgb(29,76,151); }
div.DivClassName
{
background-color: #1D4C97;
}
.BgClassName
{
background-color: #1D4C97;
}
</style>
border-color css
<style>
span { border-color: #1D4C97; }
span { border-color: rgb(29,76,151); }
td.TdClassName
{
border-color: #1D4C97;
}
.TagClassName
{
border-color: #1D4C97;
}
</style>