Shades of Midnight Blue #1F197C
Tints of Midnight Blue #1F197C
RGB
CMYK
RGB Variations
Color information
#1F197C (or 0x1F197C) is known color: Midnight Blue. HEX triplet: 1F, 19 and 7C. RGB value is (31,25,124). Sum of RGB (Red+Green+Blue) = 31+25+124=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 124 (48.83% from 255 or 68.89% from 180); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F197C is #E0E683. Grayscale: #252525. Windows color (decimal): -14739076 or 8132895. OLE color: 8132895.
HSL color Cylindrical-coordinate representation of color #1F197C: hue angle of 243.64º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F197C is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 25 | 124 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.51 |
| HSL | 243.64º | 0.66% | 0.29% | - |
| HSV(B) | 243.64º | 0.8% | 0.49% | - |
| XYZ | 4.55 | 2.44 | 19.3 | - |
| YUV | 38.08 | 176.49 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 124 | 0.75 | 0.80 | 0 | 0.51 | 243.64 | 0.66 | 0.29 |
| Hex | 1F | 19 | 7C | 4B | 50 | 0 | 33 | F4 | 42 | 1D |
| Octal | 37 | 31 | 174 | 113 | 120 | 0 | 63 | 364 | 102 | 35 |
| Binary | 11111 | 11001 | 1111100 | 1001011 | 1010000 | 0 | 110011 | 11110100 | 1000010 | 11101 |
Color Harmonies of #1F197C
Complementary color
Monochromatic Colors of #1F197C
Black with #1F197C
Text Example
Text Example
White with #1F197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F197C; }
p { color: rgb(31,25,124); }
H1.HeaderClassName
{
color: #1F197C;
}
.AnyTagClassName
{
color: #1F197C;
}
</style>
background-color css
<style>
a { background-color: #1F197C; }
a { background-color: rgb(31,25,124); }
div.DivClassName
{
background-color: #1F197C;
}
.BgClassName
{
background-color: #1F197C;
}
</style>
border-color css
<style>
span { border-color: #1F197C; }
span { border-color: rgb(31,25,124); }
td.TdClassName
{
border-color: #1F197C;
}
.TagClassName
{
border-color: #1F197C;
}
</style>