Shades of Midnight Blue #1F2185
Tints of Midnight Blue #1F2185
RGB
CMYK
RGB Variations
Color information
#1F2185 (or 0x1F2185) is known color: Midnight Blue. HEX triplet: 1F, 21 and 85. RGB value is (31,33,133). Sum of RGB (Red+Green+Blue) = 31+33+133=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F2185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2185 is #E0DE7A. Grayscale: #2B2B2B. Windows color (decimal): -14737019 or 8724767. OLE color: 8724767.
HSL color Cylindrical-coordinate representation of color #1F2185: hue angle of 238.82º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F2185 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 33 | 133 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.48 |
| HSL | 238.82º | 0.62% | 0.32% | - |
| HSV(B) | 238.82º | 0.77% | 0.52% | - |
| XYZ | 5.34 | 3.07 | 22.5 | - |
| YUV | 43.8 | 178.34 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 133 | 0.77 | 0.75 | 0 | 0.48 | 238.82 | 0.62 | 0.32 |
| Hex | 1F | 21 | 85 | 4D | 4B | 0 | 30 | EF | 3E | 20 |
| Octal | 37 | 41 | 205 | 115 | 113 | 0 | 60 | 357 | 76 | 40 |
| Binary | 11111 | 100001 | 10000101 | 1001101 | 1001011 | 0 | 110000 | 11101111 | 111110 | 100000 |
Color Harmonies of #1F2185
Complementary color
Monochromatic Colors of #1F2185
Black with #1F2185
Text Example
Text Example
White with #1F2185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2185; }
p { color: rgb(31,33,133); }
H1.HeaderClassName
{
color: #1F2185;
}
.AnyTagClassName
{
color: #1F2185;
}
</style>
background-color css
<style>
a { background-color: #1F2185; }
a { background-color: rgb(31,33,133); }
div.DivClassName
{
background-color: #1F2185;
}
.BgClassName
{
background-color: #1F2185;
}
</style>
border-color css
<style>
span { border-color: #1F2185; }
span { border-color: rgb(31,33,133); }
td.TdClassName
{
border-color: #1F2185;
}
.TagClassName
{
border-color: #1F2185;
}
</style>