Shades of Midnight Blue #131C7A
Tints of Midnight Blue #131C7A
RGB
CMYK
RGB Variations
Color information
#131C7A (or 0x131C7A) is known color: Midnight Blue. HEX triplet: 13, 1C and 7A. RGB value is (19,28,122). Sum of RGB (Red+Green+Blue) = 19+28+122=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 122 (48.05% from 255 or 72.19% from 169); Max value from RGB is 122 - color contains mainly: blue. Hex color #131C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C7A is #ECE385. Grayscale: #232323. Windows color (decimal): -15524742 or 8002579. OLE color: 8002579.
HSL color Cylindrical-coordinate representation of color #131C7A: hue angle of 234.76º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131C7A is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 28 | 122 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.52 |
| HSL | 234.76º | 0.73% | 0.28% | - |
| HSV(B) | 234.76º | 0.84% | 0.48% | - |
| XYZ | 4.2 | 2.37 | 18.65 | - |
| YUV | 36.03 | 176.52 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 122 | 0.84 | 0.77 | 0 | 0.52 | 234.76 | 0.73 | 0.28 |
| Hex | 13 | 1C | 7A | 54 | 4D | 0 | 34 | EB | 49 | 1C |
| Octal | 23 | 34 | 172 | 124 | 115 | 0 | 64 | 353 | 111 | 34 |
| Binary | 10011 | 11100 | 1111010 | 1010100 | 1001101 | 0 | 110100 | 11101011 | 1001001 | 11100 |
Color Harmonies of #131C7A
Complementary color
Monochromatic Colors of #131C7A
Black with #131C7A
Text Example
Text Example
White with #131C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C7A; }
p { color: rgb(19,28,122); }
H1.HeaderClassName
{
color: #131C7A;
}
.AnyTagClassName
{
color: #131C7A;
}
</style>
background-color css
<style>
a { background-color: #131C7A; }
a { background-color: rgb(19,28,122); }
div.DivClassName
{
background-color: #131C7A;
}
.BgClassName
{
background-color: #131C7A;
}
</style>
border-color css
<style>
span { border-color: #131C7A; }
span { border-color: rgb(19,28,122); }
td.TdClassName
{
border-color: #131C7A;
}
.TagClassName
{
border-color: #131C7A;
}
</style>