Shades of Bunting #1F314D
Tints of Bunting #1F314D
RGB
CMYK
RGB Variations
Color information
#1F314D (or 0x1F314D) is known color: Bunting. HEX triplet: 1F, 31 and 4D. RGB value is (31,49,77). Sum of RGB (Red+Green+Blue) = 31+49+77=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F314D is #E0CEB2. Grayscale: #2E2E2E. Windows color (decimal): -14732979 or 5058847. OLE color: 5058847.
HSL color Cylindrical-coordinate representation of color #1F314D: hue angle of 216.52º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F314D is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 49 | 77 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.70 |
| HSL | 216.52º | 0.43% | 0.21% | - |
| HSV(B) | 216.52º | 0.6% | 0.3% | - |
| XYZ | 3 | 3.02 | 7.45 | - |
| YUV | 46.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 77 | 0.60 | 0.36 | 0 | 0.70 | 216.52 | 0.43 | 0.21 |
| Hex | 1F | 31 | 4D | 3C | 24 | 0 | 46 | D9 | 2B | 15 |
| Octal | 37 | 61 | 115 | 74 | 44 | 0 | 106 | 331 | 53 | 25 |
| Binary | 11111 | 110001 | 1001101 | 111100 | 100100 | 0 | 1000110 | 11011001 | 101011 | 10101 |
Color Harmonies of #1F314D
Complementary color
Monochromatic Colors of #1F314D
Black with #1F314D
Text Example
Text Example
White with #1F314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F314D; }
p { color: rgb(31,49,77); }
H1.HeaderClassName
{
color: #1F314D;
}
.AnyTagClassName
{
color: #1F314D;
}
</style>
background-color css
<style>
a { background-color: #1F314D; }
a { background-color: rgb(31,49,77); }
div.DivClassName
{
background-color: #1F314D;
}
.BgClassName
{
background-color: #1F314D;
}
</style>
border-color css
<style>
span { border-color: #1F314D; }
span { border-color: rgb(31,49,77); }
td.TdClassName
{
border-color: #1F314D;
}
.TagClassName
{
border-color: #1F314D;
}
</style>