Shades of Endeavour #1F5090
Tints of Endeavour #1F5090
RGB
CMYK
RGB Variations
Color information
#1F5090 (or 0x1F5090) is known color: Endeavour. HEX triplet: 1F, 50 and 90. RGB value is (31,80,144). Sum of RGB (Red+Green+Blue) = 31+80+144=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F5090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5090 is #E0AF6F. Grayscale: #484848. Windows color (decimal): -14724976 or 9457695. OLE color: 9457695.
HSL color Cylindrical-coordinate representation of color #1F5090: hue angle of 213.98º 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 #1F5090 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 80 | 144 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.44 |
| HSL | 213.98º | 0.65% | 0.34% | - |
| HSV(B) | 213.98º | 0.78% | 0.56% | - |
| XYZ | 8.47 | 8.04 | 27.49 | - |
| YUV | 72.65 | 168.27 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 144 | 0.78 | 0.44 | 0 | 0.44 | 213.98 | 0.65 | 0.34 |
| Hex | 1F | 50 | 90 | 4E | 2C | 0 | 2C | D6 | 41 | 22 |
| Octal | 37 | 120 | 220 | 116 | 54 | 0 | 54 | 326 | 101 | 42 |
| Binary | 11111 | 1010000 | 10010000 | 1001110 | 101100 | 0 | 101100 | 11010110 | 1000001 | 100010 |
Color Harmonies of #1F5090
Complementary color
Monochromatic Colors of #1F5090
Black with #1F5090
Text Example
Text Example
White with #1F5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5090; }
p { color: rgb(31,80,144); }
H1.HeaderClassName
{
color: #1F5090;
}
.AnyTagClassName
{
color: #1F5090;
}
</style>
background-color css
<style>
a { background-color: #1F5090; }
a { background-color: rgb(31,80,144); }
div.DivClassName
{
background-color: #1F5090;
}
.BgClassName
{
background-color: #1F5090;
}
</style>
border-color css
<style>
span { border-color: #1F5090; }
span { border-color: rgb(31,80,144); }
td.TdClassName
{
border-color: #1F5090;
}
.TagClassName
{
border-color: #1F5090;
}
</style>