Shades of Midnight Blue #1F0969
Tints of Midnight Blue #1F0969
RGB
CMYK
RGB Variations
Color information
#1F0969 (or 0x1F0969) is known color: Midnight Blue. HEX triplet: 1F, 09 and 69. RGB value is (31,9,105). Sum of RGB (Red+Green+Blue) = 31+9+105=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F0969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0969 is #E0F696. Grayscale: #1A1A1A. Windows color (decimal): -14743191 or 6883615. OLE color: 6883615.
HSL color Cylindrical-coordinate representation of color #1F0969: hue angle of 253.75º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0969 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 9 | 105 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.59 |
| HSL | 253.75º | 0.84% | 0.22% | - |
| HSV(B) | 253.75º | 0.91% | 0.41% | - |
| XYZ | 3.21 | 1.51 | 13.49 | - |
| YUV | 26.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 105 | 0.70 | 0.91 | 0 | 0.59 | 253.75 | 0.84 | 0.22 |
| Hex | 1F | 9 | 69 | 46 | 5B | 0 | 3B | FE | 54 | 16 |
| Octal | 37 | 11 | 151 | 106 | 133 | 0 | 73 | 376 | 124 | 26 |
| Binary | 11111 | 1001 | 1101001 | 1000110 | 1011011 | 0 | 111011 | 11111110 | 1010100 | 10110 |
Color Harmonies of #1F0969
Complementary color
Monochromatic Colors of #1F0969
Black with #1F0969
Text Example
Text Example
White with #1F0969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0969; }
p { color: rgb(31,9,105); }
H1.HeaderClassName
{
color: #1F0969;
}
.AnyTagClassName
{
color: #1F0969;
}
</style>
background-color css
<style>
a { background-color: #1F0969; }
a { background-color: rgb(31,9,105); }
div.DivClassName
{
background-color: #1F0969;
}
.BgClassName
{
background-color: #1F0969;
}
</style>
border-color css
<style>
span { border-color: #1F0969; }
span { border-color: rgb(31,9,105); }
td.TdClassName
{
border-color: #1F0969;
}
.TagClassName
{
border-color: #1F0969;
}
</style>