Shades of Midnight Blue #130B71
Tints of Midnight Blue #130B71
RGB
CMYK
RGB Variations
Color information
#130B71 (or 0x130B71) is known color: Midnight Blue. HEX triplet: 13, 0B and 71. RGB value is (19,11,113). Sum of RGB (Red+Green+Blue) = 19+11+113=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 113 (44.53% from 255 or 79.02% from 143); Max value from RGB is 113 - color contains mainly: blue. Hex color #130B71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130B71 is #ECF48E. Grayscale: #181818. Windows color (decimal): -15529103 or 7408403. OLE color: 7408403.
HSL color Cylindrical-coordinate representation of color #130B71: hue angle of 244.71º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130B71 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 11 | 113 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.56 |
| HSL | 244.71º | 0.82% | 0.24% | - |
| HSV(B) | 244.71º | 0.9% | 0.44% | - |
| XYZ | 3.37 | 1.57 | 15.75 | - |
| YUV | 25.02 | 177.65 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 113 | 0.83 | 0.90 | 0 | 0.56 | 244.71 | 0.82 | 0.24 |
| Hex | 13 | B | 71 | 53 | 5A | 0 | 38 | F5 | 52 | 18 |
| Octal | 23 | 13 | 161 | 123 | 132 | 0 | 70 | 365 | 122 | 30 |
| Binary | 10011 | 1011 | 1110001 | 1010011 | 1011010 | 0 | 111000 | 11110101 | 1010010 | 11000 |
Color Harmonies of #130B71
Complementary color
Monochromatic Colors of #130B71
Black with #130B71
Text Example
Text Example
White with #130B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B71; }
p { color: rgb(19,11,113); }
H1.HeaderClassName
{
color: #130B71;
}
.AnyTagClassName
{
color: #130B71;
}
</style>
background-color css
<style>
a { background-color: #130B71; }
a { background-color: rgb(19,11,113); }
div.DivClassName
{
background-color: #130B71;
}
.BgClassName
{
background-color: #130B71;
}
</style>
border-color css
<style>
span { border-color: #130B71; }
span { border-color: rgb(19,11,113); }
td.TdClassName
{
border-color: #130B71;
}
.TagClassName
{
border-color: #130B71;
}
</style>