Shades of Midnight Blue #1F147C
Tints of Midnight Blue #1F147C
RGB
CMYK
RGB Variations
Color information
#1F147C (or 0x1F147C) is known color: Midnight Blue. HEX triplet: 1F, 14 and 7C. RGB value is (31,20,124). Sum of RGB (Red+Green+Blue) = 31+20+124=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 124 (48.83% from 255 or 70.86% from 175); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F147C is #E0EB83. Grayscale: #222222. Windows color (decimal): -14740356 or 8131615. OLE color: 8131615.
HSL color Cylindrical-coordinate representation of color #1F147C: hue angle of 246.35º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F147C is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 20 | 124 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.51 |
| HSL | 246.35º | 0.72% | 0.28% | - |
| HSV(B) | 246.35º | 0.84% | 0.49% | - |
| XYZ | 4.45 | 2.25 | 19.27 | - |
| YUV | 35.15 | 178.14 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 124 | 0.75 | 0.84 | 0 | 0.51 | 246.35 | 0.72 | 0.28 |
| Hex | 1F | 14 | 7C | 4B | 54 | 0 | 33 | F6 | 48 | 1C |
| Octal | 37 | 24 | 174 | 113 | 124 | 0 | 63 | 366 | 110 | 34 |
| Binary | 11111 | 10100 | 1111100 | 1001011 | 1010100 | 0 | 110011 | 11110110 | 1001000 | 11100 |
Color Harmonies of #1F147C
Complementary color
Monochromatic Colors of #1F147C
Black with #1F147C
Text Example
Text Example
White with #1F147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F147C; }
p { color: rgb(31,20,124); }
H1.HeaderClassName
{
color: #1F147C;
}
.AnyTagClassName
{
color: #1F147C;
}
</style>
background-color css
<style>
a { background-color: #1F147C; }
a { background-color: rgb(31,20,124); }
div.DivClassName
{
background-color: #1F147C;
}
.BgClassName
{
background-color: #1F147C;
}
</style>
border-color css
<style>
span { border-color: #1F147C; }
span { border-color: rgb(31,20,124); }
td.TdClassName
{
border-color: #1F147C;
}
.TagClassName
{
border-color: #1F147C;
}
</style>