Shades of Midnight Blue #1F2867
Tints of Midnight Blue #1F2867
RGB
CMYK
RGB Variations
Color information
#1F2867 (or 0x1F2867) is known color: Midnight Blue. HEX triplet: 1F, 28 and 67. RGB value is (31,40,103). Sum of RGB (Red+Green+Blue) = 31+40+103=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F2867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2867 is #E0D798. Grayscale: #2C2C2C. Windows color (decimal): -14735257 or 6760479. OLE color: 6760479.
HSL color Cylindrical-coordinate representation of color #1F2867: hue angle of 232.5º 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 #1F2867 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 40 | 103 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.60 |
| HSL | 232.5º | 0.54% | 0.26% | - |
| HSV(B) | 232.5º | 0.7% | 0.4% | - |
| XYZ | 3.77 | 2.79 | 13.17 | - |
| YUV | 44.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 103 | 0.70 | 0.61 | 0 | 0.60 | 232.5 | 0.54 | 0.26 |
| Hex | 1F | 28 | 67 | 46 | 3D | 0 | 3C | E8 | 36 | 1A |
| Octal | 37 | 50 | 147 | 106 | 75 | 0 | 74 | 350 | 66 | 32 |
| Binary | 11111 | 101000 | 1100111 | 1000110 | 111101 | 0 | 111100 | 11101000 | 110110 | 11010 |
Color Harmonies of #1F2867
Complementary color
Monochromatic Colors of #1F2867
Black with #1F2867
Text Example
Text Example
White with #1F2867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2867; }
p { color: rgb(31,40,103); }
H1.HeaderClassName
{
color: #1F2867;
}
.AnyTagClassName
{
color: #1F2867;
}
</style>
background-color css
<style>
a { background-color: #1F2867; }
a { background-color: rgb(31,40,103); }
div.DivClassName
{
background-color: #1F2867;
}
.BgClassName
{
background-color: #1F2867;
}
</style>
border-color css
<style>
span { border-color: #1F2867; }
span { border-color: rgb(31,40,103); }
td.TdClassName
{
border-color: #1F2867;
}
.TagClassName
{
border-color: #1F2867;
}
</style>