Shades of Midnight Blue #1F186E
Tints of Midnight Blue #1F186E
RGB
CMYK
RGB Variations
Color information
#1F186E (or 0x1F186E) is known color: Midnight Blue. HEX triplet: 1F, 18 and 6E. RGB value is (31,24,110). Sum of RGB (Red+Green+Blue) = 31+24+110=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F186E is #E0E791. Grayscale: #232323. Windows color (decimal): -14739346 or 7215135. OLE color: 7215135.
HSL color Cylindrical-coordinate representation of color #1F186E: hue angle of 244.88º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F186E is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 24 | 110 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.57 |
| HSL | 244.88º | 0.64% | 0.26% | - |
| HSV(B) | 244.88º | 0.78% | 0.43% | - |
| XYZ | 3.71 | 2.07 | 14.96 | - |
| YUV | 35.9 | 169.82 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 110 | 0.72 | 0.78 | 0 | 0.57 | 244.88 | 0.64 | 0.26 |
| Hex | 1F | 18 | 6E | 48 | 4E | 0 | 39 | F5 | 40 | 1A |
| Octal | 37 | 30 | 156 | 110 | 116 | 0 | 71 | 365 | 100 | 32 |
| Binary | 11111 | 11000 | 1101110 | 1001000 | 1001110 | 0 | 111001 | 11110101 | 1000000 | 11010 |
Color Harmonies of #1F186E
Complementary color
Monochromatic Colors of #1F186E
Black with #1F186E
Text Example
Text Example
White with #1F186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F186E; }
p { color: rgb(31,24,110); }
H1.HeaderClassName
{
color: #1F186E;
}
.AnyTagClassName
{
color: #1F186E;
}
</style>
background-color css
<style>
a { background-color: #1F186E; }
a { background-color: rgb(31,24,110); }
div.DivClassName
{
background-color: #1F186E;
}
.BgClassName
{
background-color: #1F186E;
}
</style>
border-color css
<style>
span { border-color: #1F186E; }
span { border-color: rgb(31,24,110); }
td.TdClassName
{
border-color: #1F186E;
}
.TagClassName
{
border-color: #1F186E;
}
</style>