Shades of Midnight Blue #1F1574
Tints of Midnight Blue #1F1574
RGB
CMYK
RGB Variations
Color information
#1F1574 (or 0x1F1574) is known color: Midnight Blue. HEX triplet: 1F, 15 and 74. RGB value is (31,21,116). Sum of RGB (Red+Green+Blue) = 31+21+116=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 116 (45.70% from 255 or 69.05% from 168); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F1574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1574 is #E0EA8B. Grayscale: #222222. Windows color (decimal): -14740108 or 7607583. OLE color: 7607583.
HSL color Cylindrical-coordinate representation of color #1F1574: hue angle of 246.32º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F1574 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 21 | 116 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.55 |
| HSL | 246.32º | 0.69% | 0.27% | - |
| HSV(B) | 246.32º | 0.82% | 0.45% | - |
| XYZ | 3.99 | 2.09 | 16.72 | - |
| YUV | 34.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 116 | 0.73 | 0.82 | 0 | 0.55 | 246.32 | 0.69 | 0.27 |
| Hex | 1F | 15 | 74 | 49 | 52 | 0 | 37 | F6 | 45 | 1B |
| Octal | 37 | 25 | 164 | 111 | 122 | 0 | 67 | 366 | 105 | 33 |
| Binary | 11111 | 10101 | 1110100 | 1001001 | 1010010 | 0 | 110111 | 11110110 | 1000101 | 11011 |
Color Harmonies of #1F1574
Complementary color
Monochromatic Colors of #1F1574
Black with #1F1574
Text Example
Text Example
White with #1F1574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1574; }
p { color: rgb(31,21,116); }
H1.HeaderClassName
{
color: #1F1574;
}
.AnyTagClassName
{
color: #1F1574;
}
</style>
background-color css
<style>
a { background-color: #1F1574; }
a { background-color: rgb(31,21,116); }
div.DivClassName
{
background-color: #1F1574;
}
.BgClassName
{
background-color: #1F1574;
}
</style>
border-color css
<style>
span { border-color: #1F1574; }
span { border-color: rgb(31,21,116); }
td.TdClassName
{
border-color: #1F1574;
}
.TagClassName
{
border-color: #1F1574;
}
</style>