Shades of Midnight Blue #1F177C
Tints of Midnight Blue #1F177C
RGB
CMYK
RGB Variations
Color information
#1F177C (or 0x1F177C) is known color: Midnight Blue. HEX triplet: 1F, 17 and 7C. RGB value is (31,23,124). Sum of RGB (Red+Green+Blue) = 31+23+124=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 124 (48.83% from 255 or 69.66% from 178); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F177C is #E0E883. Grayscale: #242424. Windows color (decimal): -14739588 or 8132383. OLE color: 8132383.
HSL color Cylindrical-coordinate representation of color #1F177C: hue angle of 244.75º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F177C is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 23 | 124 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.51 |
| HSL | 244.75º | 0.69% | 0.29% | - |
| HSV(B) | 244.75º | 0.81% | 0.49% | - |
| XYZ | 4.51 | 2.36 | 19.29 | - |
| YUV | 36.91 | 177.15 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 124 | 0.75 | 0.81 | 0 | 0.51 | 244.75 | 0.69 | 0.29 |
| Hex | 1F | 17 | 7C | 4B | 51 | 0 | 33 | F5 | 45 | 1D |
| Octal | 37 | 27 | 174 | 113 | 121 | 0 | 63 | 365 | 105 | 35 |
| Binary | 11111 | 10111 | 1111100 | 1001011 | 1010001 | 0 | 110011 | 11110101 | 1000101 | 11101 |
Color Harmonies of #1F177C
Complementary color
Monochromatic Colors of #1F177C
Black with #1F177C
Text Example
Text Example
White with #1F177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F177C; }
p { color: rgb(31,23,124); }
H1.HeaderClassName
{
color: #1F177C;
}
.AnyTagClassName
{
color: #1F177C;
}
</style>
background-color css
<style>
a { background-color: #1F177C; }
a { background-color: rgb(31,23,124); }
div.DivClassName
{
background-color: #1F177C;
}
.BgClassName
{
background-color: #1F177C;
}
</style>
border-color css
<style>
span { border-color: #1F177C; }
span { border-color: rgb(31,23,124); }
td.TdClassName
{
border-color: #1F177C;
}
.TagClassName
{
border-color: #1F177C;
}
</style>