Shades of Midnight Blue #1F2061
Tints of Midnight Blue #1F2061
RGB
CMYK
RGB Variations
Color information
#1F2061 (or 0x1F2061) is known color: Midnight Blue. HEX triplet: 1F, 20 and 61. RGB value is (31,32,97). Sum of RGB (Red+Green+Blue) = 31+32+97=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F2061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2061 is #E0DF9E. Grayscale: #262626. Windows color (decimal): -14737311 or 6365215. OLE color: 6365215.
HSL color Cylindrical-coordinate representation of color #1F2061: hue angle of 239.09º 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 #1F2061 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 32 | 97 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.62 |
| HSL | 239.09º | 0.52% | 0.25% | - |
| HSV(B) | 239.09º | 0.68% | 0.38% | - |
| XYZ | 3.24 | 2.19 | 11.56 | - |
| YUV | 39.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 97 | 0.68 | 0.67 | 0 | 0.62 | 239.09 | 0.52 | 0.25 |
| Hex | 1F | 20 | 61 | 44 | 43 | 0 | 3E | EF | 34 | 19 |
| Octal | 37 | 40 | 141 | 104 | 103 | 0 | 76 | 357 | 64 | 31 |
| Binary | 11111 | 100000 | 1100001 | 1000100 | 1000011 | 0 | 111110 | 11101111 | 110100 | 11001 |
Color Harmonies of #1F2061
Complementary color
Monochromatic Colors of #1F2061
Black with #1F2061
Text Example
Text Example
White with #1F2061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2061; }
p { color: rgb(31,32,97); }
H1.HeaderClassName
{
color: #1F2061;
}
.AnyTagClassName
{
color: #1F2061;
}
</style>
background-color css
<style>
a { background-color: #1F2061; }
a { background-color: rgb(31,32,97); }
div.DivClassName
{
background-color: #1F2061;
}
.BgClassName
{
background-color: #1F2061;
}
</style>
border-color css
<style>
span { border-color: #1F2061; }
span { border-color: rgb(31,32,97); }
td.TdClassName
{
border-color: #1F2061;
}
.TagClassName
{
border-color: #1F2061;
}
</style>