Shades of Midnight Blue #130767
Tints of Midnight Blue #130767
RGB
CMYK
RGB Variations
Color information
#130767 (or 0x130767) is known color: Midnight Blue. HEX triplet: 13, 07 and 67. RGB value is (19,7,103). Sum of RGB (Red+Green+Blue) = 19+7+103=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 103 (40.62% from 255 or 79.84% from 129); Max value from RGB is 103 - color contains mainly: blue. Hex color #130767 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130767 is #ECF898. Grayscale: #151515. Windows color (decimal): -15530137 or 6752019. OLE color: 6752019.
HSL color Cylindrical-coordinate representation of color #130767: hue angle of 247.5º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130767 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 7 | 103 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.60 |
| HSL | 247.5º | 0.87% | 0.22% | - |
| HSV(B) | 247.5º | 0.93% | 0.4% | - |
| XYZ | 2.79 | 1.27 | 12.93 | - |
| YUV | 21.53 | 173.98 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 103 | 0.82 | 0.93 | 0 | 0.60 | 247.5 | 0.87 | 0.22 |
| Hex | 13 | 7 | 67 | 52 | 5D | 0 | 3C | F8 | 57 | 16 |
| Octal | 23 | 7 | 147 | 122 | 135 | 0 | 74 | 370 | 127 | 26 |
| Binary | 10011 | 111 | 1100111 | 1010010 | 1011101 | 0 | 111100 | 11111000 | 1010111 | 10110 |
Color Harmonies of #130767
Complementary color
Monochromatic Colors of #130767
Black with #130767
Text Example
Text Example
White with #130767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130767; }
p { color: rgb(19,7,103); }
H1.HeaderClassName
{
color: #130767;
}
.AnyTagClassName
{
color: #130767;
}
</style>
background-color css
<style>
a { background-color: #130767; }
a { background-color: rgb(19,7,103); }
div.DivClassName
{
background-color: #130767;
}
.BgClassName
{
background-color: #130767;
}
</style>
border-color css
<style>
span { border-color: #130767; }
span { border-color: rgb(19,7,103); }
td.TdClassName
{
border-color: #130767;
}
.TagClassName
{
border-color: #130767;
}
</style>