Shades of Midnight Blue #1F1877
Tints of Midnight Blue #1F1877
RGB
CMYK
RGB Variations
Color information
#1F1877 (or 0x1F1877) is known color: Midnight Blue. HEX triplet: 1F, 18 and 77. RGB value is (31,24,119). Sum of RGB (Red+Green+Blue) = 31+24+119=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 119 (46.88% from 255 or 68.39% from 174); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F1877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1877 is #E0E788. Grayscale: #242424. Windows color (decimal): -14739337 or 7804959. OLE color: 7804959.
HSL color Cylindrical-coordinate representation of color #1F1877: hue angle of 244.42º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F1877 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 24 | 119 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.53 |
| HSL | 244.42º | 0.66% | 0.28% | - |
| HSV(B) | 244.42º | 0.8% | 0.47% | - |
| XYZ | 4.22 | 2.28 | 17.67 | - |
| YUV | 36.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 119 | 0.74 | 0.80 | 0 | 0.53 | 244.42 | 0.66 | 0.28 |
| Hex | 1F | 18 | 77 | 4A | 50 | 0 | 35 | F4 | 42 | 1C |
| Octal | 37 | 30 | 167 | 112 | 120 | 0 | 65 | 364 | 102 | 34 |
| Binary | 11111 | 11000 | 1110111 | 1001010 | 1010000 | 0 | 110101 | 11110100 | 1000010 | 11100 |
Color Harmonies of #1F1877
Complementary color
Monochromatic Colors of #1F1877
Black with #1F1877
Text Example
Text Example
White with #1F1877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1877; }
p { color: rgb(31,24,119); }
H1.HeaderClassName
{
color: #1F1877;
}
.AnyTagClassName
{
color: #1F1877;
}
</style>
background-color css
<style>
a { background-color: #1F1877; }
a { background-color: rgb(31,24,119); }
div.DivClassName
{
background-color: #1F1877;
}
.BgClassName
{
background-color: #1F1877;
}
</style>
border-color css
<style>
span { border-color: #1F1877; }
span { border-color: rgb(31,24,119); }
td.TdClassName
{
border-color: #1F1877;
}
.TagClassName
{
border-color: #1F1877;
}
</style>