Shades of Midnight Blue #131A69
Tints of Midnight Blue #131A69
RGB
CMYK
RGB Variations
Color information
#131A69 (or 0x131A69) is known color: Midnight Blue. HEX triplet: 13, 1A and 69. RGB value is (19,26,105). Sum of RGB (Red+Green+Blue) = 19+26+105=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 105 (41.41% from 255 or 70% from 150); Max value from RGB is 105 - color contains mainly: blue. Hex color #131A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A69 is #ECE596. Grayscale: #202020. Windows color (decimal): -15525271 or 6887955. OLE color: 6887955.
HSL color Cylindrical-coordinate representation of color #131A69: hue angle of 235.12º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131A69 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 26 | 105 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.59 |
| HSL | 235.12º | 0.69% | 0.24% | - |
| HSV(B) | 235.12º | 0.82% | 0.41% | - |
| XYZ | 3.19 | 1.9 | 13.56 | - |
| YUV | 32.91 | 168.68 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 105 | 0.82 | 0.75 | 0 | 0.59 | 235.12 | 0.69 | 0.24 |
| Hex | 13 | 1A | 69 | 52 | 4B | 0 | 3B | EB | 45 | 18 |
| Octal | 23 | 32 | 151 | 122 | 113 | 0 | 73 | 353 | 105 | 30 |
| Binary | 10011 | 11010 | 1101001 | 1010010 | 1001011 | 0 | 111011 | 11101011 | 1000101 | 11000 |
Color Harmonies of #131A69
Complementary color
Monochromatic Colors of #131A69
Black with #131A69
Text Example
Text Example
White with #131A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A69; }
p { color: rgb(19,26,105); }
H1.HeaderClassName
{
color: #131A69;
}
.AnyTagClassName
{
color: #131A69;
}
</style>
background-color css
<style>
a { background-color: #131A69; }
a { background-color: rgb(19,26,105); }
div.DivClassName
{
background-color: #131A69;
}
.BgClassName
{
background-color: #131A69;
}
</style>
border-color css
<style>
span { border-color: #131A69; }
span { border-color: rgb(19,26,105); }
td.TdClassName
{
border-color: #131A69;
}
.TagClassName
{
border-color: #131A69;
}
</style>