Shades of Midnight Blue #130D68
Tints of Midnight Blue #130D68
RGB
CMYK
RGB Variations
Color information
#130D68 (or 0x130D68) is known color: Midnight Blue. HEX triplet: 13, 0D and 68. RGB value is (19,13,104). Sum of RGB (Red+Green+Blue) = 19+13+104=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 104 (41.02% from 255 or 76.47% from 136); Max value from RGB is 104 - color contains mainly: blue. Hex color #130D68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D68 is #ECF297. Grayscale: #181818. Windows color (decimal): -15528600 or 6819091. OLE color: 6819091.
HSL color Cylindrical-coordinate representation of color #130D68: hue angle of 243.96º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130D68 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 13 | 104 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.59 |
| HSL | 243.96º | 0.78% | 0.23% | - |
| HSV(B) | 243.96º | 0.88% | 0.41% | - |
| XYZ | 2.91 | 1.43 | 13.22 | - |
| YUV | 25.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 104 | 0.82 | 0.88 | 0 | 0.59 | 243.96 | 0.78 | 0.23 |
| Hex | 13 | D | 68 | 52 | 58 | 0 | 3B | F4 | 4E | 17 |
| Octal | 23 | 15 | 150 | 122 | 130 | 0 | 73 | 364 | 116 | 27 |
| Binary | 10011 | 1101 | 1101000 | 1010010 | 1011000 | 0 | 111011 | 11110100 | 1001110 | 10111 |
Color Harmonies of #130D68
Complementary color
Monochromatic Colors of #130D68
Black with #130D68
Text Example
Text Example
White with #130D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D68; }
p { color: rgb(19,13,104); }
H1.HeaderClassName
{
color: #130D68;
}
.AnyTagClassName
{
color: #130D68;
}
</style>
background-color css
<style>
a { background-color: #130D68; }
a { background-color: rgb(19,13,104); }
div.DivClassName
{
background-color: #130D68;
}
.BgClassName
{
background-color: #130D68;
}
</style>
border-color css
<style>
span { border-color: #130D68; }
span { border-color: rgb(19,13,104); }
td.TdClassName
{
border-color: #130D68;
}
.TagClassName
{
border-color: #130D68;
}
</style>