Shades of Midnight Blue #1F137D
Tints of Midnight Blue #1F137D
RGB
CMYK
RGB Variations
Color information
#1F137D (or 0x1F137D) is known color: Midnight Blue. HEX triplet: 1F, 13 and 7D. RGB value is (31,19,125). Sum of RGB (Red+Green+Blue) = 31+19+125=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 125 (49.22% from 255 or 71.43% from 175); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F137D is #E0EC82. Grayscale: #222222. Windows color (decimal): -14740611 or 8196895. OLE color: 8196895.
HSL color Cylindrical-coordinate representation of color #1F137D: hue angle of 246.79º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F137D is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 19 | 125 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.51 |
| HSL | 246.79º | 0.74% | 0.28% | - |
| HSV(B) | 246.79º | 0.85% | 0.49% | - |
| XYZ | 4.5 | 2.24 | 19.6 | - |
| YUV | 34.67 | 178.98 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 125 | 0.75 | 0.85 | 0 | 0.51 | 246.79 | 0.74 | 0.28 |
| Hex | 1F | 13 | 7D | 4B | 55 | 0 | 33 | F7 | 4A | 1C |
| Octal | 37 | 23 | 175 | 113 | 125 | 0 | 63 | 367 | 112 | 34 |
| Binary | 11111 | 10011 | 1111101 | 1001011 | 1010101 | 0 | 110011 | 11110111 | 1001010 | 11100 |
Color Harmonies of #1F137D
Complementary color
Monochromatic Colors of #1F137D
Black with #1F137D
Text Example
Text Example
White with #1F137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F137D; }
p { color: rgb(31,19,125); }
H1.HeaderClassName
{
color: #1F137D;
}
.AnyTagClassName
{
color: #1F137D;
}
</style>
background-color css
<style>
a { background-color: #1F137D; }
a { background-color: rgb(31,19,125); }
div.DivClassName
{
background-color: #1F137D;
}
.BgClassName
{
background-color: #1F137D;
}
</style>
border-color css
<style>
span { border-color: #1F137D; }
span { border-color: rgb(31,19,125); }
td.TdClassName
{
border-color: #1F137D;
}
.TagClassName
{
border-color: #1F137D;
}
</style>