Shades of Midnight Blue #13006D
Tints of Midnight Blue #13006D
RGB
CMYK
RGB Variations
Color information
#13006D (or 0x13006D) is known color: Midnight Blue. HEX triplet: 13, 00 and 6D. RGB value is (19,0,109). Sum of RGB (Red+Green+Blue) = 19+0+109=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 109 (42.97% from 255 or 85.16% from 128); Max value from RGB is 109 - color contains mainly: blue. Hex color #13006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13006D is #ECFF92. Grayscale: #111111. Windows color (decimal): -15531923 or 7143443. OLE color: 7143443.
HSL color Cylindrical-coordinate representation of color #13006D: hue angle of 250.46º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13006D is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 0 | 109 | - |
| CMYK | 0.83 | 1 | 0 | 0.57 |
| HSL | 250.46º | 1% | 0.21% | - |
| HSV(B) | 250.46º | 1% | 0.43% | - |
| XYZ | 3.03 | 1.24 | 14.55 | - |
| YUV | 18.11 | 179.29 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 109 | 0.83 | 1 | 0 | 0.57 | 250.46 | 1 | 0.21 |
| Hex | 13 | 0 | 6D | 53 | 64 | 0 | 39 | FA | 64 | 15 |
| Octal | 23 | 0 | 155 | 123 | 144 | 0 | 71 | 372 | 144 | 25 |
| Binary | 10011 | 0 | 1101101 | 1010011 | 1100100 | 0 | 111001 | 11111010 | 1100100 | 10101 |
Color Harmonies of #13006D
Complementary color
Monochromatic Colors of #13006D
Black with #13006D
Text Example
Text Example
White with #13006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13006D; }
p { color: rgb(19,0,109); }
H1.HeaderClassName
{
color: #13006D;
}
.AnyTagClassName
{
color: #13006D;
}
</style>
background-color css
<style>
a { background-color: #13006D; }
a { background-color: rgb(19,0,109); }
div.DivClassName
{
background-color: #13006D;
}
.BgClassName
{
background-color: #13006D;
}
</style>
border-color css
<style>
span { border-color: #13006D; }
span { border-color: rgb(19,0,109); }
td.TdClassName
{
border-color: #13006D;
}
.TagClassName
{
border-color: #13006D;
}
</style>