Shades of Midnight Blue #1F1472
Tints of Midnight Blue #1F1472
RGB
CMYK
RGB Variations
Color information
#1F1472 (or 0x1F1472) is known color: Midnight Blue. HEX triplet: 1F, 14 and 72. RGB value is (31,20,114). Sum of RGB (Red+Green+Blue) = 31+20+114=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F1472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1472 is #E0EB8D. Grayscale: #212121. Windows color (decimal): -14740366 or 7476255. OLE color: 7476255.
HSL color Cylindrical-coordinate representation of color #1F1472: hue angle of 247.02º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F1472 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 20 | 114 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.55 |
| HSL | 247.02º | 0.7% | 0.26% | - |
| HSV(B) | 247.02º | 0.82% | 0.45% | - |
| XYZ | 3.85 | 2.01 | 16.1 | - |
| YUV | 34.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 114 | 0.73 | 0.82 | 0 | 0.55 | 247.02 | 0.7 | 0.26 |
| Hex | 1F | 14 | 72 | 49 | 52 | 0 | 37 | F7 | 46 | 1A |
| Octal | 37 | 24 | 162 | 111 | 122 | 0 | 67 | 367 | 106 | 32 |
| Binary | 11111 | 10100 | 1110010 | 1001001 | 1010010 | 0 | 110111 | 11110111 | 1000110 | 11010 |
Color Harmonies of #1F1472
Complementary color
Monochromatic Colors of #1F1472
Black with #1F1472
Text Example
Text Example
White with #1F1472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1472; }
p { color: rgb(31,20,114); }
H1.HeaderClassName
{
color: #1F1472;
}
.AnyTagClassName
{
color: #1F1472;
}
</style>
background-color css
<style>
a { background-color: #1F1472; }
a { background-color: rgb(31,20,114); }
div.DivClassName
{
background-color: #1F1472;
}
.BgClassName
{
background-color: #1F1472;
}
</style>
border-color css
<style>
span { border-color: #1F1472; }
span { border-color: rgb(31,20,114); }
td.TdClassName
{
border-color: #1F1472;
}
.TagClassName
{
border-color: #1F1472;
}
</style>