Shades of Midnight Blue #13076D
Tints of Midnight Blue #13076D
RGB
CMYK
RGB Variations
Color information
#13076D (or 0x13076D) is known color: Midnight Blue. HEX triplet: 13, 07 and 6D. RGB value is (19,7,109). Sum of RGB (Red+Green+Blue) = 19+7+109=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 109 (42.97% from 255 or 80.74% from 135); Max value from RGB is 109 - color contains mainly: blue. Hex color #13076D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13076D is #ECF892. Grayscale: #151515. Windows color (decimal): -15530131 or 7145235. OLE color: 7145235.
HSL color Cylindrical-coordinate representation of color #13076D: hue angle of 247.06º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13076D is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 7 | 109 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.57 |
| HSL | 247.06º | 0.88% | 0.23% | - |
| HSV(B) | 247.06º | 0.94% | 0.43% | - |
| XYZ | 3.1 | 1.39 | 14.57 | - |
| YUV | 22.22 | 176.98 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 109 | 0.83 | 0.94 | 0 | 0.57 | 247.06 | 0.88 | 0.23 |
| Hex | 13 | 7 | 6D | 53 | 5E | 0 | 39 | F7 | 58 | 17 |
| Octal | 23 | 7 | 155 | 123 | 136 | 0 | 71 | 367 | 130 | 27 |
| Binary | 10011 | 111 | 1101101 | 1010011 | 1011110 | 0 | 111001 | 11110111 | 1011000 | 10111 |
Color Harmonies of #13076D
Complementary color
Monochromatic Colors of #13076D
Black with #13076D
Text Example
Text Example
White with #13076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13076D; }
p { color: rgb(19,7,109); }
H1.HeaderClassName
{
color: #13076D;
}
.AnyTagClassName
{
color: #13076D;
}
</style>
background-color css
<style>
a { background-color: #13076D; }
a { background-color: rgb(19,7,109); }
div.DivClassName
{
background-color: #13076D;
}
.BgClassName
{
background-color: #13076D;
}
</style>
border-color css
<style>
span { border-color: #13076D; }
span { border-color: rgb(19,7,109); }
td.TdClassName
{
border-color: #13076D;
}
.TagClassName
{
border-color: #13076D;
}
</style>