Shades of Midnight Blue #1F1973
Tints of Midnight Blue #1F1973
RGB
CMYK
RGB Variations
Color information
#1F1973 (or 0x1F1973) is known color: Midnight Blue. HEX triplet: 1F, 19 and 73. RGB value is (31,25,115). Sum of RGB (Red+Green+Blue) = 31+25+115=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F1973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1973 is #E0E68C. Grayscale: #242424. Windows color (decimal): -14739085 or 7543071. OLE color: 7543071.
HSL color Cylindrical-coordinate representation of color #1F1973: hue angle of 244º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F1973 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 25 | 115 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.55 |
| HSL | 244º | 0.64% | 0.27% | - |
| HSV(B) | 244º | 0.78% | 0.45% | - |
| XYZ | 4.01 | 2.22 | 16.44 | - |
| YUV | 37.05 | 171.99 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 115 | 0.73 | 0.78 | 0 | 0.55 | 244 | 0.64 | 0.27 |
| Hex | 1F | 19 | 73 | 49 | 4E | 0 | 37 | F4 | 40 | 1B |
| Octal | 37 | 31 | 163 | 111 | 116 | 0 | 67 | 364 | 100 | 33 |
| Binary | 11111 | 11001 | 1110011 | 1001001 | 1001110 | 0 | 110111 | 11110100 | 1000000 | 11011 |
Color Harmonies of #1F1973
Complementary color
Monochromatic Colors of #1F1973
Black with #1F1973
Text Example
Text Example
White with #1F1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1973; }
p { color: rgb(31,25,115); }
H1.HeaderClassName
{
color: #1F1973;
}
.AnyTagClassName
{
color: #1F1973;
}
</style>
background-color css
<style>
a { background-color: #1F1973; }
a { background-color: rgb(31,25,115); }
div.DivClassName
{
background-color: #1F1973;
}
.BgClassName
{
background-color: #1F1973;
}
</style>
border-color css
<style>
span { border-color: #1F1973; }
span { border-color: rgb(31,25,115); }
td.TdClassName
{
border-color: #1F1973;
}
.TagClassName
{
border-color: #1F1973;
}
</style>