Shades of Midnight Blue #1F1976
Tints of Midnight Blue #1F1976
RGB
CMYK
RGB Variations
Color information
#1F1976 (or 0x1F1976) is known color: Midnight Blue. HEX triplet: 1F, 19 and 76. RGB value is (31,25,118). Sum of RGB (Red+Green+Blue) = 31+25+118=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F1976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1976 is #E0E689. Grayscale: #252525. Windows color (decimal): -14739082 or 7739679. OLE color: 7739679.
HSL color Cylindrical-coordinate representation of color #1F1976: hue angle of 243.87º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F1976 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 25 | 118 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.54 |
| HSL | 243.87º | 0.65% | 0.28% | - |
| HSV(B) | 243.87º | 0.79% | 0.46% | - |
| XYZ | 4.18 | 2.29 | 17.36 | - |
| YUV | 37.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 118 | 0.74 | 0.79 | 0 | 0.54 | 243.87 | 0.65 | 0.28 |
| Hex | 1F | 19 | 76 | 4A | 4F | 0 | 36 | F4 | 41 | 1C |
| Octal | 37 | 31 | 166 | 112 | 117 | 0 | 66 | 364 | 101 | 34 |
| Binary | 11111 | 11001 | 1110110 | 1001010 | 1001111 | 0 | 110110 | 11110100 | 1000001 | 11100 |
Color Harmonies of #1F1976
Complementary color
Monochromatic Colors of #1F1976
Black with #1F1976
Text Example
Text Example
White with #1F1976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1976; }
p { color: rgb(31,25,118); }
H1.HeaderClassName
{
color: #1F1976;
}
.AnyTagClassName
{
color: #1F1976;
}
</style>
background-color css
<style>
a { background-color: #1F1976; }
a { background-color: rgb(31,25,118); }
div.DivClassName
{
background-color: #1F1976;
}
.BgClassName
{
background-color: #1F1976;
}
</style>
border-color css
<style>
span { border-color: #1F1976; }
span { border-color: rgb(31,25,118); }
td.TdClassName
{
border-color: #1F1976;
}
.TagClassName
{
border-color: #1F1976;
}
</style>