Shades of Midnight Blue #1F2268
Tints of Midnight Blue #1F2268
RGB
CMYK
RGB Variations
Color information
#1F2268 (or 0x1F2268) is known color: Midnight Blue. HEX triplet: 1F, 22 and 68. RGB value is (31,34,104). Sum of RGB (Red+Green+Blue) = 31+34+104=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F2268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2268 is #E0DD97. Grayscale: #282828. Windows color (decimal): -14736792 or 6824479. OLE color: 6824479.
HSL color Cylindrical-coordinate representation of color #1F2268: hue angle of 237.53º 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 #1F2268 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 34 | 104 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.59 |
| HSL | 237.53º | 0.54% | 0.26% | - |
| HSV(B) | 237.53º | 0.7% | 0.41% | - |
| XYZ | 3.64 | 2.43 | 13.38 | - |
| YUV | 41.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 104 | 0.70 | 0.67 | 0 | 0.59 | 237.53 | 0.54 | 0.26 |
| Hex | 1F | 22 | 68 | 46 | 43 | 0 | 3B | EE | 36 | 1A |
| Octal | 37 | 42 | 150 | 106 | 103 | 0 | 73 | 356 | 66 | 32 |
| Binary | 11111 | 100010 | 1101000 | 1000110 | 1000011 | 0 | 111011 | 11101110 | 110110 | 11010 |
Color Harmonies of #1F2268
Complementary color
Monochromatic Colors of #1F2268
Black with #1F2268
Text Example
Text Example
White with #1F2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2268; }
p { color: rgb(31,34,104); }
H1.HeaderClassName
{
color: #1F2268;
}
.AnyTagClassName
{
color: #1F2268;
}
</style>
background-color css
<style>
a { background-color: #1F2268; }
a { background-color: rgb(31,34,104); }
div.DivClassName
{
background-color: #1F2268;
}
.BgClassName
{
background-color: #1F2268;
}
</style>
border-color css
<style>
span { border-color: #1F2268; }
span { border-color: rgb(31,34,104); }
td.TdClassName
{
border-color: #1F2268;
}
.TagClassName
{
border-color: #1F2268;
}
</style>