Shades of Midnight Blue #1F2B6D
Tints of Midnight Blue #1F2B6D
RGB
CMYK
RGB Variations
Color information
#1F2B6D (or 0x1F2B6D) is known color: Midnight Blue. HEX triplet: 1F, 2B and 6D. RGB value is (31,43,109). Sum of RGB (Red+Green+Blue) = 31+43+109=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F2B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2B6D is #E0D492. Grayscale: #2E2E2E. Windows color (decimal): -14734483 or 7154463. OLE color: 7154463.
HSL color Cylindrical-coordinate representation of color #1F2B6D: hue angle of 230.77º 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 #1F2B6D is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 43 | 109 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.57 |
| HSL | 230.77º | 0.56% | 0.27% | - |
| HSV(B) | 230.77º | 0.72% | 0.43% | - |
| XYZ | 4.19 | 3.12 | 14.85 | - |
| YUV | 46.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 43 | 109 | 0.72 | 0.61 | 0 | 0.57 | 230.77 | 0.56 | 0.27 |
| Hex | 1F | 2B | 6D | 48 | 3D | 0 | 39 | E7 | 38 | 1B |
| Octal | 37 | 53 | 155 | 110 | 75 | 0 | 71 | 347 | 70 | 33 |
| Binary | 11111 | 101011 | 1101101 | 1001000 | 111101 | 0 | 111001 | 11100111 | 111000 | 11011 |
Color Harmonies of #1F2B6D
Complementary color
Monochromatic Colors of #1F2B6D
Black with #1F2B6D
Text Example
Text Example
White with #1F2B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2B6D; }
p { color: rgb(31,43,109); }
H1.HeaderClassName
{
color: #1F2B6D;
}
.AnyTagClassName
{
color: #1F2B6D;
}
</style>
background-color css
<style>
a { background-color: #1F2B6D; }
a { background-color: rgb(31,43,109); }
div.DivClassName
{
background-color: #1F2B6D;
}
.BgClassName
{
background-color: #1F2B6D;
}
</style>
border-color css
<style>
span { border-color: #1F2B6D; }
span { border-color: rgb(31,43,109); }
td.TdClassName
{
border-color: #1F2B6D;
}
.TagClassName
{
border-color: #1F2B6D;
}
</style>