Shades of Midnight Blue #1F2189
Tints of Midnight Blue #1F2189
RGB
CMYK
RGB Variations
Color information
#1F2189 (or 0x1F2189) is known color: Midnight Blue. HEX triplet: 1F, 21 and 89. RGB value is (31,33,137). Sum of RGB (Red+Green+Blue) = 31+33+137=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F2189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2189 is #E0DE76. Grayscale: #2B2B2B. Windows color (decimal): -14737015 or 8986911. OLE color: 8986911.
HSL color Cylindrical-coordinate representation of color #1F2189: hue angle of 238.87º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F2189 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 33 | 137 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.46 |
| HSL | 238.87º | 0.63% | 0.33% | - |
| HSV(B) | 238.87º | 0.77% | 0.54% | - |
| XYZ | 5.62 | 3.19 | 23.99 | - |
| YUV | 44.26 | 180.34 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 137 | 0.77 | 0.76 | 0 | 0.46 | 238.87 | 0.63 | 0.33 |
| Hex | 1F | 21 | 89 | 4D | 4C | 0 | 2E | EF | 3F | 21 |
| Octal | 37 | 41 | 211 | 115 | 114 | 0 | 56 | 357 | 77 | 41 |
| Binary | 11111 | 100001 | 10001001 | 1001101 | 1001100 | 0 | 101110 | 11101111 | 111111 | 100001 |
Color Harmonies of #1F2189
Complementary color
Monochromatic Colors of #1F2189
Black with #1F2189
Text Example
Text Example
White with #1F2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2189; }
p { color: rgb(31,33,137); }
H1.HeaderClassName
{
color: #1F2189;
}
.AnyTagClassName
{
color: #1F2189;
}
</style>
background-color css
<style>
a { background-color: #1F2189; }
a { background-color: rgb(31,33,137); }
div.DivClassName
{
background-color: #1F2189;
}
.BgClassName
{
background-color: #1F2189;
}
</style>
border-color css
<style>
span { border-color: #1F2189; }
span { border-color: rgb(31,33,137); }
td.TdClassName
{
border-color: #1F2189;
}
.TagClassName
{
border-color: #1F2189;
}
</style>