Shades of Midnight Blue #1F0967
Tints of Midnight Blue #1F0967
RGB
CMYK
RGB Variations
Color information
#1F0967 (or 0x1F0967) is known color: Midnight Blue. HEX triplet: 1F, 09 and 67. RGB value is (31,9,103). Sum of RGB (Red+Green+Blue) = 31+9+103=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 103 (40.62% from 255 or 72.03% from 143); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F0967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0967 is #E0F698. Grayscale: #191919. Windows color (decimal): -14743193 or 6752543. OLE color: 6752543.
HSL color Cylindrical-coordinate representation of color #1F0967: hue angle of 254.04º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0967 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 9 | 103 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.60 |
| HSL | 254.04º | 0.84% | 0.22% | - |
| HSV(B) | 254.04º | 0.91% | 0.4% | - |
| XYZ | 3.11 | 1.47 | 12.95 | - |
| YUV | 26.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 103 | 0.70 | 0.91 | 0 | 0.60 | 254.04 | 0.84 | 0.22 |
| Hex | 1F | 9 | 67 | 46 | 5B | 0 | 3C | FE | 54 | 16 |
| Octal | 37 | 11 | 147 | 106 | 133 | 0 | 74 | 376 | 124 | 26 |
| Binary | 11111 | 1001 | 1100111 | 1000110 | 1011011 | 0 | 111100 | 11111110 | 1010100 | 10110 |
Color Harmonies of #1F0967
Complementary color
Monochromatic Colors of #1F0967
Black with #1F0967
Text Example
Text Example
White with #1F0967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0967; }
p { color: rgb(31,9,103); }
H1.HeaderClassName
{
color: #1F0967;
}
.AnyTagClassName
{
color: #1F0967;
}
</style>
background-color css
<style>
a { background-color: #1F0967; }
a { background-color: rgb(31,9,103); }
div.DivClassName
{
background-color: #1F0967;
}
.BgClassName
{
background-color: #1F0967;
}
</style>
border-color css
<style>
span { border-color: #1F0967; }
span { border-color: rgb(31,9,103); }
td.TdClassName
{
border-color: #1F0967;
}
.TagClassName
{
border-color: #1F0967;
}
</style>