Shades of Endeavour #1F6890
Tints of Endeavour #1F6890
RGB
CMYK
RGB Variations
Color information
#1F6890 (or 0x1F6890) is known color: Endeavour. HEX triplet: 1F, 68 and 90. RGB value is (31,104,144). Sum of RGB (Red+Green+Blue) = 31+104+144=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F6890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6890 is #E0976F. Grayscale: #565656. Windows color (decimal): -14718832 or 9463839. OLE color: 9463839.
HSL color Cylindrical-coordinate representation of color #1F6890: hue angle of 201.24º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F6890 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 104 | 144 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.44 |
| HSL | 201.24º | 0.65% | 0.34% | - |
| HSV(B) | 201.24º | 0.78% | 0.56% | - |
| XYZ | 10.55 | 12.21 | 28.19 | - |
| YUV | 86.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 144 | 0.78 | 0.28 | 0 | 0.44 | 201.24 | 0.65 | 0.34 |
| Hex | 1F | 68 | 90 | 4E | 1C | 0 | 2C | C9 | 41 | 22 |
| Octal | 37 | 150 | 220 | 116 | 34 | 0 | 54 | 311 | 101 | 42 |
| Binary | 11111 | 1101000 | 10010000 | 1001110 | 11100 | 0 | 101100 | 11001001 | 1000001 | 100010 |
Color Harmonies of #1F6890
Complementary color
Monochromatic Colors of #1F6890
Black with #1F6890
Text Example
Text Example
White with #1F6890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6890; }
p { color: rgb(31,104,144); }
H1.HeaderClassName
{
color: #1F6890;
}
.AnyTagClassName
{
color: #1F6890;
}
</style>
background-color css
<style>
a { background-color: #1F6890; }
a { background-color: rgb(31,104,144); }
div.DivClassName
{
background-color: #1F6890;
}
.BgClassName
{
background-color: #1F6890;
}
</style>
border-color css
<style>
span { border-color: #1F6890; }
span { border-color: rgb(31,104,144); }
td.TdClassName
{
border-color: #1F6890;
}
.TagClassName
{
border-color: #1F6890;
}
</style>