Shades of Midnight Blue #13095C
Tints of Midnight Blue #13095C
RGB
CMYK
RGB Variations
Color information
#13095C (or 0x13095C) is known color: Midnight Blue. HEX triplet: 13, 09 and 5C. RGB value is (19,9,92). Sum of RGB (Red+Green+Blue) = 19+9+92=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 92 (36.33% from 255 or 76.67% from 120); Max value from RGB is 92 - color contains mainly: blue. Hex color #13095C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13095C is #ECF6A3. Grayscale: #151515. Windows color (decimal): -15529636 or 6031635. OLE color: 6031635.
HSL color Cylindrical-coordinate representation of color #13095C: hue angle of 247.23º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13095C is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 9 | 92 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.64 |
| HSL | 247.23º | 0.82% | 0.2% | - |
| HSV(B) | 247.23º | 0.9% | 0.36% | - |
| XYZ | 2.3 | 1.11 | 10.22 | - |
| YUV | 21.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 92 | 0.79 | 0.90 | 0 | 0.64 | 247.23 | 0.82 | 0.2 |
| Hex | 13 | 9 | 5C | 4F | 5A | 0 | 40 | F7 | 52 | 14 |
| Octal | 23 | 11 | 134 | 117 | 132 | 0 | 100 | 367 | 122 | 24 |
| Binary | 10011 | 1001 | 1011100 | 1001111 | 1011010 | 0 | 1000000 | 11110111 | 1010010 | 10100 |
Color Harmonies of #13095C
Complementary color
Monochromatic Colors of #13095C
Black with #13095C
Text Example
Text Example
White with #13095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13095C; }
p { color: rgb(19,9,92); }
H1.HeaderClassName
{
color: #13095C;
}
.AnyTagClassName
{
color: #13095C;
}
</style>
background-color css
<style>
a { background-color: #13095C; }
a { background-color: rgb(19,9,92); }
div.DivClassName
{
background-color: #13095C;
}
.BgClassName
{
background-color: #13095C;
}
</style>
border-color css
<style>
span { border-color: #13095C; }
span { border-color: rgb(19,9,92); }
td.TdClassName
{
border-color: #13095C;
}
.TagClassName
{
border-color: #13095C;
}
</style>