Shades of Bunting #1F2F4D
Tints of Bunting #1F2F4D
RGB
CMYK
RGB Variations
Color information
#1F2F4D (or 0x1F2F4D) is known color: Bunting. HEX triplet: 1F, 2F and 4D. RGB value is (31,47,77). Sum of RGB (Red+Green+Blue) = 31+47+77=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F2F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2F4D is #E0D0B2. Grayscale: #2D2D2D. Windows color (decimal): -14733491 or 5058335. OLE color: 5058335.
HSL color Cylindrical-coordinate representation of color #1F2F4D: hue angle of 219.13º 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 #1F2F4D is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 47 | 77 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.70 |
| HSL | 219.13º | 0.43% | 0.21% | - |
| HSV(B) | 219.13º | 0.6% | 0.3% | - |
| XYZ | 2.92 | 2.86 | 7.42 | - |
| YUV | 45.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 77 | 0.60 | 0.39 | 0 | 0.70 | 219.13 | 0.43 | 0.21 |
| Hex | 1F | 2F | 4D | 3C | 27 | 0 | 46 | DB | 2B | 15 |
| Octal | 37 | 57 | 115 | 74 | 47 | 0 | 106 | 333 | 53 | 25 |
| Binary | 11111 | 101111 | 1001101 | 111100 | 100111 | 0 | 1000110 | 11011011 | 101011 | 10101 |
Color Harmonies of #1F2F4D
Complementary color
Monochromatic Colors of #1F2F4D
Black with #1F2F4D
Text Example
Text Example
White with #1F2F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F4D; }
p { color: rgb(31,47,77); }
H1.HeaderClassName
{
color: #1F2F4D;
}
.AnyTagClassName
{
color: #1F2F4D;
}
</style>
background-color css
<style>
a { background-color: #1F2F4D; }
a { background-color: rgb(31,47,77); }
div.DivClassName
{
background-color: #1F2F4D;
}
.BgClassName
{
background-color: #1F2F4D;
}
</style>
border-color css
<style>
span { border-color: #1F2F4D; }
span { border-color: rgb(31,47,77); }
td.TdClassName
{
border-color: #1F2F4D;
}
.TagClassName
{
border-color: #1F2F4D;
}
</style>