Shades of Endeavour #1F549D
Tints of Endeavour #1F549D
RGB
CMYK
RGB Variations
Color information
#1F549D (or 0x1F549D) is known color: Endeavour. HEX triplet: 1F, 54 and 9D. RGB value is (31,84,157). Sum of RGB (Red+Green+Blue) = 31+84+157=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F549D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F549D is #E0AB62. Grayscale: #4C4C4C. Windows color (decimal): -14723939 or 10310687. OLE color: 10310687.
HSL color Cylindrical-coordinate representation of color #1F549D: hue angle of 214.76º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F549D is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 84 | 157 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.38 |
| HSL | 214.76º | 0.67% | 0.37% | - |
| HSV(B) | 214.76º | 0.8% | 0.62% | - |
| XYZ | 9.82 | 9.07 | 33.13 | - |
| YUV | 76.48 | 173.44 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 157 | 0.80 | 0.46 | 0 | 0.38 | 214.76 | 0.67 | 0.37 |
| Hex | 1F | 54 | 9D | 50 | 2E | 0 | 26 | D7 | 43 | 25 |
| Octal | 37 | 124 | 235 | 120 | 56 | 0 | 46 | 327 | 103 | 45 |
| Binary | 11111 | 1010100 | 10011101 | 1010000 | 101110 | 0 | 100110 | 11010111 | 1000011 | 100101 |
Color Harmonies of #1F549D
Complementary color
Monochromatic Colors of #1F549D
Black with #1F549D
Text Example
Text Example
White with #1F549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F549D; }
p { color: rgb(31,84,157); }
H1.HeaderClassName
{
color: #1F549D;
}
.AnyTagClassName
{
color: #1F549D;
}
</style>
background-color css
<style>
a { background-color: #1F549D; }
a { background-color: rgb(31,84,157); }
div.DivClassName
{
background-color: #1F549D;
}
.BgClassName
{
background-color: #1F549D;
}
</style>
border-color css
<style>
span { border-color: #1F549D; }
span { border-color: rgb(31,84,157); }
td.TdClassName
{
border-color: #1F549D;
}
.TagClassName
{
border-color: #1F549D;
}
</style>