Shades of Midnight Blue #1F246D
Tints of Midnight Blue #1F246D
RGB
CMYK
RGB Variations
Color information
#1F246D (or 0x1F246D) is known color: Midnight Blue. HEX triplet: 1F, 24 and 6D. RGB value is (31,36,109). Sum of RGB (Red+Green+Blue) = 31+36+109=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F246D is #E0DB92. Grayscale: #2A2A2A. Windows color (decimal): -14736275 or 7152671. OLE color: 7152671.
HSL color Cylindrical-coordinate representation of color #1F246D: hue angle of 236.15º 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 #1F246D is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 36 | 109 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.57 |
| HSL | 236.15º | 0.56% | 0.27% | - |
| HSV(B) | 236.15º | 0.72% | 0.43% | - |
| XYZ | 3.96 | 2.66 | 14.77 | - |
| YUV | 42.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 36 | 109 | 0.72 | 0.67 | 0 | 0.57 | 236.15 | 0.56 | 0.27 |
| Hex | 1F | 24 | 6D | 48 | 43 | 0 | 39 | EC | 38 | 1B |
| Octal | 37 | 44 | 155 | 110 | 103 | 0 | 71 | 354 | 70 | 33 |
| Binary | 11111 | 100100 | 1101101 | 1001000 | 1000011 | 0 | 111001 | 11101100 | 111000 | 11011 |
Color Harmonies of #1F246D
Complementary color
Monochromatic Colors of #1F246D
Black with #1F246D
Text Example
Text Example
White with #1F246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F246D; }
p { color: rgb(31,36,109); }
H1.HeaderClassName
{
color: #1F246D;
}
.AnyTagClassName
{
color: #1F246D;
}
</style>
background-color css
<style>
a { background-color: #1F246D; }
a { background-color: rgb(31,36,109); }
div.DivClassName
{
background-color: #1F246D;
}
.BgClassName
{
background-color: #1F246D;
}
</style>
border-color css
<style>
span { border-color: #1F246D; }
span { border-color: rgb(31,36,109); }
td.TdClassName
{
border-color: #1F246D;
}
.TagClassName
{
border-color: #1F246D;
}
</style>