Shades of Midnight Blue #13066D
Tints of Midnight Blue #13066D
RGB
CMYK
RGB Variations
Color information
#13066D (or 0x13066D) is known color: Midnight Blue. HEX triplet: 13, 06 and 6D. RGB value is (19,6,109). Sum of RGB (Red+Green+Blue) = 19+6+109=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 109 (42.97% from 255 or 81.34% from 134); Max value from RGB is 109 - color contains mainly: blue. Hex color #13066D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13066D is #ECF992. Grayscale: #151515. Windows color (decimal): -15530387 or 7144979. OLE color: 7144979.
HSL color Cylindrical-coordinate representation of color #13066D: hue angle of 247.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13066D is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 6 | 109 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.57 |
| HSL | 247.57º | 0.9% | 0.23% | - |
| HSV(B) | 247.57º | 0.94% | 0.43% | - |
| XYZ | 3.09 | 1.37 | 14.57 | - |
| YUV | 21.63 | 177.31 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 109 | 0.83 | 0.94 | 0 | 0.57 | 247.57 | 0.9 | 0.23 |
| Hex | 13 | 6 | 6D | 53 | 5E | 0 | 39 | F8 | 5A | 17 |
| Octal | 23 | 6 | 155 | 123 | 136 | 0 | 71 | 370 | 132 | 27 |
| Binary | 10011 | 110 | 1101101 | 1010011 | 1011110 | 0 | 111001 | 11111000 | 1011010 | 10111 |
Color Harmonies of #13066D
Complementary color
Monochromatic Colors of #13066D
Black with #13066D
Text Example
Text Example
White with #13066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13066D; }
p { color: rgb(19,6,109); }
H1.HeaderClassName
{
color: #13066D;
}
.AnyTagClassName
{
color: #13066D;
}
</style>
background-color css
<style>
a { background-color: #13066D; }
a { background-color: rgb(19,6,109); }
div.DivClassName
{
background-color: #13066D;
}
.BgClassName
{
background-color: #13066D;
}
</style>
border-color css
<style>
span { border-color: #13066D; }
span { border-color: rgb(19,6,109); }
td.TdClassName
{
border-color: #13066D;
}
.TagClassName
{
border-color: #13066D;
}
</style>