Shades of Midnight Blue #13096F
Tints of Midnight Blue #13096F
RGB
CMYK
RGB Variations
Color information
#13096F (or 0x13096F) is known color: Midnight Blue. HEX triplet: 13, 09 and 6F. RGB value is (19,9,111). Sum of RGB (Red+Green+Blue) = 19+9+111=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 111 (43.75% from 255 or 79.86% from 139); Max value from RGB is 111 - color contains mainly: blue. Hex color #13096F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13096F is #ECF690. Grayscale: #171717. Windows color (decimal): -15529617 or 7276819. OLE color: 7276819.
HSL color Cylindrical-coordinate representation of color #13096F: hue angle of 245.88º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13096F is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 9 | 111 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.56 |
| HSL | 245.88º | 0.85% | 0.24% | - |
| HSV(B) | 245.88º | 0.92% | 0.44% | - |
| XYZ | 3.24 | 1.48 | 15.15 | - |
| YUV | 23.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 111 | 0.83 | 0.92 | 0 | 0.56 | 245.88 | 0.85 | 0.24 |
| Hex | 13 | 9 | 6F | 53 | 5C | 0 | 38 | F6 | 55 | 18 |
| Octal | 23 | 11 | 157 | 123 | 134 | 0 | 70 | 366 | 125 | 30 |
| Binary | 10011 | 1001 | 1101111 | 1010011 | 1011100 | 0 | 111000 | 11110110 | 1010101 | 11000 |
Color Harmonies of #13096F
Complementary color
Monochromatic Colors of #13096F
Black with #13096F
Text Example
Text Example
White with #13096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13096F; }
p { color: rgb(19,9,111); }
H1.HeaderClassName
{
color: #13096F;
}
.AnyTagClassName
{
color: #13096F;
}
</style>
background-color css
<style>
a { background-color: #13096F; }
a { background-color: rgb(19,9,111); }
div.DivClassName
{
background-color: #13096F;
}
.BgClassName
{
background-color: #13096F;
}
</style>
border-color css
<style>
span { border-color: #13096F; }
span { border-color: rgb(19,9,111); }
td.TdClassName
{
border-color: #13096F;
}
.TagClassName
{
border-color: #13096F;
}
</style>