Shades of Midnight Blue #1F2980
Tints of Midnight Blue #1F2980
RGB
CMYK
RGB Variations
Color information
#1F2980 (or 0x1F2980) is known color: Midnight Blue. HEX triplet: 1F, 29 and 80. RGB value is (31,41,128). Sum of RGB (Red+Green+Blue) = 31+41+128=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #1F2980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2980 is #E0D67F. Grayscale: #2F2F2F. Windows color (decimal): -14734976 or 8399135. OLE color: 8399135.
HSL color Cylindrical-coordinate representation of color #1F2980: hue angle of 233.81º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F2980 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 41 | 128 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.50 |
| HSL | 233.81º | 0.61% | 0.31% | - |
| HSV(B) | 233.81º | 0.76% | 0.5% | - |
| XYZ | 5.25 | 3.44 | 20.81 | - |
| YUV | 47.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 128 | 0.76 | 0.68 | 0 | 0.50 | 233.81 | 0.61 | 0.31 |
| Hex | 1F | 29 | 80 | 4C | 44 | 0 | 32 | EA | 3D | 1F |
| Octal | 37 | 51 | 200 | 114 | 104 | 0 | 62 | 352 | 75 | 37 |
| Binary | 11111 | 101001 | 10000000 | 1001100 | 1000100 | 0 | 110010 | 11101010 | 111101 | 11111 |
Color Harmonies of #1F2980
Complementary color
Monochromatic Colors of #1F2980
Black with #1F2980
Text Example
Text Example
White with #1F2980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2980; }
p { color: rgb(31,41,128); }
H1.HeaderClassName
{
color: #1F2980;
}
.AnyTagClassName
{
color: #1F2980;
}
</style>
background-color css
<style>
a { background-color: #1F2980; }
a { background-color: rgb(31,41,128); }
div.DivClassName
{
background-color: #1F2980;
}
.BgClassName
{
background-color: #1F2980;
}
</style>
border-color css
<style>
span { border-color: #1F2980; }
span { border-color: rgb(31,41,128); }
td.TdClassName
{
border-color: #1F2980;
}
.TagClassName
{
border-color: #1F2980;
}
</style>