Shades of Midnight Blue #1F0B68
Tints of Midnight Blue #1F0B68
RGB
CMYK
RGB Variations
Color information
#1F0B68 (or 0x1F0B68) is known color: Midnight Blue. HEX triplet: 1F, 0B and 68. RGB value is (31,11,104). Sum of RGB (Red+Green+Blue) = 31+11+104=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F0B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0B68 is #E0F497. Grayscale: #1B1B1B. Windows color (decimal): -14742680 or 6818591. OLE color: 6818591.
HSL color Cylindrical-coordinate representation of color #1F0B68: hue angle of 252.9º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F0B68 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 11 | 104 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.59 |
| HSL | 252.9º | 0.81% | 0.23% | - |
| HSV(B) | 252.9º | 0.89% | 0.41% | - |
| XYZ | 3.18 | 1.53 | 13.22 | - |
| YUV | 27.58 | 171.13 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 104 | 0.70 | 0.89 | 0 | 0.59 | 252.9 | 0.81 | 0.23 |
| Hex | 1F | B | 68 | 46 | 59 | 0 | 3B | FD | 51 | 17 |
| Octal | 37 | 13 | 150 | 106 | 131 | 0 | 73 | 375 | 121 | 27 |
| Binary | 11111 | 1011 | 1101000 | 1000110 | 1011001 | 0 | 111011 | 11111101 | 1010001 | 10111 |
Color Harmonies of #1F0B68
Complementary color
Monochromatic Colors of #1F0B68
Black with #1F0B68
Text Example
Text Example
White with #1F0B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B68; }
p { color: rgb(31,11,104); }
H1.HeaderClassName
{
color: #1F0B68;
}
.AnyTagClassName
{
color: #1F0B68;
}
</style>
background-color css
<style>
a { background-color: #1F0B68; }
a { background-color: rgb(31,11,104); }
div.DivClassName
{
background-color: #1F0B68;
}
.BgClassName
{
background-color: #1F0B68;
}
</style>
border-color css
<style>
span { border-color: #1F0B68; }
span { border-color: rgb(31,11,104); }
td.TdClassName
{
border-color: #1F0B68;
}
.TagClassName
{
border-color: #1F0B68;
}
</style>