Shades of Midnight Blue #1F147F
Tints of Midnight Blue #1F147F
RGB
CMYK
RGB Variations
Color information
#1F147F (or 0x1F147F) is known color: Midnight Blue. HEX triplet: 1F, 14 and 7F. RGB value is (31,20,127). Sum of RGB (Red+Green+Blue) = 31+20+127=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 127 (50% from 255 or 71.35% from 178); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F147F is #E0EB80. Grayscale: #232323. Windows color (decimal): -14740353 or 8328223. OLE color: 8328223.
HSL color Cylindrical-coordinate representation of color #1F147F: hue angle of 246.17º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F147F is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 20 | 127 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.50 |
| HSL | 246.17º | 0.73% | 0.29% | - |
| HSV(B) | 246.17º | 0.84% | 0.5% | - |
| XYZ | 4.65 | 2.32 | 20.28 | - |
| YUV | 35.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 127 | 0.76 | 0.84 | 0 | 0.50 | 246.17 | 0.73 | 0.29 |
| Hex | 1F | 14 | 7F | 4C | 54 | 0 | 32 | F6 | 49 | 1D |
| Octal | 37 | 24 | 177 | 114 | 124 | 0 | 62 | 366 | 111 | 35 |
| Binary | 11111 | 10100 | 1111111 | 1001100 | 1010100 | 0 | 110010 | 11110110 | 1001001 | 11101 |
Color Harmonies of #1F147F
Complementary color
Monochromatic Colors of #1F147F
Black with #1F147F
Text Example
Text Example
White with #1F147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F147F; }
p { color: rgb(31,20,127); }
H1.HeaderClassName
{
color: #1F147F;
}
.AnyTagClassName
{
color: #1F147F;
}
</style>
background-color css
<style>
a { background-color: #1F147F; }
a { background-color: rgb(31,20,127); }
div.DivClassName
{
background-color: #1F147F;
}
.BgClassName
{
background-color: #1F147F;
}
</style>
border-color css
<style>
span { border-color: #1F147F; }
span { border-color: rgb(31,20,127); }
td.TdClassName
{
border-color: #1F147F;
}
.TagClassName
{
border-color: #1F147F;
}
</style>