Shades of Midnight Blue #1F2561
Tints of Midnight Blue #1F2561
RGB
CMYK
RGB Variations
Color information
#1F2561 (or 0x1F2561) is known color: Midnight Blue. HEX triplet: 1F, 25 and 61. RGB value is (31,37,97). Sum of RGB (Red+Green+Blue) = 31+37+97=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F2561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2561 is #E0DA9E. Grayscale: #292929. Windows color (decimal): -14736031 or 6366495. OLE color: 6366495.
HSL color Cylindrical-coordinate representation of color #1F2561: hue angle of 234.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F2561 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 37 | 97 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.62 |
| HSL | 234.55º | 0.52% | 0.25% | - |
| HSV(B) | 234.55º | 0.68% | 0.38% | - |
| XYZ | 3.38 | 2.48 | 11.61 | - |
| YUV | 42.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 37 | 97 | 0.68 | 0.62 | 0 | 0.62 | 234.55 | 0.52 | 0.25 |
| Hex | 1F | 25 | 61 | 44 | 3E | 0 | 3E | EB | 34 | 19 |
| Octal | 37 | 45 | 141 | 104 | 76 | 0 | 76 | 353 | 64 | 31 |
| Binary | 11111 | 100101 | 1100001 | 1000100 | 111110 | 0 | 111110 | 11101011 | 110100 | 11001 |
Color Harmonies of #1F2561
Complementary color
Monochromatic Colors of #1F2561
Black with #1F2561
Text Example
Text Example
White with #1F2561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2561; }
p { color: rgb(31,37,97); }
H1.HeaderClassName
{
color: #1F2561;
}
.AnyTagClassName
{
color: #1F2561;
}
</style>
background-color css
<style>
a { background-color: #1F2561; }
a { background-color: rgb(31,37,97); }
div.DivClassName
{
background-color: #1F2561;
}
.BgClassName
{
background-color: #1F2561;
}
</style>
border-color css
<style>
span { border-color: #1F2561; }
span { border-color: rgb(31,37,97); }
td.TdClassName
{
border-color: #1F2561;
}
.TagClassName
{
border-color: #1F2561;
}
</style>