Shades of Midnight Blue #1F137C
Tints of Midnight Blue #1F137C
RGB
CMYK
RGB Variations
Color information
#1F137C (or 0x1F137C) is known color: Midnight Blue. HEX triplet: 1F, 13 and 7C. RGB value is (31,19,124). Sum of RGB (Red+Green+Blue) = 31+19+124=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F137C is #E0EC83. Grayscale: #222222. Windows color (decimal): -14740612 or 8131359. OLE color: 8131359.
HSL color Cylindrical-coordinate representation of color #1F137C: hue angle of 246.86º degrees, saturation: 0.73, 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 #1F137C is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 19 | 124 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.51 |
| HSL | 246.86º | 0.73% | 0.28% | - |
| HSV(B) | 246.86º | 0.85% | 0.49% | - |
| XYZ | 4.44 | 2.21 | 19.26 | - |
| YUV | 34.56 | 178.48 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 124 | 0.75 | 0.85 | 0 | 0.51 | 246.86 | 0.73 | 0.28 |
| Hex | 1F | 13 | 7C | 4B | 55 | 0 | 33 | F7 | 49 | 1C |
| Octal | 37 | 23 | 174 | 113 | 125 | 0 | 63 | 367 | 111 | 34 |
| Binary | 11111 | 10011 | 1111100 | 1001011 | 1010101 | 0 | 110011 | 11110111 | 1001001 | 11100 |
Color Harmonies of #1F137C
Complementary color
Monochromatic Colors of #1F137C
Black with #1F137C
Text Example
Text Example
White with #1F137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F137C; }
p { color: rgb(31,19,124); }
H1.HeaderClassName
{
color: #1F137C;
}
.AnyTagClassName
{
color: #1F137C;
}
</style>
background-color css
<style>
a { background-color: #1F137C; }
a { background-color: rgb(31,19,124); }
div.DivClassName
{
background-color: #1F137C;
}
.BgClassName
{
background-color: #1F137C;
}
</style>
border-color css
<style>
span { border-color: #1F137C; }
span { border-color: rgb(31,19,124); }
td.TdClassName
{
border-color: #1F137C;
}
.TagClassName
{
border-color: #1F137C;
}
</style>