Shades of Midnight Blue #13045B
Tints of Midnight Blue #13045B
RGB
CMYK
RGB Variations
Color information
#13045B (or 0x13045B) is known color: Midnight Blue. HEX triplet: 13, 04 and 5B. RGB value is (19,4,91). Sum of RGB (Red+Green+Blue) = 19+4+91=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 91 (35.94% from 255 or 79.82% from 114); Max value from RGB is 91 - color contains mainly: blue. Hex color #13045B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13045B is #ECFBA4. Grayscale: #121212. Windows color (decimal): -15530917 or 5964819. OLE color: 5964819.
HSL color Cylindrical-coordinate representation of color #13045B: hue angle of 250.34º 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 #13045B is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 4 | 91 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.64 |
| HSL | 250.34º | 0.92% | 0.19% | - |
| HSV(B) | 250.34º | 0.96% | 0.36% | - |
| XYZ | 2.2 | 0.98 | 9.97 | - |
| YUV | 18.4 | 168.97 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 91 | 0.79 | 0.96 | 0 | 0.64 | 250.34 | 0.92 | 0.19 |
| Hex | 13 | 4 | 5B | 4F | 60 | 0 | 40 | FA | 5C | 13 |
| Octal | 23 | 4 | 133 | 117 | 140 | 0 | 100 | 372 | 134 | 23 |
| Binary | 10011 | 100 | 1011011 | 1001111 | 1100000 | 0 | 1000000 | 11111010 | 1011100 | 10011 |
Color Harmonies of #13045B
Complementary color
Monochromatic Colors of #13045B
Black with #13045B
Text Example
Text Example
White with #13045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13045B; }
p { color: rgb(19,4,91); }
H1.HeaderClassName
{
color: #13045B;
}
.AnyTagClassName
{
color: #13045B;
}
</style>
background-color css
<style>
a { background-color: #13045B; }
a { background-color: rgb(19,4,91); }
div.DivClassName
{
background-color: #13045B;
}
.BgClassName
{
background-color: #13045B;
}
</style>
border-color css
<style>
span { border-color: #13045B; }
span { border-color: rgb(19,4,91); }
td.TdClassName
{
border-color: #13045B;
}
.TagClassName
{
border-color: #13045B;
}
</style>