Shades of Midnight Blue #1F1667
Tints of Midnight Blue #1F1667
RGB
CMYK
RGB Variations
Color information
#1F1667 (or 0x1F1667) is known color: Midnight Blue. HEX triplet: 1F, 16 and 67. RGB value is (31,22,103). Sum of RGB (Red+Green+Blue) = 31+22+103=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 103 (40.62% from 255 or 66.03% from 156); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F1667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1667 is #E0E998. Grayscale: #212121. Windows color (decimal): -14739865 or 6755871. OLE color: 6755871.
HSL color Cylindrical-coordinate representation of color #1F1667: hue angle of 246.67º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F1667 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 22 | 103 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.60 |
| HSL | 246.67º | 0.65% | 0.25% | - |
| HSV(B) | 246.67º | 0.79% | 0.4% | - |
| XYZ | 3.3 | 1.84 | 13.01 | - |
| YUV | 33.93 | 166.98 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 103 | 0.70 | 0.79 | 0 | 0.60 | 246.67 | 0.65 | 0.25 |
| Hex | 1F | 16 | 67 | 46 | 4F | 0 | 3C | F7 | 41 | 19 |
| Octal | 37 | 26 | 147 | 106 | 117 | 0 | 74 | 367 | 101 | 31 |
| Binary | 11111 | 10110 | 1100111 | 1000110 | 1001111 | 0 | 111100 | 11110111 | 1000001 | 11001 |
Color Harmonies of #1F1667
Complementary color
Monochromatic Colors of #1F1667
Black with #1F1667
Text Example
Text Example
White with #1F1667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1667; }
p { color: rgb(31,22,103); }
H1.HeaderClassName
{
color: #1F1667;
}
.AnyTagClassName
{
color: #1F1667;
}
</style>
background-color css
<style>
a { background-color: #1F1667; }
a { background-color: rgb(31,22,103); }
div.DivClassName
{
background-color: #1F1667;
}
.BgClassName
{
background-color: #1F1667;
}
</style>
border-color css
<style>
span { border-color: #1F1667; }
span { border-color: rgb(31,22,103); }
td.TdClassName
{
border-color: #1F1667;
}
.TagClassName
{
border-color: #1F1667;
}
</style>