Shades of Midnight Blue #1F105D
Tints of Midnight Blue #1F105D
RGB
CMYK
RGB Variations
Color information
#1F105D (or 0x1F105D) is known color: Midnight Blue. HEX triplet: 1F, 10 and 5D. RGB value is (31,16,93). Sum of RGB (Red+Green+Blue) = 31+16+93=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F105D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F105D is #E0EFA2. Grayscale: #1C1C1C. Windows color (decimal): -14741411 or 6098975. OLE color: 6098975.
HSL color Cylindrical-coordinate representation of color #1F105D: hue angle of 251.69º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F105D is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 16 | 93 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.64 |
| HSL | 251.69º | 0.71% | 0.21% | - |
| HSV(B) | 251.69º | 0.83% | 0.36% | - |
| XYZ | 2.73 | 1.45 | 10.49 | - |
| YUV | 29.26 | 163.97 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 93 | 0.67 | 0.83 | 0 | 0.64 | 251.69 | 0.71 | 0.21 |
| Hex | 1F | 10 | 5D | 43 | 53 | 0 | 40 | FC | 47 | 15 |
| Octal | 37 | 20 | 135 | 103 | 123 | 0 | 100 | 374 | 107 | 25 |
| Binary | 11111 | 10000 | 1011101 | 1000011 | 1010011 | 0 | 1000000 | 11111100 | 1000111 | 10101 |
Color Harmonies of #1F105D
Complementary color
Monochromatic Colors of #1F105D
Black with #1F105D
Text Example
Text Example
White with #1F105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F105D; }
p { color: rgb(31,16,93); }
H1.HeaderClassName
{
color: #1F105D;
}
.AnyTagClassName
{
color: #1F105D;
}
</style>
background-color css
<style>
a { background-color: #1F105D; }
a { background-color: rgb(31,16,93); }
div.DivClassName
{
background-color: #1F105D;
}
.BgClassName
{
background-color: #1F105D;
}
</style>
border-color css
<style>
span { border-color: #1F105D; }
span { border-color: rgb(31,16,93); }
td.TdClassName
{
border-color: #1F105D;
}
.TagClassName
{
border-color: #1F105D;
}
</style>