Shades of Midnight Blue #130B5D
Tints of Midnight Blue #130B5D
RGB
CMYK
RGB Variations
Color information
#130B5D (or 0x130B5D) is known color: Midnight Blue. HEX triplet: 13, 0B and 5D. RGB value is (19,11,93). Sum of RGB (Red+Green+Blue) = 19+11+93=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #130B5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130B5D is #ECF4A2. Grayscale: #161616. Windows color (decimal): -15529123 or 6097683. OLE color: 6097683.
HSL color Cylindrical-coordinate representation of color #130B5D: hue angle of 245.85º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130B5D is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 11 | 93 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.64 |
| HSL | 245.85º | 0.79% | 0.2% | - |
| HSV(B) | 245.85º | 0.88% | 0.36% | - |
| XYZ | 2.36 | 1.17 | 10.46 | - |
| YUV | 22.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 93 | 0.80 | 0.88 | 0 | 0.64 | 245.85 | 0.79 | 0.2 |
| Hex | 13 | B | 5D | 50 | 58 | 0 | 40 | F6 | 4F | 14 |
| Octal | 23 | 13 | 135 | 120 | 130 | 0 | 100 | 366 | 117 | 24 |
| Binary | 10011 | 1011 | 1011101 | 1010000 | 1011000 | 0 | 1000000 | 11110110 | 1001111 | 10100 |
Color Harmonies of #130B5D
Complementary color
Monochromatic Colors of #130B5D
Black with #130B5D
Text Example
Text Example
White with #130B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B5D; }
p { color: rgb(19,11,93); }
H1.HeaderClassName
{
color: #130B5D;
}
.AnyTagClassName
{
color: #130B5D;
}
</style>
background-color css
<style>
a { background-color: #130B5D; }
a { background-color: rgb(19,11,93); }
div.DivClassName
{
background-color: #130B5D;
}
.BgClassName
{
background-color: #130B5D;
}
</style>
border-color css
<style>
span { border-color: #130B5D; }
span { border-color: rgb(19,11,93); }
td.TdClassName
{
border-color: #130B5D;
}
.TagClassName
{
border-color: #130B5D;
}
</style>