Shades of Midnight Blue #1F2983
Tints of Midnight Blue #1F2983
RGB
CMYK
RGB Variations
Color information
#1F2983 (or 0x1F2983) is known color: Midnight Blue. HEX triplet: 1F, 29 and 83. RGB value is (31,41,131). Sum of RGB (Red+Green+Blue) = 31+41+131=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 131 (51.56% from 255 or 64.53% from 203); Max value from RGB is 131 - color contains mainly: blue. Hex color #1F2983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2983 is #E0D67C. Grayscale: #2F2F2F. Windows color (decimal): -14734973 or 8595743. OLE color: 8595743.
HSL color Cylindrical-coordinate representation of color #1F2983: hue angle of 234º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F2983 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 41 | 131 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.49 |
| HSL | 234º | 0.62% | 0.32% | - |
| HSV(B) | 234º | 0.76% | 0.51% | - |
| XYZ | 5.45 | 3.52 | 21.86 | - |
| YUV | 48.27 | 174.69 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 131 | 0.76 | 0.69 | 0 | 0.49 | 234 | 0.62 | 0.32 |
| Hex | 1F | 29 | 83 | 4C | 45 | 0 | 31 | EA | 3E | 20 |
| Octal | 37 | 51 | 203 | 114 | 105 | 0 | 61 | 352 | 76 | 40 |
| Binary | 11111 | 101001 | 10000011 | 1001100 | 1000101 | 0 | 110001 | 11101010 | 111110 | 100000 |
Color Harmonies of #1F2983
Complementary color
Monochromatic Colors of #1F2983
Black with #1F2983
Text Example
Text Example
White with #1F2983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2983; }
p { color: rgb(31,41,131); }
H1.HeaderClassName
{
color: #1F2983;
}
.AnyTagClassName
{
color: #1F2983;
}
</style>
background-color css
<style>
a { background-color: #1F2983; }
a { background-color: rgb(31,41,131); }
div.DivClassName
{
background-color: #1F2983;
}
.BgClassName
{
background-color: #1F2983;
}
</style>
border-color css
<style>
span { border-color: #1F2983; }
span { border-color: rgb(31,41,131); }
td.TdClassName
{
border-color: #1F2983;
}
.TagClassName
{
border-color: #1F2983;
}
</style>