Shades of Midnight Blue #131C6D
Tints of Midnight Blue #131C6D
RGB
CMYK
RGB Variations
Color information
#131C6D (or 0x131C6D) is known color: Midnight Blue. HEX triplet: 13, 1C and 6D. RGB value is (19,28,109). Sum of RGB (Red+Green+Blue) = 19+28+109=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #131C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C6D is #ECE392. Grayscale: #222222. Windows color (decimal): -15524755 or 7150611. OLE color: 7150611.
HSL color Cylindrical-coordinate representation of color #131C6D: hue angle of 234º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131C6D is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 28 | 109 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.57 |
| HSL | 234º | 0.7% | 0.25% | - |
| HSV(B) | 234º | 0.83% | 0.43% | - |
| XYZ | 3.44 | 2.07 | 14.69 | - |
| YUV | 34.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 109 | 0.83 | 0.74 | 0 | 0.57 | 234 | 0.7 | 0.25 |
| Hex | 13 | 1C | 6D | 53 | 4A | 0 | 39 | EA | 46 | 19 |
| Octal | 23 | 34 | 155 | 123 | 112 | 0 | 71 | 352 | 106 | 31 |
| Binary | 10011 | 11100 | 1101101 | 1010011 | 1001010 | 0 | 111001 | 11101010 | 1000110 | 11001 |
Color Harmonies of #131C6D
Complementary color
Monochromatic Colors of #131C6D
Black with #131C6D
Text Example
Text Example
White with #131C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C6D; }
p { color: rgb(19,28,109); }
H1.HeaderClassName
{
color: #131C6D;
}
.AnyTagClassName
{
color: #131C6D;
}
</style>
background-color css
<style>
a { background-color: #131C6D; }
a { background-color: rgb(19,28,109); }
div.DivClassName
{
background-color: #131C6D;
}
.BgClassName
{
background-color: #131C6D;
}
</style>
border-color css
<style>
span { border-color: #131C6D; }
span { border-color: rgb(19,28,109); }
td.TdClassName
{
border-color: #131C6D;
}
.TagClassName
{
border-color: #131C6D;
}
</style>