Shades of Endeavour #1F638D
Tints of Endeavour #1F638D
RGB
CMYK
RGB Variations
Color information
#1F638D (or 0x1F638D) is known color: Endeavour. HEX triplet: 1F, 63 and 8D. RGB value is (31,99,141). Sum of RGB (Red+Green+Blue) = 31+99+141=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F638D is #E09C72. Grayscale: #535353. Windows color (decimal): -14720115 or 9265951. OLE color: 9265951.
HSL color Cylindrical-coordinate representation of color #1F638D: hue angle of 202.91º 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 #1F638D is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 99 | 141 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.45 |
| HSL | 202.91º | 0.64% | 0.34% | - |
| HSV(B) | 202.91º | 0.78% | 0.55% | - |
| XYZ | 9.83 | 11.14 | 26.83 | - |
| YUV | 83.46 | 160.47 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 141 | 0.78 | 0.30 | 0 | 0.45 | 202.91 | 0.64 | 0.34 |
| Hex | 1F | 63 | 8D | 4E | 1E | 0 | 2D | CB | 40 | 22 |
| Octal | 37 | 143 | 215 | 116 | 36 | 0 | 55 | 313 | 100 | 42 |
| Binary | 11111 | 1100011 | 10001101 | 1001110 | 11110 | 0 | 101101 | 11001011 | 1000000 | 100010 |
Color Harmonies of #1F638D
Complementary color
Monochromatic Colors of #1F638D
Black with #1F638D
Text Example
Text Example
White with #1F638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F638D; }
p { color: rgb(31,99,141); }
H1.HeaderClassName
{
color: #1F638D;
}
.AnyTagClassName
{
color: #1F638D;
}
</style>
background-color css
<style>
a { background-color: #1F638D; }
a { background-color: rgb(31,99,141); }
div.DivClassName
{
background-color: #1F638D;
}
.BgClassName
{
background-color: #1F638D;
}
</style>
border-color css
<style>
span { border-color: #1F638D; }
span { border-color: rgb(31,99,141); }
td.TdClassName
{
border-color: #1F638D;
}
.TagClassName
{
border-color: #1F638D;
}
</style>