Shades of Midnight Blue #13046E
Tints of Midnight Blue #13046E
RGB
CMYK
RGB Variations
Color information
#13046E (or 0x13046E) is known color: Midnight Blue. HEX triplet: 13, 04 and 6E. RGB value is (19,4,110). Sum of RGB (Red+Green+Blue) = 19+4+110=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 110 (43.36% from 255 or 82.71% from 133); Max value from RGB is 110 - color contains mainly: blue. Hex color #13046E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13046E is #ECFB91. Grayscale: #141414. Windows color (decimal): -15530898 or 7210003. OLE color: 7210003.
HSL color Cylindrical-coordinate representation of color #13046E: hue angle of 248.49º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13046E is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 4 | 110 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.57 |
| HSL | 248.49º | 0.93% | 0.22% | - |
| HSV(B) | 248.49º | 0.96% | 0.43% | - |
| XYZ | 3.13 | 1.35 | 14.85 | - |
| YUV | 20.57 | 178.47 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 110 | 0.83 | 0.96 | 0 | 0.57 | 248.49 | 0.93 | 0.22 |
| Hex | 13 | 4 | 6E | 53 | 60 | 0 | 39 | F8 | 5D | 16 |
| Octal | 23 | 4 | 156 | 123 | 140 | 0 | 71 | 370 | 135 | 26 |
| Binary | 10011 | 100 | 1101110 | 1010011 | 1100000 | 0 | 111001 | 11111000 | 1011101 | 10110 |
Color Harmonies of #13046E
Complementary color
Monochromatic Colors of #13046E
Black with #13046E
Text Example
Text Example
White with #13046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13046E; }
p { color: rgb(19,4,110); }
H1.HeaderClassName
{
color: #13046E;
}
.AnyTagClassName
{
color: #13046E;
}
</style>
background-color css
<style>
a { background-color: #13046E; }
a { background-color: rgb(19,4,110); }
div.DivClassName
{
background-color: #13046E;
}
.BgClassName
{
background-color: #13046E;
}
</style>
border-color css
<style>
span { border-color: #13046E; }
span { border-color: rgb(19,4,110); }
td.TdClassName
{
border-color: #13046E;
}
.TagClassName
{
border-color: #13046E;
}
</style>