Shades of Midnight Blue #1F0B72
Tints of Midnight Blue #1F0B72
RGB
CMYK
RGB Variations
Color information
#1F0B72 (or 0x1F0B72) is known color: Midnight Blue. HEX triplet: 1F, 0B and 72. RGB value is (31,11,114). Sum of RGB (Red+Green+Blue) = 31+11+114=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F0B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0B72 is #E0F48D. Grayscale: #1C1C1C. Windows color (decimal): -14742670 or 7473951. OLE color: 7473951.
HSL color Cylindrical-coordinate representation of color #1F0B72: hue angle of 251.65º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0B72 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 11 | 114 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.55 |
| HSL | 251.65º | 0.82% | 0.25% | - |
| HSV(B) | 251.65º | 0.9% | 0.45% | - |
| XYZ | 3.72 | 1.75 | 16.06 | - |
| YUV | 28.72 | 176.13 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 114 | 0.73 | 0.90 | 0 | 0.55 | 251.65 | 0.82 | 0.25 |
| Hex | 1F | B | 72 | 49 | 5A | 0 | 37 | FC | 52 | 19 |
| Octal | 37 | 13 | 162 | 111 | 132 | 0 | 67 | 374 | 122 | 31 |
| Binary | 11111 | 1011 | 1110010 | 1001001 | 1011010 | 0 | 110111 | 11111100 | 1010010 | 11001 |
Color Harmonies of #1F0B72
Complementary color
Monochromatic Colors of #1F0B72
Black with #1F0B72
Text Example
Text Example
White with #1F0B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B72; }
p { color: rgb(31,11,114); }
H1.HeaderClassName
{
color: #1F0B72;
}
.AnyTagClassName
{
color: #1F0B72;
}
</style>
background-color css
<style>
a { background-color: #1F0B72; }
a { background-color: rgb(31,11,114); }
div.DivClassName
{
background-color: #1F0B72;
}
.BgClassName
{
background-color: #1F0B72;
}
</style>
border-color css
<style>
span { border-color: #1F0B72; }
span { border-color: rgb(31,11,114); }
td.TdClassName
{
border-color: #1F0B72;
}
.TagClassName
{
border-color: #1F0B72;
}
</style>