Shades of Endeavour #1F498D
Tints of Endeavour #1F498D
RGB
CMYK
RGB Variations
Color information
#1F498D (or 0x1F498D) is known color: Endeavour. HEX triplet: 1F, 49 and 8D. RGB value is (31,73,141). Sum of RGB (Red+Green+Blue) = 31+73+141=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F498D is #E0B672. Grayscale: #434343. Windows color (decimal): -14726771 or 9259295. OLE color: 9259295.
HSL color Cylindrical-coordinate representation of color #1F498D: hue angle of 217.09º 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 #1F498D is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 73 | 141 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.45 |
| HSL | 217.09º | 0.64% | 0.34% | - |
| HSV(B) | 217.09º | 0.78% | 0.55% | - |
| XYZ | 7.76 | 6.98 | 26.14 | - |
| YUV | 68.19 | 169.09 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 141 | 0.78 | 0.48 | 0 | 0.45 | 217.09 | 0.64 | 0.34 |
| Hex | 1F | 49 | 8D | 4E | 30 | 0 | 2D | D9 | 40 | 22 |
| Octal | 37 | 111 | 215 | 116 | 60 | 0 | 55 | 331 | 100 | 42 |
| Binary | 11111 | 1001001 | 10001101 | 1001110 | 110000 | 0 | 101101 | 11011001 | 1000000 | 100010 |
Color Harmonies of #1F498D
Complementary color
Monochromatic Colors of #1F498D
Black with #1F498D
Text Example
Text Example
White with #1F498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F498D; }
p { color: rgb(31,73,141); }
H1.HeaderClassName
{
color: #1F498D;
}
.AnyTagClassName
{
color: #1F498D;
}
</style>
background-color css
<style>
a { background-color: #1F498D; }
a { background-color: rgb(31,73,141); }
div.DivClassName
{
background-color: #1F498D;
}
.BgClassName
{
background-color: #1F498D;
}
</style>
border-color css
<style>
span { border-color: #1F498D; }
span { border-color: rgb(31,73,141); }
td.TdClassName
{
border-color: #1F498D;
}
.TagClassName
{
border-color: #1F498D;
}
</style>