Shades of Midnight Express #131C4B
Tints of Midnight Express #131C4B
RGB
CMYK
RGB Variations
Color information
#131C4B (or 0x131C4B) is known color: Midnight Express. HEX triplet: 13, 1C and 4B. RGB value is (19,28,75). Sum of RGB (Red+Green+Blue) = 19+28+75=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #131C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C4B is #ECE3B4. Grayscale: #1E1E1E. Windows color (decimal): -15524789 or 4922387. OLE color: 4922387.
HSL color Cylindrical-coordinate representation of color #131C4B: hue angle of 230.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131C4B is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 28 | 75 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.71 |
| HSL | 230.36º | 0.6% | 0.18% | - |
| HSV(B) | 230.36º | 0.75% | 0.29% | - |
| XYZ | 1.95 | 1.48 | 6.84 | - |
| YUV | 30.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 75 | 0.75 | 0.63 | 0 | 0.71 | 230.36 | 0.6 | 0.18 |
| Hex | 13 | 1C | 4B | 4B | 3F | 0 | 47 | E6 | 3C | 12 |
| Octal | 23 | 34 | 113 | 113 | 77 | 0 | 107 | 346 | 74 | 22 |
| Binary | 10011 | 11100 | 1001011 | 1001011 | 111111 | 0 | 1000111 | 11100110 | 111100 | 10010 |
Color Harmonies of #131C4B
Complementary color
Monochromatic Colors of #131C4B
Black with #131C4B
Text Example
Text Example
White with #131C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C4B; }
p { color: rgb(19,28,75); }
H1.HeaderClassName
{
color: #131C4B;
}
.AnyTagClassName
{
color: #131C4B;
}
</style>
background-color css
<style>
a { background-color: #131C4B; }
a { background-color: rgb(19,28,75); }
div.DivClassName
{
background-color: #131C4B;
}
.BgClassName
{
background-color: #131C4B;
}
</style>
border-color css
<style>
span { border-color: #131C4B; }
span { border-color: rgb(19,28,75); }
td.TdClassName
{
border-color: #131C4B;
}
.TagClassName
{
border-color: #131C4B;
}
</style>