Shades of Midnight Blue #1F247A
Tints of Midnight Blue #1F247A
RGB
CMYK
RGB Variations
Color information
#1F247A (or 0x1F247A) is known color: Midnight Blue. HEX triplet: 1F, 24 and 7A. RGB value is (31,36,122). Sum of RGB (Red+Green+Blue) = 31+36+122=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 122 (48.05% from 255 or 64.55% from 189); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F247A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F247A is #E0DB85. Grayscale: #2B2B2B. Windows color (decimal): -14736262 or 8004639. OLE color: 8004639.
HSL color Cylindrical-coordinate representation of color #1F247A: hue angle of 236.7º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F247A is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 36 | 122 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.52 |
| HSL | 236.7º | 0.59% | 0.3% | - |
| HSV(B) | 236.7º | 0.75% | 0.48% | - |
| XYZ | 4.71 | 2.96 | 18.74 | - |
| YUV | 44.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 36 | 122 | 0.75 | 0.70 | 0 | 0.52 | 236.7 | 0.59 | 0.3 |
| Hex | 1F | 24 | 7A | 4B | 46 | 0 | 34 | ED | 3B | 1E |
| Octal | 37 | 44 | 172 | 113 | 106 | 0 | 64 | 355 | 73 | 36 |
| Binary | 11111 | 100100 | 1111010 | 1001011 | 1000110 | 0 | 110100 | 11101101 | 111011 | 11110 |
Color Harmonies of #1F247A
Complementary color
Monochromatic Colors of #1F247A
Black with #1F247A
Text Example
Text Example
White with #1F247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F247A; }
p { color: rgb(31,36,122); }
H1.HeaderClassName
{
color: #1F247A;
}
.AnyTagClassName
{
color: #1F247A;
}
</style>
background-color css
<style>
a { background-color: #1F247A; }
a { background-color: rgb(31,36,122); }
div.DivClassName
{
background-color: #1F247A;
}
.BgClassName
{
background-color: #1F247A;
}
</style>
border-color css
<style>
span { border-color: #1F247A; }
span { border-color: rgb(31,36,122); }
td.TdClassName
{
border-color: #1F247A;
}
.TagClassName
{
border-color: #1F247A;
}
</style>