Shades of Midnight Express #131A3C
Tints of Midnight Express #131A3C
RGB
CMYK
RGB Variations
Color information
#131A3C (or 0x131A3C) is known color: Midnight Express. HEX triplet: 13, 1A and 3C. RGB value is (19,26,60). Sum of RGB (Red+Green+Blue) = 19+26+60=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 60 (23.83% from 255 or 57.14% from 105); Max value from RGB is 60 - color contains mainly: blue. Hex color #131A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A3C is #ECE5C3. Grayscale: #1B1B1B. Windows color (decimal): -15525316 or 3938835. OLE color: 3938835.
HSL color Cylindrical-coordinate representation of color #131A3C: hue angle of 229.76º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #131A3C is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 26 | 60 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.76 |
| HSL | 229.76º | 0.52% | 0.15% | - |
| HSV(B) | 229.76º | 0.68% | 0.24% | - |
| XYZ | 1.45 | 1.2 | 4.43 | - |
| YUV | 27.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 60 | 0.68 | 0.57 | 0 | 0.76 | 229.76 | 0.52 | 0.15 |
| Hex | 13 | 1A | 3C | 44 | 39 | 0 | 4C | E6 | 34 | F |
| Octal | 23 | 32 | 74 | 104 | 71 | 0 | 114 | 346 | 64 | 17 |
| Binary | 10011 | 11010 | 111100 | 1000100 | 111001 | 0 | 1001100 | 11100110 | 110100 | 1111 |
Color Harmonies of #131A3C
Complementary color
Monochromatic Colors of #131A3C
Black with #131A3C
Text Example
Text Example
White with #131A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A3C; }
p { color: rgb(19,26,60); }
H1.HeaderClassName
{
color: #131A3C;
}
.AnyTagClassName
{
color: #131A3C;
}
</style>
background-color css
<style>
a { background-color: #131A3C; }
a { background-color: rgb(19,26,60); }
div.DivClassName
{
background-color: #131A3C;
}
.BgClassName
{
background-color: #131A3C;
}
</style>
border-color css
<style>
span { border-color: #131A3C; }
span { border-color: rgb(19,26,60); }
td.TdClassName
{
border-color: #131A3C;
}
.TagClassName
{
border-color: #131A3C;
}
</style>