Shades of Midnight Blue #1F2B6F
Tints of Midnight Blue #1F2B6F
RGB
CMYK
RGB Variations
Color information
#1F2B6F (or 0x1F2B6F) is known color: Midnight Blue. HEX triplet: 1F, 2B and 6F. RGB value is (31,43,111). Sum of RGB (Red+Green+Blue) = 31+43+111=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F2B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2B6F is #E0D490. Grayscale: #2E2E2E. Windows color (decimal): -14734481 or 7285535. OLE color: 7285535.
HSL color Cylindrical-coordinate representation of color #1F2B6F: hue angle of 231º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F2B6F is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 43 | 111 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.56 |
| HSL | 231º | 0.56% | 0.28% | - |
| HSV(B) | 231º | 0.72% | 0.44% | - |
| XYZ | 4.3 | 3.17 | 15.42 | - |
| YUV | 47.16 | 164.02 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 43 | 111 | 0.72 | 0.61 | 0 | 0.56 | 231 | 0.56 | 0.28 |
| Hex | 1F | 2B | 6F | 48 | 3D | 0 | 38 | E7 | 38 | 1C |
| Octal | 37 | 53 | 157 | 110 | 75 | 0 | 70 | 347 | 70 | 34 |
| Binary | 11111 | 101011 | 1101111 | 1001000 | 111101 | 0 | 111000 | 11100111 | 111000 | 11100 |
Color Harmonies of #1F2B6F
Complementary color
Monochromatic Colors of #1F2B6F
Black with #1F2B6F
Text Example
Text Example
White with #1F2B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2B6F; }
p { color: rgb(31,43,111); }
H1.HeaderClassName
{
color: #1F2B6F;
}
.AnyTagClassName
{
color: #1F2B6F;
}
</style>
background-color css
<style>
a { background-color: #1F2B6F; }
a { background-color: rgb(31,43,111); }
div.DivClassName
{
background-color: #1F2B6F;
}
.BgClassName
{
background-color: #1F2B6F;
}
</style>
border-color css
<style>
span { border-color: #1F2B6F; }
span { border-color: rgb(31,43,111); }
td.TdClassName
{
border-color: #1F2B6F;
}
.TagClassName
{
border-color: #1F2B6F;
}
</style>