Shades of Midnight Blue #1F236D
Tints of Midnight Blue #1F236D
RGB
CMYK
RGB Variations
Color information
#1F236D (or 0x1F236D) is known color: Midnight Blue. HEX triplet: 1F, 23 and 6D. RGB value is (31,35,109). Sum of RGB (Red+Green+Blue) = 31+35+109=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F236D is #E0DC92. Grayscale: #292929. Windows color (decimal): -14736531 or 7152415. OLE color: 7152415.
HSL color Cylindrical-coordinate representation of color #1F236D: hue angle of 236.92º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F236D is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 35 | 109 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.57 |
| HSL | 236.92º | 0.56% | 0.27% | - |
| HSV(B) | 236.92º | 0.72% | 0.43% | - |
| XYZ | 3.93 | 2.6 | 14.76 | - |
| YUV | 42.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 109 | 0.72 | 0.68 | 0 | 0.57 | 236.92 | 0.56 | 0.27 |
| Hex | 1F | 23 | 6D | 48 | 44 | 0 | 39 | ED | 38 | 1B |
| Octal | 37 | 43 | 155 | 110 | 104 | 0 | 71 | 355 | 70 | 33 |
| Binary | 11111 | 100011 | 1101101 | 1001000 | 1000100 | 0 | 111001 | 11101101 | 111000 | 11011 |
Color Harmonies of #1F236D
Complementary color
Monochromatic Colors of #1F236D
Black with #1F236D
Text Example
Text Example
White with #1F236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F236D; }
p { color: rgb(31,35,109); }
H1.HeaderClassName
{
color: #1F236D;
}
.AnyTagClassName
{
color: #1F236D;
}
</style>
background-color css
<style>
a { background-color: #1F236D; }
a { background-color: rgb(31,35,109); }
div.DivClassName
{
background-color: #1F236D;
}
.BgClassName
{
background-color: #1F236D;
}
</style>
border-color css
<style>
span { border-color: #1F236D; }
span { border-color: rgb(31,35,109); }
td.TdClassName
{
border-color: #1F236D;
}
.TagClassName
{
border-color: #1F236D;
}
</style>