Shades of Midnight Blue #1F2967
Tints of Midnight Blue #1F2967
RGB
CMYK
RGB Variations
Color information
#1F2967 (or 0x1F2967) is known color: Midnight Blue. HEX triplet: 1F, 29 and 67. RGB value is (31,41,103). Sum of RGB (Red+Green+Blue) = 31+41+103=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 103 (40.62% from 255 or 58.86% from 175); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F2967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2967 is #E0D698. Grayscale: #2C2C2C. Windows color (decimal): -14735001 or 6760735. OLE color: 6760735.
HSL color Cylindrical-coordinate representation of color #1F2967: hue angle of 231.67º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F2967 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 41 | 103 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.60 |
| HSL | 231.67º | 0.54% | 0.26% | - |
| HSV(B) | 231.67º | 0.7% | 0.4% | - |
| XYZ | 3.81 | 2.86 | 13.18 | - |
| YUV | 45.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 103 | 0.70 | 0.60 | 0 | 0.60 | 231.67 | 0.54 | 0.26 |
| Hex | 1F | 29 | 67 | 46 | 3C | 0 | 3C | E8 | 36 | 1A |
| Octal | 37 | 51 | 147 | 106 | 74 | 0 | 74 | 350 | 66 | 32 |
| Binary | 11111 | 101001 | 1100111 | 1000110 | 111100 | 0 | 111100 | 11101000 | 110110 | 11010 |
Color Harmonies of #1F2967
Complementary color
Monochromatic Colors of #1F2967
Black with #1F2967
Text Example
Text Example
White with #1F2967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2967; }
p { color: rgb(31,41,103); }
H1.HeaderClassName
{
color: #1F2967;
}
.AnyTagClassName
{
color: #1F2967;
}
</style>
background-color css
<style>
a { background-color: #1F2967; }
a { background-color: rgb(31,41,103); }
div.DivClassName
{
background-color: #1F2967;
}
.BgClassName
{
background-color: #1F2967;
}
</style>
border-color css
<style>
span { border-color: #1F2967; }
span { border-color: rgb(31,41,103); }
td.TdClassName
{
border-color: #1F2967;
}
.TagClassName
{
border-color: #1F2967;
}
</style>