Shades of Midnight Blue #1F167C
Tints of Midnight Blue #1F167C
RGB
CMYK
RGB Variations
Color information
#1F167C (or 0x1F167C) is known color: Midnight Blue. HEX triplet: 1F, 16 and 7C. RGB value is (31,22,124). Sum of RGB (Red+Green+Blue) = 31+22+124=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F167C is #E0E983. Grayscale: #232323. Windows color (decimal): -14739844 or 8132127. OLE color: 8132127.
HSL color Cylindrical-coordinate representation of color #1F167C: hue angle of 245.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F167C is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 22 | 124 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.51 |
| HSL | 245.29º | 0.7% | 0.29% | - |
| HSV(B) | 245.29º | 0.82% | 0.49% | - |
| XYZ | 4.49 | 2.32 | 19.28 | - |
| YUV | 36.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 124 | 0.75 | 0.82 | 0 | 0.51 | 245.29 | 0.7 | 0.29 |
| Hex | 1F | 16 | 7C | 4B | 52 | 0 | 33 | F5 | 46 | 1D |
| Octal | 37 | 26 | 174 | 113 | 122 | 0 | 63 | 365 | 106 | 35 |
| Binary | 11111 | 10110 | 1111100 | 1001011 | 1010010 | 0 | 110011 | 11110101 | 1000110 | 11101 |
Color Harmonies of #1F167C
Complementary color
Monochromatic Colors of #1F167C
Black with #1F167C
Text Example
Text Example
White with #1F167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F167C; }
p { color: rgb(31,22,124); }
H1.HeaderClassName
{
color: #1F167C;
}
.AnyTagClassName
{
color: #1F167C;
}
</style>
background-color css
<style>
a { background-color: #1F167C; }
a { background-color: rgb(31,22,124); }
div.DivClassName
{
background-color: #1F167C;
}
.BgClassName
{
background-color: #1F167C;
}
</style>
border-color css
<style>
span { border-color: #1F167C; }
span { border-color: rgb(31,22,124); }
td.TdClassName
{
border-color: #1F167C;
}
.TagClassName
{
border-color: #1F167C;
}
</style>