Shades of Endeavour #1F5194
Tints of Endeavour #1F5194
RGB
CMYK
RGB Variations
Color information
#1F5194 (or 0x1F5194) is known color: Endeavour. HEX triplet: 1F, 51 and 94. RGB value is (31,81,148). Sum of RGB (Red+Green+Blue) = 31+81+148=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F5194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5194 is #E0AE6B. Grayscale: #494949. Windows color (decimal): -14724716 or 9720095. OLE color: 9720095.
HSL color Cylindrical-coordinate representation of color #1F5194: hue angle of 214.36º 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 #1F5194 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 81 | 148 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.42 |
| HSL | 214.36º | 0.65% | 0.35% | - |
| HSV(B) | 214.36º | 0.79% | 0.58% | - |
| XYZ | 8.85 | 8.31 | 29.16 | - |
| YUV | 73.69 | 169.94 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 148 | 0.79 | 0.45 | 0 | 0.42 | 214.36 | 0.65 | 0.35 |
| Hex | 1F | 51 | 94 | 4F | 2D | 0 | 2A | D6 | 41 | 23 |
| Octal | 37 | 121 | 224 | 117 | 55 | 0 | 52 | 326 | 101 | 43 |
| Binary | 11111 | 1010001 | 10010100 | 1001111 | 101101 | 0 | 101010 | 11010110 | 1000001 | 100011 |
Color Harmonies of #1F5194
Complementary color
Monochromatic Colors of #1F5194
Black with #1F5194
Text Example
Text Example
White with #1F5194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5194; }
p { color: rgb(31,81,148); }
H1.HeaderClassName
{
color: #1F5194;
}
.AnyTagClassName
{
color: #1F5194;
}
</style>
background-color css
<style>
a { background-color: #1F5194; }
a { background-color: rgb(31,81,148); }
div.DivClassName
{
background-color: #1F5194;
}
.BgClassName
{
background-color: #1F5194;
}
</style>
border-color css
<style>
span { border-color: #1F5194; }
span { border-color: rgb(31,81,148); }
td.TdClassName
{
border-color: #1F5194;
}
.TagClassName
{
border-color: #1F5194;
}
</style>