Shades of Endeavour #1F5E94
Tints of Endeavour #1F5E94
RGB
CMYK
RGB Variations
Color information
#1F5E94 (or 0x1F5E94) is known color: Endeavour. HEX triplet: 1F, 5E and 94. RGB value is (31,94,148). Sum of RGB (Red+Green+Blue) = 31+94+148=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F5E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5E94 is #E0A16B. Grayscale: #515151. Windows color (decimal): -14721388 or 9723423. OLE color: 9723423.
HSL color Cylindrical-coordinate representation of color #1F5E94: hue angle of 207.69º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F5E94 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 94 | 148 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.42 |
| HSL | 207.69º | 0.65% | 0.35% | - |
| HSV(B) | 207.69º | 0.79% | 0.58% | - |
| XYZ | 9.91 | 10.43 | 29.51 | - |
| YUV | 81.32 | 165.63 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 148 | 0.79 | 0.36 | 0 | 0.42 | 207.69 | 0.65 | 0.35 |
| Hex | 1F | 5E | 94 | 4F | 24 | 0 | 2A | D0 | 41 | 23 |
| Octal | 37 | 136 | 224 | 117 | 44 | 0 | 52 | 320 | 101 | 43 |
| Binary | 11111 | 1011110 | 10010100 | 1001111 | 100100 | 0 | 101010 | 11010000 | 1000001 | 100011 |
Color Harmonies of #1F5E94
Complementary color
Monochromatic Colors of #1F5E94
Black with #1F5E94
Text Example
Text Example
White with #1F5E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5E94; }
p { color: rgb(31,94,148); }
H1.HeaderClassName
{
color: #1F5E94;
}
.AnyTagClassName
{
color: #1F5E94;
}
</style>
background-color css
<style>
a { background-color: #1F5E94; }
a { background-color: rgb(31,94,148); }
div.DivClassName
{
background-color: #1F5E94;
}
.BgClassName
{
background-color: #1F5E94;
}
</style>
border-color css
<style>
span { border-color: #1F5E94; }
span { border-color: rgb(31,94,148); }
td.TdClassName
{
border-color: #1F5E94;
}
.TagClassName
{
border-color: #1F5E94;
}
</style>