Shades of Midnight Blue #1F2B89
Tints of Midnight Blue #1F2B89
RGB
CMYK
RGB Variations
Color information
#1F2B89 (or 0x1F2B89) is known color: Midnight Blue. HEX triplet: 1F, 2B and 89. RGB value is (31,43,137). Sum of RGB (Red+Green+Blue) = 31+43+137=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 137 (53.91% from 255 or 64.93% from 211); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F2B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2B89 is #E0D476. Grayscale: #313131. Windows color (decimal): -14734455 or 8989471. OLE color: 8989471.
HSL color Cylindrical-coordinate representation of color #1F2B89: hue angle of 233.21º 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 #1F2B89 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 43 | 137 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.46 |
| HSL | 233.21º | 0.63% | 0.33% | - |
| HSV(B) | 233.21º | 0.77% | 0.54% | - |
| XYZ | 5.94 | 3.83 | 24.09 | - |
| YUV | 50.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 43 | 137 | 0.77 | 0.69 | 0 | 0.46 | 233.21 | 0.63 | 0.33 |
| Hex | 1F | 2B | 89 | 4D | 45 | 0 | 2E | E9 | 3F | 21 |
| Octal | 37 | 53 | 211 | 115 | 105 | 0 | 56 | 351 | 77 | 41 |
| Binary | 11111 | 101011 | 10001001 | 1001101 | 1000101 | 0 | 101110 | 11101001 | 111111 | 100001 |
Color Harmonies of #1F2B89
Complementary color
Monochromatic Colors of #1F2B89
Black with #1F2B89
Text Example
Text Example
White with #1F2B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2B89; }
p { color: rgb(31,43,137); }
H1.HeaderClassName
{
color: #1F2B89;
}
.AnyTagClassName
{
color: #1F2B89;
}
</style>
background-color css
<style>
a { background-color: #1F2B89; }
a { background-color: rgb(31,43,137); }
div.DivClassName
{
background-color: #1F2B89;
}
.BgClassName
{
background-color: #1F2B89;
}
</style>
border-color css
<style>
span { border-color: #1F2B89; }
span { border-color: rgb(31,43,137); }
td.TdClassName
{
border-color: #1F2B89;
}
.TagClassName
{
border-color: #1F2B89;
}
</style>