Shades of Midnight Blue #130D75
Tints of Midnight Blue #130D75
RGB
CMYK
RGB Variations
Color information
#130D75 (or 0x130D75) is known color: Midnight Blue. HEX triplet: 13, 0D and 75. RGB value is (19,13,117). Sum of RGB (Red+Green+Blue) = 19+13+117=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 117 (46.09% from 255 or 78.52% from 149); Max value from RGB is 117 - color contains mainly: blue. Hex color #130D75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D75 is #ECF28A. Grayscale: #1A1A1A. Windows color (decimal): -15528587 or 7671059. OLE color: 7671059.
HSL color Cylindrical-coordinate representation of color #130D75: hue angle of 243.46º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130D75 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 13 | 117 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.54 |
| HSL | 243.46º | 0.8% | 0.25% | - |
| HSV(B) | 243.46º | 0.89% | 0.46% | - |
| XYZ | 3.62 | 1.71 | 16.97 | - |
| YUV | 26.65 | 178.99 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 117 | 0.84 | 0.89 | 0 | 0.54 | 243.46 | 0.8 | 0.25 |
| Hex | 13 | D | 75 | 54 | 59 | 0 | 36 | F3 | 50 | 19 |
| Octal | 23 | 15 | 165 | 124 | 131 | 0 | 66 | 363 | 120 | 31 |
| Binary | 10011 | 1101 | 1110101 | 1010100 | 1011001 | 0 | 110110 | 11110011 | 1010000 | 11001 |
Color Harmonies of #130D75
Complementary color
Monochromatic Colors of #130D75
Black with #130D75
Text Example
Text Example
White with #130D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D75; }
p { color: rgb(19,13,117); }
H1.HeaderClassName
{
color: #130D75;
}
.AnyTagClassName
{
color: #130D75;
}
</style>
background-color css
<style>
a { background-color: #130D75; }
a { background-color: rgb(19,13,117); }
div.DivClassName
{
background-color: #130D75;
}
.BgClassName
{
background-color: #130D75;
}
</style>
border-color css
<style>
span { border-color: #130D75; }
span { border-color: rgb(19,13,117); }
td.TdClassName
{
border-color: #130D75;
}
.TagClassName
{
border-color: #130D75;
}
</style>