Shades of Endeavour #1F4690
Tints of Endeavour #1F4690
RGB
CMYK
RGB Variations
Color information
#1F4690 (or 0x1F4690) is known color: Endeavour. HEX triplet: 1F, 46 and 90. RGB value is (31,70,144). Sum of RGB (Red+Green+Blue) = 31+70+144=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F4690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4690 is #E0B96F. Grayscale: #424242. Windows color (decimal): -14727536 or 9455135. OLE color: 9455135.
HSL color Cylindrical-coordinate representation of color #1F4690: hue angle of 219.29º 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 #1F4690 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 70 | 144 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.44 |
| HSL | 219.29º | 0.65% | 0.34% | - |
| HSV(B) | 219.29º | 0.78% | 0.56% | - |
| XYZ | 7.79 | 6.69 | 27.27 | - |
| YUV | 66.78 | 171.58 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 144 | 0.78 | 0.51 | 0 | 0.44 | 219.29 | 0.65 | 0.34 |
| Hex | 1F | 46 | 90 | 4E | 33 | 0 | 2C | DB | 41 | 22 |
| Octal | 37 | 106 | 220 | 116 | 63 | 0 | 54 | 333 | 101 | 42 |
| Binary | 11111 | 1000110 | 10010000 | 1001110 | 110011 | 0 | 101100 | 11011011 | 1000001 | 100010 |
Color Harmonies of #1F4690
Complementary color
Monochromatic Colors of #1F4690
Black with #1F4690
Text Example
Text Example
White with #1F4690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4690; }
p { color: rgb(31,70,144); }
H1.HeaderClassName
{
color: #1F4690;
}
.AnyTagClassName
{
color: #1F4690;
}
</style>
background-color css
<style>
a { background-color: #1F4690; }
a { background-color: rgb(31,70,144); }
div.DivClassName
{
background-color: #1F4690;
}
.BgClassName
{
background-color: #1F4690;
}
</style>
border-color css
<style>
span { border-color: #1F4690; }
span { border-color: rgb(31,70,144); }
td.TdClassName
{
border-color: #1F4690;
}
.TagClassName
{
border-color: #1F4690;
}
</style>