Shades of Midnight Blue #1F0869
Tints of Midnight Blue #1F0869
RGB
CMYK
RGB Variations
Color information
#1F0869 (or 0x1F0869) is known color: Midnight Blue. HEX triplet: 1F, 08 and 69. RGB value is (31,8,105). Sum of RGB (Red+Green+Blue) = 31+8+105=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 105 (41.41% from 255 or 72.92% from 144); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F0869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0869 is #E0F796. Grayscale: #191919. Windows color (decimal): -14743447 or 6883359. OLE color: 6883359.
HSL color Cylindrical-coordinate representation of color #1F0869: hue angle of 254.23º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0869 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 8 | 105 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.59 |
| HSL | 254.23º | 0.86% | 0.22% | - |
| HSV(B) | 254.23º | 0.92% | 0.41% | - |
| XYZ | 3.2 | 1.48 | 13.48 | - |
| YUV | 25.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 105 | 0.70 | 0.92 | 0 | 0.59 | 254.23 | 0.86 | 0.22 |
| Hex | 1F | 8 | 69 | 46 | 5C | 0 | 3B | FE | 56 | 16 |
| Octal | 37 | 10 | 151 | 106 | 134 | 0 | 73 | 376 | 126 | 26 |
| Binary | 11111 | 1000 | 1101001 | 1000110 | 1011100 | 0 | 111011 | 11111110 | 1010110 | 10110 |
Color Harmonies of #1F0869
Complementary color
Monochromatic Colors of #1F0869
Black with #1F0869
Text Example
Text Example
White with #1F0869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0869; }
p { color: rgb(31,8,105); }
H1.HeaderClassName
{
color: #1F0869;
}
.AnyTagClassName
{
color: #1F0869;
}
</style>
background-color css
<style>
a { background-color: #1F0869; }
a { background-color: rgb(31,8,105); }
div.DivClassName
{
background-color: #1F0869;
}
.BgClassName
{
background-color: #1F0869;
}
</style>
border-color css
<style>
span { border-color: #1F0869; }
span { border-color: rgb(31,8,105); }
td.TdClassName
{
border-color: #1F0869;
}
.TagClassName
{
border-color: #1F0869;
}
</style>