Shades of Midnight Blue #1F2087
Tints of Midnight Blue #1F2087
RGB
CMYK
RGB Variations
Color information
#1F2087 (or 0x1F2087) is known color: Midnight Blue. HEX triplet: 1F, 20 and 87. RGB value is (31,32,135). Sum of RGB (Red+Green+Blue) = 31+32+135=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 135 (53.12% from 255 or 68.18% from 198); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F2087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2087 is #E0DF78. Grayscale: #2B2B2B. Windows color (decimal): -14737273 or 8855583. OLE color: 8855583.
HSL color Cylindrical-coordinate representation of color #1F2087: hue angle of 239.42º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F2087 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 32 | 135 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.47 |
| HSL | 239.42º | 0.63% | 0.33% | - |
| HSV(B) | 239.42º | 0.77% | 0.53% | - |
| XYZ | 5.45 | 3.07 | 23.23 | - |
| YUV | 43.44 | 179.67 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 135 | 0.77 | 0.76 | 0 | 0.47 | 239.42 | 0.63 | 0.33 |
| Hex | 1F | 20 | 87 | 4D | 4C | 0 | 2F | EF | 3F | 21 |
| Octal | 37 | 40 | 207 | 115 | 114 | 0 | 57 | 357 | 77 | 41 |
| Binary | 11111 | 100000 | 10000111 | 1001101 | 1001100 | 0 | 101111 | 11101111 | 111111 | 100001 |
Color Harmonies of #1F2087
Complementary color
Monochromatic Colors of #1F2087
Black with #1F2087
Text Example
Text Example
White with #1F2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2087; }
p { color: rgb(31,32,135); }
H1.HeaderClassName
{
color: #1F2087;
}
.AnyTagClassName
{
color: #1F2087;
}
</style>
background-color css
<style>
a { background-color: #1F2087; }
a { background-color: rgb(31,32,135); }
div.DivClassName
{
background-color: #1F2087;
}
.BgClassName
{
background-color: #1F2087;
}
</style>
border-color css
<style>
span { border-color: #1F2087; }
span { border-color: rgb(31,32,135); }
td.TdClassName
{
border-color: #1F2087;
}
.TagClassName
{
border-color: #1F2087;
}
</style>