Shades of Midnight Blue #13036A
Tints of Midnight Blue #13036A
RGB
CMYK
RGB Variations
Color information
#13036A (or 0x13036A) is known color: Midnight Blue. HEX triplet: 13, 03 and 6A. RGB value is (19,3,106). Sum of RGB (Red+Green+Blue) = 19+3+106=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 106 (41.80% from 255 or 82.81% from 128); Max value from RGB is 106 - color contains mainly: blue. Hex color #13036A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13036A is #ECFC95. Grayscale: #131313. Windows color (decimal): -15531158 or 6947603. OLE color: 6947603.
HSL color Cylindrical-coordinate representation of color #13036A: hue angle of 249.32º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13036A is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 3 | 106 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.58 |
| HSL | 249.32º | 0.94% | 0.21% | - |
| HSV(B) | 249.32º | 0.97% | 0.42% | - |
| XYZ | 2.9 | 1.24 | 13.72 | - |
| YUV | 19.53 | 176.8 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 106 | 0.82 | 0.97 | 0 | 0.58 | 249.32 | 0.94 | 0.21 |
| Hex | 13 | 3 | 6A | 52 | 61 | 0 | 3A | F9 | 5E | 15 |
| Octal | 23 | 3 | 152 | 122 | 141 | 0 | 72 | 371 | 136 | 25 |
| Binary | 10011 | 11 | 1101010 | 1010010 | 1100001 | 0 | 111010 | 11111001 | 1011110 | 10101 |
Color Harmonies of #13036A
Complementary color
Monochromatic Colors of #13036A
Black with #13036A
Text Example
Text Example
White with #13036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13036A; }
p { color: rgb(19,3,106); }
H1.HeaderClassName
{
color: #13036A;
}
.AnyTagClassName
{
color: #13036A;
}
</style>
background-color css
<style>
a { background-color: #13036A; }
a { background-color: rgb(19,3,106); }
div.DivClassName
{
background-color: #13036A;
}
.BgClassName
{
background-color: #13036A;
}
</style>
border-color css
<style>
span { border-color: #13036A; }
span { border-color: rgb(19,3,106); }
td.TdClassName
{
border-color: #13036A;
}
.TagClassName
{
border-color: #13036A;
}
</style>