Shades of Endeavour #1F4988
Tints of Endeavour #1F4988
RGB
CMYK
RGB Variations
Color information
#1F4988 (or 0x1F4988) is known color: Endeavour. HEX triplet: 1F, 49 and 88. RGB value is (31,73,136). Sum of RGB (Red+Green+Blue) = 31+73+136=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F4988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4988 is #E0B677. Grayscale: #434343. Windows color (decimal): -14726776 or 8931615. OLE color: 8931615.
HSL color Cylindrical-coordinate representation of color #1F4988: hue angle of 216º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F4988 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 73 | 136 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.47 |
| HSL | 216º | 0.63% | 0.33% | - |
| HSV(B) | 216º | 0.77% | 0.53% | - |
| XYZ | 7.39 | 6.83 | 24.22 | - |
| YUV | 67.62 | 166.59 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 136 | 0.77 | 0.46 | 0 | 0.47 | 216 | 0.63 | 0.33 |
| Hex | 1F | 49 | 88 | 4D | 2E | 0 | 2F | D8 | 3F | 21 |
| Octal | 37 | 111 | 210 | 115 | 56 | 0 | 57 | 330 | 77 | 41 |
| Binary | 11111 | 1001001 | 10001000 | 1001101 | 101110 | 0 | 101111 | 11011000 | 111111 | 100001 |
Color Harmonies of #1F4988
Complementary color
Monochromatic Colors of #1F4988
Black with #1F4988
Text Example
Text Example
White with #1F4988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4988; }
p { color: rgb(31,73,136); }
H1.HeaderClassName
{
color: #1F4988;
}
.AnyTagClassName
{
color: #1F4988;
}
</style>
background-color css
<style>
a { background-color: #1F4988; }
a { background-color: rgb(31,73,136); }
div.DivClassName
{
background-color: #1F4988;
}
.BgClassName
{
background-color: #1F4988;
}
</style>
border-color css
<style>
span { border-color: #1F4988; }
span { border-color: rgb(31,73,136); }
td.TdClassName
{
border-color: #1F4988;
}
.TagClassName
{
border-color: #1F4988;
}
</style>