Shades of Midnight Blue #130D6E
Tints of Midnight Blue #130D6E
RGB
CMYK
RGB Variations
Color information
#130D6E (or 0x130D6E) is known color: Midnight Blue. HEX triplet: 13, 0D and 6E. RGB value is (19,13,110). Sum of RGB (Red+Green+Blue) = 19+13+110=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #130D6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D6E is #ECF291. Grayscale: #191919. Windows color (decimal): -15528594 or 7212307. OLE color: 7212307.
HSL color Cylindrical-coordinate representation of color #130D6E: hue angle of 243.71º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130D6E is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 13 | 110 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.57 |
| HSL | 243.71º | 0.79% | 0.24% | - |
| HSV(B) | 243.71º | 0.88% | 0.43% | - |
| XYZ | 3.23 | 1.55 | 14.88 | - |
| YUV | 25.85 | 175.49 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 110 | 0.83 | 0.88 | 0 | 0.57 | 243.71 | 0.79 | 0.24 |
| Hex | 13 | D | 6E | 53 | 58 | 0 | 39 | F4 | 4F | 18 |
| Octal | 23 | 15 | 156 | 123 | 130 | 0 | 71 | 364 | 117 | 30 |
| Binary | 10011 | 1101 | 1101110 | 1010011 | 1011000 | 0 | 111001 | 11110100 | 1001111 | 11000 |
Color Harmonies of #130D6E
Complementary color
Monochromatic Colors of #130D6E
Black with #130D6E
Text Example
Text Example
White with #130D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D6E; }
p { color: rgb(19,13,110); }
H1.HeaderClassName
{
color: #130D6E;
}
.AnyTagClassName
{
color: #130D6E;
}
</style>
background-color css
<style>
a { background-color: #130D6E; }
a { background-color: rgb(19,13,110); }
div.DivClassName
{
background-color: #130D6E;
}
.BgClassName
{
background-color: #130D6E;
}
</style>
border-color css
<style>
span { border-color: #130D6E; }
span { border-color: rgb(19,13,110); }
td.TdClassName
{
border-color: #130D6E;
}
.TagClassName
{
border-color: #130D6E;
}
</style>