Shades of Midnight Blue #1F1969
Tints of Midnight Blue #1F1969
RGB
CMYK
RGB Variations
Color information
#1F1969 (or 0x1F1969) is known color: Midnight Blue. HEX triplet: 1F, 19 and 69. RGB value is (31,25,105). Sum of RGB (Red+Green+Blue) = 31+25+105=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F1969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1969 is #E0E696. Grayscale: #232323. Windows color (decimal): -14739095 or 6887711. OLE color: 6887711.
HSL color Cylindrical-coordinate representation of color #1F1969: hue angle of 244.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F1969 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 25 | 105 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.59 |
| HSL | 244.5º | 0.62% | 0.25% | - |
| HSV(B) | 244.5º | 0.76% | 0.41% | - |
| XYZ | 3.46 | 2.01 | 13.57 | - |
| YUV | 35.91 | 166.99 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 105 | 0.70 | 0.76 | 0 | 0.59 | 244.5 | 0.62 | 0.25 |
| Hex | 1F | 19 | 69 | 46 | 4C | 0 | 3B | F4 | 3E | 19 |
| Octal | 37 | 31 | 151 | 106 | 114 | 0 | 73 | 364 | 76 | 31 |
| Binary | 11111 | 11001 | 1101001 | 1000110 | 1001100 | 0 | 111011 | 11110100 | 111110 | 11001 |
Color Harmonies of #1F1969
Complementary color
Monochromatic Colors of #1F1969
Black with #1F1969
Text Example
Text Example
White with #1F1969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1969; }
p { color: rgb(31,25,105); }
H1.HeaderClassName
{
color: #1F1969;
}
.AnyTagClassName
{
color: #1F1969;
}
</style>
background-color css
<style>
a { background-color: #1F1969; }
a { background-color: rgb(31,25,105); }
div.DivClassName
{
background-color: #1F1969;
}
.BgClassName
{
background-color: #1F1969;
}
</style>
border-color css
<style>
span { border-color: #1F1969; }
span { border-color: rgb(31,25,105); }
td.TdClassName
{
border-color: #1F1969;
}
.TagClassName
{
border-color: #1F1969;
}
</style>