Shades of Midnight Blue #130B72
Tints of Midnight Blue #130B72
RGB
CMYK
RGB Variations
Color information
#130B72 (or 0x130B72) is known color: Midnight Blue. HEX triplet: 13, 0B and 72. RGB value is (19,11,114). Sum of RGB (Red+Green+Blue) = 19+11+114=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #130B72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130B72 is #ECF48D. Grayscale: #181818. Windows color (decimal): -15529102 or 7473939. OLE color: 7473939.
HSL color Cylindrical-coordinate representation of color #130B72: hue angle of 244.66º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130B72 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 11 | 114 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.55 |
| HSL | 244.66º | 0.82% | 0.25% | - |
| HSV(B) | 244.66º | 0.9% | 0.45% | - |
| XYZ | 3.43 | 1.59 | 16.05 | - |
| YUV | 25.13 | 178.15 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 114 | 0.83 | 0.90 | 0 | 0.55 | 244.66 | 0.82 | 0.25 |
| Hex | 13 | B | 72 | 53 | 5A | 0 | 37 | F5 | 52 | 19 |
| Octal | 23 | 13 | 162 | 123 | 132 | 0 | 67 | 365 | 122 | 31 |
| Binary | 10011 | 1011 | 1110010 | 1010011 | 1011010 | 0 | 110111 | 11110101 | 1010010 | 11001 |
Color Harmonies of #130B72
Complementary color
Monochromatic Colors of #130B72
Black with #130B72
Text Example
Text Example
White with #130B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B72; }
p { color: rgb(19,11,114); }
H1.HeaderClassName
{
color: #130B72;
}
.AnyTagClassName
{
color: #130B72;
}
</style>
background-color css
<style>
a { background-color: #130B72; }
a { background-color: rgb(19,11,114); }
div.DivClassName
{
background-color: #130B72;
}
.BgClassName
{
background-color: #130B72;
}
</style>
border-color css
<style>
span { border-color: #130B72; }
span { border-color: rgb(19,11,114); }
td.TdClassName
{
border-color: #130B72;
}
.TagClassName
{
border-color: #130B72;
}
</style>