Shades of Midnight Blue #131467
Tints of Midnight Blue #131467
RGB
CMYK
RGB Variations
Color information
#131467 (or 0x131467) is known color: Midnight Blue. HEX triplet: 13, 14 and 67. RGB value is (19,20,103). Sum of RGB (Red+Green+Blue) = 19+20+103=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 103 (40.62% from 255 or 72.54% from 142); Max value from RGB is 103 - color contains mainly: blue. Hex color #131467 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131467 is #ECEB98. Grayscale: #1C1C1C. Windows color (decimal): -15526809 or 6755347. OLE color: 6755347.
HSL color Cylindrical-coordinate representation of color #131467: hue angle of 239.29º 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 #131467 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 20 | 103 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.60 |
| HSL | 239.29º | 0.69% | 0.24% | - |
| HSV(B) | 239.29º | 0.82% | 0.4% | - |
| XYZ | 2.97 | 1.62 | 12.99 | - |
| YUV | 29.16 | 169.67 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 103 | 0.82 | 0.81 | 0 | 0.60 | 239.29 | 0.69 | 0.24 |
| Hex | 13 | 14 | 67 | 52 | 51 | 0 | 3C | EF | 45 | 18 |
| Octal | 23 | 24 | 147 | 122 | 121 | 0 | 74 | 357 | 105 | 30 |
| Binary | 10011 | 10100 | 1100111 | 1010010 | 1010001 | 0 | 111100 | 11101111 | 1000101 | 11000 |
Color Harmonies of #131467
Complementary color
Monochromatic Colors of #131467
Black with #131467
Text Example
Text Example
White with #131467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131467; }
p { color: rgb(19,20,103); }
H1.HeaderClassName
{
color: #131467;
}
.AnyTagClassName
{
color: #131467;
}
</style>
background-color css
<style>
a { background-color: #131467; }
a { background-color: rgb(19,20,103); }
div.DivClassName
{
background-color: #131467;
}
.BgClassName
{
background-color: #131467;
}
</style>
border-color css
<style>
span { border-color: #131467; }
span { border-color: rgb(19,20,103); }
td.TdClassName
{
border-color: #131467;
}
.TagClassName
{
border-color: #131467;
}
</style>