Shades of Midnight Blue #1F1966
Tints of Midnight Blue #1F1966
RGB
CMYK
RGB Variations
Color information
#1F1966 (or 0x1F1966) is known color: Midnight Blue. HEX triplet: 1F, 19 and 66. RGB value is (31,25,102). Sum of RGB (Red+Green+Blue) = 31+25+102=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 102 (40.23% from 255 or 64.56% from 158); Max value from RGB is 102 - color contains mainly: blue. Hex color #1F1966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1966 is #E0E699. Grayscale: #232323. Windows color (decimal): -14739098 or 6691103. OLE color: 6691103.
HSL color Cylindrical-coordinate representation of color #1F1966: hue angle of 244.68º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F1966 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 25 | 102 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.6 |
| HSL | 244.68º | 0.61% | 0.25% | - |
| HSV(B) | 244.68º | 0.75% | 0.4% | - |
| XYZ | 3.31 | 1.95 | 12.77 | - |
| YUV | 35.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 102 | 0.70 | 0.75 | 0 | 0.6 | 244.68 | 0.61 | 0.25 |
| Hex | 1F | 19 | 66 | 46 | 4B | 0 | 3C | F5 | 3D | 19 |
| Octal | 37 | 31 | 146 | 106 | 113 | 0 | 74 | 365 | 75 | 31 |
| Binary | 11111 | 11001 | 1100110 | 1000110 | 1001011 | 0 | 111100 | 11110101 | 111101 | 11001 |
Color Harmonies of #1F1966
Complementary color
Monochromatic Colors of #1F1966
Black with #1F1966
Text Example
Text Example
White with #1F1966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1966; }
p { color: rgb(31,25,102); }
H1.HeaderClassName
{
color: #1F1966;
}
.AnyTagClassName
{
color: #1F1966;
}
</style>
background-color css
<style>
a { background-color: #1F1966; }
a { background-color: rgb(31,25,102); }
div.DivClassName
{
background-color: #1F1966;
}
.BgClassName
{
background-color: #1F1966;
}
</style>
border-color css
<style>
span { border-color: #1F1966; }
span { border-color: rgb(31,25,102); }
td.TdClassName
{
border-color: #1F1966;
}
.TagClassName
{
border-color: #1F1966;
}
</style>