Shades of Midnight Blue #13166D
Tints of Midnight Blue #13166D
RGB
CMYK
RGB Variations
Color information
#13166D (or 0x13166D) is known color: Midnight Blue. HEX triplet: 13, 16 and 6D. RGB value is (19,22,109). Sum of RGB (Red+Green+Blue) = 19+22+109=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #13166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13166D is #ECE992. Grayscale: #1E1E1E. Windows color (decimal): -15526291 or 7149075. OLE color: 7149075.
HSL color Cylindrical-coordinate representation of color #13166D: hue angle of 238º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13166D is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 22 | 109 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.57 |
| HSL | 238º | 0.7% | 0.25% | - |
| HSV(B) | 238º | 0.83% | 0.43% | - |
| XYZ | 3.32 | 1.82 | 14.64 | - |
| YUV | 31.02 | 172.01 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 109 | 0.83 | 0.80 | 0 | 0.57 | 238 | 0.7 | 0.25 |
| Hex | 13 | 16 | 6D | 53 | 50 | 0 | 39 | EE | 46 | 19 |
| Octal | 23 | 26 | 155 | 123 | 120 | 0 | 71 | 356 | 106 | 31 |
| Binary | 10011 | 10110 | 1101101 | 1010011 | 1010000 | 0 | 111001 | 11101110 | 1000110 | 11001 |
Color Harmonies of #13166D
Complementary color
Monochromatic Colors of #13166D
Black with #13166D
Text Example
Text Example
White with #13166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13166D; }
p { color: rgb(19,22,109); }
H1.HeaderClassName
{
color: #13166D;
}
.AnyTagClassName
{
color: #13166D;
}
</style>
background-color css
<style>
a { background-color: #13166D; }
a { background-color: rgb(19,22,109); }
div.DivClassName
{
background-color: #13166D;
}
.BgClassName
{
background-color: #13166D;
}
</style>
border-color css
<style>
span { border-color: #13166D; }
span { border-color: rgb(19,22,109); }
td.TdClassName
{
border-color: #13166D;
}
.TagClassName
{
border-color: #13166D;
}
</style>