Shades of Midnight Blue #131B5D
Tints of Midnight Blue #131B5D
RGB
CMYK
RGB Variations
Color information
#131B5D (or 0x131B5D) is known color: Midnight Blue. HEX triplet: 13, 1B and 5D. RGB value is (19,27,93). Sum of RGB (Red+Green+Blue) = 19+27+93=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #131B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B5D is #ECE4A2. Grayscale: #1F1F1F. Windows color (decimal): -15525027 or 6101779. OLE color: 6101779.
HSL color Cylindrical-coordinate representation of color #131B5D: hue angle of 233.51º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131B5D is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 27 | 93 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.64 |
| HSL | 233.51º | 0.66% | 0.22% | - |
| HSV(B) | 233.51º | 0.8% | 0.36% | - |
| XYZ | 2.64 | 1.71 | 10.55 | - |
| YUV | 32.13 | 162.35 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 93 | 0.80 | 0.71 | 0 | 0.64 | 233.51 | 0.66 | 0.22 |
| Hex | 13 | 1B | 5D | 50 | 47 | 0 | 40 | EA | 42 | 16 |
| Octal | 23 | 33 | 135 | 120 | 107 | 0 | 100 | 352 | 102 | 26 |
| Binary | 10011 | 11011 | 1011101 | 1010000 | 1000111 | 0 | 1000000 | 11101010 | 1000010 | 10110 |
Color Harmonies of #131B5D
Complementary color
Monochromatic Colors of #131B5D
Black with #131B5D
Text Example
Text Example
White with #131B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B5D; }
p { color: rgb(19,27,93); }
H1.HeaderClassName
{
color: #131B5D;
}
.AnyTagClassName
{
color: #131B5D;
}
</style>
background-color css
<style>
a { background-color: #131B5D; }
a { background-color: rgb(19,27,93); }
div.DivClassName
{
background-color: #131B5D;
}
.BgClassName
{
background-color: #131B5D;
}
</style>
border-color css
<style>
span { border-color: #131B5D; }
span { border-color: rgb(19,27,93); }
td.TdClassName
{
border-color: #131B5D;
}
.TagClassName
{
border-color: #131B5D;
}
</style>