Shades of Midnight Blue #13045E
Tints of Midnight Blue #13045E
RGB
CMYK
RGB Variations
Color information
#13045E (or 0x13045E) is known color: Midnight Blue. HEX triplet: 13, 04 and 5E. RGB value is (19,4,94). Sum of RGB (Red+Green+Blue) = 19+4+94=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 94 (37.11% from 255 or 80.34% from 117); Max value from RGB is 94 - color contains mainly: blue. Hex color #13045E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13045E is #ECFBA1. Grayscale: #121212. Windows color (decimal): -15530914 or 6161427. OLE color: 6161427.
HSL color Cylindrical-coordinate representation of color #13045E: hue angle of 250º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13045E is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 4 | 94 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.63 |
| HSL | 250º | 0.92% | 0.19% | - |
| HSV(B) | 250º | 0.96% | 0.37% | - |
| XYZ | 2.33 | 1.03 | 10.67 | - |
| YUV | 18.75 | 170.47 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 94 | 0.80 | 0.96 | 0 | 0.63 | 250 | 0.92 | 0.19 |
| Hex | 13 | 4 | 5E | 50 | 60 | 0 | 3F | FA | 5C | 13 |
| Octal | 23 | 4 | 136 | 120 | 140 | 0 | 77 | 372 | 134 | 23 |
| Binary | 10011 | 100 | 1011110 | 1010000 | 1100000 | 0 | 111111 | 11111010 | 1011100 | 10011 |
Color Harmonies of #13045E
Complementary color
Monochromatic Colors of #13045E
Black with #13045E
Text Example
Text Example
White with #13045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13045E; }
p { color: rgb(19,4,94); }
H1.HeaderClassName
{
color: #13045E;
}
.AnyTagClassName
{
color: #13045E;
}
</style>
background-color css
<style>
a { background-color: #13045E; }
a { background-color: rgb(19,4,94); }
div.DivClassName
{
background-color: #13045E;
}
.BgClassName
{
background-color: #13045E;
}
</style>
border-color css
<style>
span { border-color: #13045E; }
span { border-color: rgb(19,4,94); }
td.TdClassName
{
border-color: #13045E;
}
.TagClassName
{
border-color: #13045E;
}
</style>