Shades of Midnight Blue #131A67
Tints of Midnight Blue #131A67
RGB
CMYK
RGB Variations
Color information
#131A67 (or 0x131A67) is known color: Midnight Blue. HEX triplet: 13, 1A and 67. RGB value is (19,26,103). Sum of RGB (Red+Green+Blue) = 19+26+103=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 103 (40.62% from 255 or 69.59% from 148); Max value from RGB is 103 - color contains mainly: blue. Hex color #131A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A67 is #ECE598. Grayscale: #202020. Windows color (decimal): -15525273 or 6756883. OLE color: 6756883.
HSL color Cylindrical-coordinate representation of color #131A67: hue angle of 235º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131A67 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 26 | 103 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.60 |
| HSL | 235º | 0.69% | 0.24% | - |
| HSV(B) | 235º | 0.82% | 0.4% | - |
| XYZ | 3.09 | 1.86 | 13.03 | - |
| YUV | 32.69 | 167.68 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 103 | 0.82 | 0.75 | 0 | 0.60 | 235 | 0.69 | 0.24 |
| Hex | 13 | 1A | 67 | 52 | 4B | 0 | 3C | EB | 45 | 18 |
| Octal | 23 | 32 | 147 | 122 | 113 | 0 | 74 | 353 | 105 | 30 |
| Binary | 10011 | 11010 | 1100111 | 1010010 | 1001011 | 0 | 111100 | 11101011 | 1000101 | 11000 |
Color Harmonies of #131A67
Complementary color
Monochromatic Colors of #131A67
Black with #131A67
Text Example
Text Example
White with #131A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A67; }
p { color: rgb(19,26,103); }
H1.HeaderClassName
{
color: #131A67;
}
.AnyTagClassName
{
color: #131A67;
}
</style>
background-color css
<style>
a { background-color: #131A67; }
a { background-color: rgb(19,26,103); }
div.DivClassName
{
background-color: #131A67;
}
.BgClassName
{
background-color: #131A67;
}
</style>
border-color css
<style>
span { border-color: #131A67; }
span { border-color: rgb(19,26,103); }
td.TdClassName
{
border-color: #131A67;
}
.TagClassName
{
border-color: #131A67;
}
</style>