Shades of Midnight Blue #1F176E
Tints of Midnight Blue #1F176E
RGB
CMYK
RGB Variations
Color information
#1F176E (or 0x1F176E) is known color: Midnight Blue. HEX triplet: 1F, 17 and 6E. RGB value is (31,23,110). Sum of RGB (Red+Green+Blue) = 31+23+110=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F176E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F176E is #E0E891. Grayscale: #222222. Windows color (decimal): -14739602 or 7214879. OLE color: 7214879.
HSL color Cylindrical-coordinate representation of color #1F176E: hue angle of 245.52º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F176E is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 23 | 110 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.57 |
| HSL | 245.52º | 0.65% | 0.26% | - |
| HSV(B) | 245.52º | 0.79% | 0.43% | - |
| XYZ | 3.69 | 2.03 | 14.95 | - |
| YUV | 35.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 110 | 0.72 | 0.79 | 0 | 0.57 | 245.52 | 0.65 | 0.26 |
| Hex | 1F | 17 | 6E | 48 | 4F | 0 | 39 | F6 | 41 | 1A |
| Octal | 37 | 27 | 156 | 110 | 117 | 0 | 71 | 366 | 101 | 32 |
| Binary | 11111 | 10111 | 1101110 | 1001000 | 1001111 | 0 | 111001 | 11110110 | 1000001 | 11010 |
Color Harmonies of #1F176E
Complementary color
Monochromatic Colors of #1F176E
Black with #1F176E
Text Example
Text Example
White with #1F176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F176E; }
p { color: rgb(31,23,110); }
H1.HeaderClassName
{
color: #1F176E;
}
.AnyTagClassName
{
color: #1F176E;
}
</style>
background-color css
<style>
a { background-color: #1F176E; }
a { background-color: rgb(31,23,110); }
div.DivClassName
{
background-color: #1F176E;
}
.BgClassName
{
background-color: #1F176E;
}
</style>
border-color css
<style>
span { border-color: #1F176E; }
span { border-color: rgb(31,23,110); }
td.TdClassName
{
border-color: #1F176E;
}
.TagClassName
{
border-color: #1F176E;
}
</style>