Shades of Midnight Blue #131E67
Tints of Midnight Blue #131E67
RGB
CMYK
RGB Variations
Color information
#131E67 (or 0x131E67) is known color: Midnight Blue. HEX triplet: 13, 1E and 67. RGB value is (19,30,103). Sum of RGB (Red+Green+Blue) = 19+30+103=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #131E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E67 is #ECE198. Grayscale: #222222. Windows color (decimal): -15524249 or 6757907. OLE color: 6757907.
HSL color Cylindrical-coordinate representation of color #131E67: hue angle of 232.14º 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 #131E67 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 30 | 103 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.60 |
| HSL | 232.14º | 0.69% | 0.24% | - |
| HSV(B) | 232.14º | 0.82% | 0.4% | - |
| XYZ | 3.18 | 2.05 | 13.06 | - |
| YUV | 35.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 103 | 0.82 | 0.71 | 0 | 0.60 | 232.14 | 0.69 | 0.24 |
| Hex | 13 | 1E | 67 | 52 | 47 | 0 | 3C | E8 | 45 | 18 |
| Octal | 23 | 36 | 147 | 122 | 107 | 0 | 74 | 350 | 105 | 30 |
| Binary | 10011 | 11110 | 1100111 | 1010010 | 1000111 | 0 | 111100 | 11101000 | 1000101 | 11000 |
Color Harmonies of #131E67
Complementary color
Monochromatic Colors of #131E67
Black with #131E67
Text Example
Text Example
White with #131E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E67; }
p { color: rgb(19,30,103); }
H1.HeaderClassName
{
color: #131E67;
}
.AnyTagClassName
{
color: #131E67;
}
</style>
background-color css
<style>
a { background-color: #131E67; }
a { background-color: rgb(19,30,103); }
div.DivClassName
{
background-color: #131E67;
}
.BgClassName
{
background-color: #131E67;
}
</style>
border-color css
<style>
span { border-color: #131E67; }
span { border-color: rgb(19,30,103); }
td.TdClassName
{
border-color: #131E67;
}
.TagClassName
{
border-color: #131E67;
}
</style>