Shades of Midnight Blue #13076C
Tints of Midnight Blue #13076C
RGB
CMYK
RGB Variations
Color information
#13076C (or 0x13076C) is known color: Midnight Blue. HEX triplet: 13, 07 and 6C. RGB value is (19,7,108). Sum of RGB (Red+Green+Blue) = 19+7+108=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 108 (42.58% from 255 or 80.60% from 134); Max value from RGB is 108 - color contains mainly: blue. Hex color #13076C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13076C is #ECF893. Grayscale: #151515. Windows color (decimal): -15530132 or 7079699. OLE color: 7079699.
HSL color Cylindrical-coordinate representation of color #13076C: hue angle of 247.13º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13076C is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 7 | 108 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.58 |
| HSL | 247.13º | 0.88% | 0.23% | - |
| HSV(B) | 247.13º | 0.94% | 0.42% | - |
| XYZ | 3.05 | 1.37 | 14.29 | - |
| YUV | 22.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 108 | 0.82 | 0.94 | 0 | 0.58 | 247.13 | 0.88 | 0.23 |
| Hex | 13 | 7 | 6C | 52 | 5E | 0 | 3A | F7 | 58 | 17 |
| Octal | 23 | 7 | 154 | 122 | 136 | 0 | 72 | 367 | 130 | 27 |
| Binary | 10011 | 111 | 1101100 | 1010010 | 1011110 | 0 | 111010 | 11110111 | 1011000 | 10111 |
Color Harmonies of #13076C
Complementary color
Monochromatic Colors of #13076C
Black with #13076C
Text Example
Text Example
White with #13076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13076C; }
p { color: rgb(19,7,108); }
H1.HeaderClassName
{
color: #13076C;
}
.AnyTagClassName
{
color: #13076C;
}
</style>
background-color css
<style>
a { background-color: #13076C; }
a { background-color: rgb(19,7,108); }
div.DivClassName
{
background-color: #13076C;
}
.BgClassName
{
background-color: #13076C;
}
</style>
border-color css
<style>
span { border-color: #13076C; }
span { border-color: rgb(19,7,108); }
td.TdClassName
{
border-color: #13076C;
}
.TagClassName
{
border-color: #13076C;
}
</style>