Shades of Endeavour #1F548E
Tints of Endeavour #1F548E
RGB
CMYK
RGB Variations
Color information
#1F548E (or 0x1F548E) is known color: Endeavour. HEX triplet: 1F, 54 and 8E. RGB value is (31,84,142). Sum of RGB (Red+Green+Blue) = 31+84+142=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F548E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F548E is #E0AB71. Grayscale: #4A4A4A. Windows color (decimal): -14723954 or 9327647. OLE color: 9327647.
HSL color Cylindrical-coordinate representation of color #1F548E: hue angle of 211.35º degrees, saturation: 0.64, 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 #1F548E is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 84 | 142 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.44 |
| HSL | 211.35º | 0.64% | 0.34% | - |
| HSV(B) | 211.35º | 0.78% | 0.56% | - |
| XYZ | 8.62 | 8.58 | 26.79 | - |
| YUV | 74.77 | 165.94 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 142 | 0.78 | 0.41 | 0 | 0.44 | 211.35 | 0.64 | 0.34 |
| Hex | 1F | 54 | 8E | 4E | 29 | 0 | 2C | D3 | 40 | 22 |
| Octal | 37 | 124 | 216 | 116 | 51 | 0 | 54 | 323 | 100 | 42 |
| Binary | 11111 | 1010100 | 10001110 | 1001110 | 101001 | 0 | 101100 | 11010011 | 1000000 | 100010 |
Color Harmonies of #1F548E
Complementary color
Monochromatic Colors of #1F548E
Black with #1F548E
Text Example
Text Example
White with #1F548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F548E; }
p { color: rgb(31,84,142); }
H1.HeaderClassName
{
color: #1F548E;
}
.AnyTagClassName
{
color: #1F548E;
}
</style>
background-color css
<style>
a { background-color: #1F548E; }
a { background-color: rgb(31,84,142); }
div.DivClassName
{
background-color: #1F548E;
}
.BgClassName
{
background-color: #1F548E;
}
</style>
border-color css
<style>
span { border-color: #1F548E; }
span { border-color: rgb(31,84,142); }
td.TdClassName
{
border-color: #1F548E;
}
.TagClassName
{
border-color: #1F548E;
}
</style>