Shades of Midnight Blue #13045D
Tints of Midnight Blue #13045D
RGB
CMYK
RGB Variations
Color information
#13045D (or 0x13045D) is known color: Midnight Blue. HEX triplet: 13, 04 and 5D. RGB value is (19,4,93). Sum of RGB (Red+Green+Blue) = 19+4+93=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 93 (36.72% from 255 or 80.17% from 116); Max value from RGB is 93 - color contains mainly: blue. Hex color #13045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13045D is #ECFBA2. Grayscale: #121212. Windows color (decimal): -15530915 or 6095891. OLE color: 6095891.
HSL color Cylindrical-coordinate representation of color #13045D: hue angle of 250.11º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13045D is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 4 | 93 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.64 |
| HSL | 250.11º | 0.92% | 0.19% | - |
| HSV(B) | 250.11º | 0.96% | 0.36% | - |
| XYZ | 2.29 | 1.02 | 10.43 | - |
| YUV | 18.63 | 169.97 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 93 | 0.80 | 0.96 | 0 | 0.64 | 250.11 | 0.92 | 0.19 |
| Hex | 13 | 4 | 5D | 50 | 60 | 0 | 40 | FA | 5C | 13 |
| Octal | 23 | 4 | 135 | 120 | 140 | 0 | 100 | 372 | 134 | 23 |
| Binary | 10011 | 100 | 1011101 | 1010000 | 1100000 | 0 | 1000000 | 11111010 | 1011100 | 10011 |
Color Harmonies of #13045D
Complementary color
Monochromatic Colors of #13045D
Black with #13045D
Text Example
Text Example
White with #13045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13045D; }
p { color: rgb(19,4,93); }
H1.HeaderClassName
{
color: #13045D;
}
.AnyTagClassName
{
color: #13045D;
}
</style>
background-color css
<style>
a { background-color: #13045D; }
a { background-color: rgb(19,4,93); }
div.DivClassName
{
background-color: #13045D;
}
.BgClassName
{
background-color: #13045D;
}
</style>
border-color css
<style>
span { border-color: #13045D; }
span { border-color: rgb(19,4,93); }
td.TdClassName
{
border-color: #13045D;
}
.TagClassName
{
border-color: #13045D;
}
</style>