Shades of Midnight Blue #131A5B
Tints of Midnight Blue #131A5B
RGB
CMYK
RGB Variations
Color information
#131A5B (or 0x131A5B) is known color: Midnight Blue. HEX triplet: 13, 1A and 5B. RGB value is (19,26,91). Sum of RGB (Red+Green+Blue) = 19+26+91=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #131A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A5B is #ECE5A4. Grayscale: #1F1F1F. Windows color (decimal): -15525285 or 5970451. OLE color: 5970451.
HSL color Cylindrical-coordinate representation of color #131A5B: hue angle of 234.17º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131A5B is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 26 | 91 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.64 |
| HSL | 234.17º | 0.65% | 0.22% | - |
| HSV(B) | 234.17º | 0.79% | 0.36% | - |
| XYZ | 2.53 | 1.63 | 10.08 | - |
| YUV | 31.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 91 | 0.79 | 0.71 | 0 | 0.64 | 234.17 | 0.65 | 0.22 |
| Hex | 13 | 1A | 5B | 4F | 47 | 0 | 40 | EA | 41 | 16 |
| Octal | 23 | 32 | 133 | 117 | 107 | 0 | 100 | 352 | 101 | 26 |
| Binary | 10011 | 11010 | 1011011 | 1001111 | 1000111 | 0 | 1000000 | 11101010 | 1000001 | 10110 |
Color Harmonies of #131A5B
Complementary color
Monochromatic Colors of #131A5B
Black with #131A5B
Text Example
Text Example
White with #131A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A5B; }
p { color: rgb(19,26,91); }
H1.HeaderClassName
{
color: #131A5B;
}
.AnyTagClassName
{
color: #131A5B;
}
</style>
background-color css
<style>
a { background-color: #131A5B; }
a { background-color: rgb(19,26,91); }
div.DivClassName
{
background-color: #131A5B;
}
.BgClassName
{
background-color: #131A5B;
}
</style>
border-color css
<style>
span { border-color: #131A5B; }
span { border-color: rgb(19,26,91); }
td.TdClassName
{
border-color: #131A5B;
}
.TagClassName
{
border-color: #131A5B;
}
</style>