Shades of Endeavour #1F4D97
Tints of Endeavour #1F4D97
RGB
CMYK
RGB Variations
Color information
#1F4D97 (or 0x1F4D97) is known color: Endeavour. HEX triplet: 1F, 4D and 97. RGB value is (31,77,151). Sum of RGB (Red+Green+Blue) = 31+77+151=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F4D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F4D97 is #E0B268. Grayscale: #474747. Windows color (decimal): -14725737 or 9915679. OLE color: 9915679.
HSL color Cylindrical-coordinate representation of color #1F4D97: hue angle of 217º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F4D97 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 77 | 151 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.41 |
| HSL | 217º | 0.66% | 0.36% | - |
| HSV(B) | 217º | 0.79% | 0.59% | - |
| XYZ | 8.8 | 7.83 | 30.33 | - |
| YUV | 71.68 | 172.76 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 151 | 0.79 | 0.49 | 0 | 0.41 | 217 | 0.66 | 0.36 |
| Hex | 1F | 4D | 97 | 4F | 31 | 0 | 29 | D9 | 42 | 24 |
| Octal | 37 | 115 | 227 | 117 | 61 | 0 | 51 | 331 | 102 | 44 |
| Binary | 11111 | 1001101 | 10010111 | 1001111 | 110001 | 0 | 101001 | 11011001 | 1000010 | 100100 |
Color Harmonies of #1F4D97
Complementary color
Monochromatic Colors of #1F4D97
Black with #1F4D97
Text Example
Text Example
White with #1F4D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4D97; }
p { color: rgb(31,77,151); }
H1.HeaderClassName
{
color: #1F4D97;
}
.AnyTagClassName
{
color: #1F4D97;
}
</style>
background-color css
<style>
a { background-color: #1F4D97; }
a { background-color: rgb(31,77,151); }
div.DivClassName
{
background-color: #1F4D97;
}
.BgClassName
{
background-color: #1F4D97;
}
</style>
border-color css
<style>
span { border-color: #1F4D97; }
span { border-color: rgb(31,77,151); }
td.TdClassName
{
border-color: #1F4D97;
}
.TagClassName
{
border-color: #1F4D97;
}
</style>