Shades of Midnight Blue #1F2168
Tints of Midnight Blue #1F2168
RGB
CMYK
RGB Variations
Color information
#1F2168 (or 0x1F2168) is known color: Midnight Blue. HEX triplet: 1F, 21 and 68. RGB value is (31,33,104). Sum of RGB (Red+Green+Blue) = 31+33+104=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F2168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2168 is #E0DE97. Grayscale: #282828. Windows color (decimal): -14737048 or 6824223. OLE color: 6824223.
HSL color Cylindrical-coordinate representation of color #1F2168: hue angle of 238.36º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F2168 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 33 | 104 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.59 |
| HSL | 238.36º | 0.54% | 0.26% | - |
| HSV(B) | 238.36º | 0.7% | 0.41% | - |
| XYZ | 3.61 | 2.38 | 13.37 | - |
| YUV | 40.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 104 | 0.70 | 0.68 | 0 | 0.59 | 238.36 | 0.54 | 0.26 |
| Hex | 1F | 21 | 68 | 46 | 44 | 0 | 3B | EE | 36 | 1A |
| Octal | 37 | 41 | 150 | 106 | 104 | 0 | 73 | 356 | 66 | 32 |
| Binary | 11111 | 100001 | 1101000 | 1000110 | 1000100 | 0 | 111011 | 11101110 | 110110 | 11010 |
Color Harmonies of #1F2168
Complementary color
Monochromatic Colors of #1F2168
Black with #1F2168
Text Example
Text Example
White with #1F2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2168; }
p { color: rgb(31,33,104); }
H1.HeaderClassName
{
color: #1F2168;
}
.AnyTagClassName
{
color: #1F2168;
}
</style>
background-color css
<style>
a { background-color: #1F2168; }
a { background-color: rgb(31,33,104); }
div.DivClassName
{
background-color: #1F2168;
}
.BgClassName
{
background-color: #1F2168;
}
</style>
border-color css
<style>
span { border-color: #1F2168; }
span { border-color: rgb(31,33,104); }
td.TdClassName
{
border-color: #1F2168;
}
.TagClassName
{
border-color: #1F2168;
}
</style>