Shades of Midnight Blue #131C7D
Tints of Midnight Blue #131C7D
RGB
CMYK
RGB Variations
Color information
#131C7D (or 0x131C7D) is known color: Midnight Blue. HEX triplet: 13, 1C and 7D. RGB value is (19,28,125). Sum of RGB (Red+Green+Blue) = 19+28+125=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 125 (49.22% from 255 or 72.67% from 172); Max value from RGB is 125 - color contains mainly: blue. Hex color #131C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C7D is #ECE382. Grayscale: #232323. Windows color (decimal): -15524739 or 8199187. OLE color: 8199187.
HSL color Cylindrical-coordinate representation of color #131C7D: hue angle of 234.91º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131C7D is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 28 | 125 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.51 |
| HSL | 234.91º | 0.74% | 0.28% | - |
| HSV(B) | 234.91º | 0.85% | 0.49% | - |
| XYZ | 4.39 | 2.45 | 19.64 | - |
| YUV | 36.37 | 178.02 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 125 | 0.85 | 0.78 | 0 | 0.51 | 234.91 | 0.74 | 0.28 |
| Hex | 13 | 1C | 7D | 55 | 4E | 0 | 33 | EB | 4A | 1C |
| Octal | 23 | 34 | 175 | 125 | 116 | 0 | 63 | 353 | 112 | 34 |
| Binary | 10011 | 11100 | 1111101 | 1010101 | 1001110 | 0 | 110011 | 11101011 | 1001010 | 11100 |
Color Harmonies of #131C7D
Complementary color
Monochromatic Colors of #131C7D
Black with #131C7D
Text Example
Text Example
White with #131C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C7D; }
p { color: rgb(19,28,125); }
H1.HeaderClassName
{
color: #131C7D;
}
.AnyTagClassName
{
color: #131C7D;
}
</style>
background-color css
<style>
a { background-color: #131C7D; }
a { background-color: rgb(19,28,125); }
div.DivClassName
{
background-color: #131C7D;
}
.BgClassName
{
background-color: #131C7D;
}
</style>
border-color css
<style>
span { border-color: #131C7D; }
span { border-color: rgb(19,28,125); }
td.TdClassName
{
border-color: #131C7D;
}
.TagClassName
{
border-color: #131C7D;
}
</style>