Shades of Endeavour #1F488D
Tints of Endeavour #1F488D
RGB
CMYK
RGB Variations
Color information
#1F488D (or 0x1F488D) is known color: Endeavour. HEX triplet: 1F, 48 and 8D. RGB value is (31,72,141). Sum of RGB (Red+Green+Blue) = 31+72+141=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F488D is #E0B772. Grayscale: #434343. Windows color (decimal): -14727027 or 9259039. OLE color: 9259039.
HSL color Cylindrical-coordinate representation of color #1F488D: hue angle of 217.64º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F488D is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 72 | 141 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.45 |
| HSL | 217.64º | 0.64% | 0.34% | - |
| HSV(B) | 217.64º | 0.78% | 0.55% | - |
| XYZ | 7.69 | 6.85 | 26.12 | - |
| YUV | 67.61 | 169.42 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 141 | 0.78 | 0.49 | 0 | 0.45 | 217.64 | 0.64 | 0.34 |
| Hex | 1F | 48 | 8D | 4E | 31 | 0 | 2D | DA | 40 | 22 |
| Octal | 37 | 110 | 215 | 116 | 61 | 0 | 55 | 332 | 100 | 42 |
| Binary | 11111 | 1001000 | 10001101 | 1001110 | 110001 | 0 | 101101 | 11011010 | 1000000 | 100010 |
Color Harmonies of #1F488D
Complementary color
Monochromatic Colors of #1F488D
Black with #1F488D
Text Example
Text Example
White with #1F488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F488D; }
p { color: rgb(31,72,141); }
H1.HeaderClassName
{
color: #1F488D;
}
.AnyTagClassName
{
color: #1F488D;
}
</style>
background-color css
<style>
a { background-color: #1F488D; }
a { background-color: rgb(31,72,141); }
div.DivClassName
{
background-color: #1F488D;
}
.BgClassName
{
background-color: #1F488D;
}
</style>
border-color css
<style>
span { border-color: #1F488D; }
span { border-color: rgb(31,72,141); }
td.TdClassName
{
border-color: #1F488D;
}
.TagClassName
{
border-color: #1F488D;
}
</style>