Shades of Endeavour #1F4986
Tints of Endeavour #1F4986
RGB
CMYK
RGB Variations
Color information
#1F4986 (or 0x1F4986) is known color: Endeavour. HEX triplet: 1F, 49 and 86. RGB value is (31,73,134). Sum of RGB (Red+Green+Blue) = 31+73+134=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F4986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4986 is #E0B679. Grayscale: #434343. Windows color (decimal): -14726778 or 8800543. OLE color: 8800543.
HSL color Cylindrical-coordinate representation of color #1F4986: hue angle of 215.53º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F4986 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 73 | 134 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.47 |
| HSL | 215.53º | 0.62% | 0.32% | - |
| HSV(B) | 215.53º | 0.77% | 0.53% | - |
| XYZ | 7.25 | 6.78 | 23.48 | - |
| YUV | 67.4 | 165.59 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 134 | 0.77 | 0.46 | 0 | 0.47 | 215.53 | 0.62 | 0.32 |
| Hex | 1F | 49 | 86 | 4D | 2E | 0 | 2F | D8 | 3E | 20 |
| Octal | 37 | 111 | 206 | 115 | 56 | 0 | 57 | 330 | 76 | 40 |
| Binary | 11111 | 1001001 | 10000110 | 1001101 | 101110 | 0 | 101111 | 11011000 | 111110 | 100000 |
Color Harmonies of #1F4986
Complementary color
Monochromatic Colors of #1F4986
Black with #1F4986
Text Example
Text Example
White with #1F4986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4986; }
p { color: rgb(31,73,134); }
H1.HeaderClassName
{
color: #1F4986;
}
.AnyTagClassName
{
color: #1F4986;
}
</style>
background-color css
<style>
a { background-color: #1F4986; }
a { background-color: rgb(31,73,134); }
div.DivClassName
{
background-color: #1F4986;
}
.BgClassName
{
background-color: #1F4986;
}
</style>
border-color css
<style>
span { border-color: #1F4986; }
span { border-color: rgb(31,73,134); }
td.TdClassName
{
border-color: #1F4986;
}
.TagClassName
{
border-color: #1F4986;
}
</style>