Shades of Midnight Blue #1F2B77
Tints of Midnight Blue #1F2B77
RGB
CMYK
RGB Variations
Color information
#1F2B77 (or 0x1F2B77) is known color: Midnight Blue. HEX triplet: 1F, 2B and 77. RGB value is (31,43,119). Sum of RGB (Red+Green+Blue) = 31+43+119=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F2B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2B77 is #E0D488. Grayscale: #2F2F2F. Windows color (decimal): -14734473 or 7809823. OLE color: 7809823.
HSL color Cylindrical-coordinate representation of color #1F2B77: hue angle of 231.82º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F2B77 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 43 | 119 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.53 |
| HSL | 231.82º | 0.59% | 0.29% | - |
| HSV(B) | 231.82º | 0.74% | 0.47% | - |
| XYZ | 4.76 | 3.35 | 17.85 | - |
| YUV | 48.08 | 168.02 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 43 | 119 | 0.74 | 0.64 | 0 | 0.53 | 231.82 | 0.59 | 0.29 |
| Hex | 1F | 2B | 77 | 4A | 40 | 0 | 35 | E8 | 3B | 1D |
| Octal | 37 | 53 | 167 | 112 | 100 | 0 | 65 | 350 | 73 | 35 |
| Binary | 11111 | 101011 | 1110111 | 1001010 | 1000000 | 0 | 110101 | 11101000 | 111011 | 11101 |
Color Harmonies of #1F2B77
Complementary color
Monochromatic Colors of #1F2B77
Black with #1F2B77
Text Example
Text Example
White with #1F2B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2B77; }
p { color: rgb(31,43,119); }
H1.HeaderClassName
{
color: #1F2B77;
}
.AnyTagClassName
{
color: #1F2B77;
}
</style>
background-color css
<style>
a { background-color: #1F2B77; }
a { background-color: rgb(31,43,119); }
div.DivClassName
{
background-color: #1F2B77;
}
.BgClassName
{
background-color: #1F2B77;
}
</style>
border-color css
<style>
span { border-color: #1F2B77; }
span { border-color: rgb(31,43,119); }
td.TdClassName
{
border-color: #1F2B77;
}
.TagClassName
{
border-color: #1F2B77;
}
</style>