Shades of Midnight Blue #130B73
Tints of Midnight Blue #130B73
RGB
CMYK
RGB Variations
Color information
#130B73 (or 0x130B73) is known color: Midnight Blue. HEX triplet: 13, 0B and 73. RGB value is (19,11,115). Sum of RGB (Red+Green+Blue) = 19+11+115=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 115 (45.31% from 255 or 79.31% from 145); Max value from RGB is 115 - color contains mainly: blue. Hex color #130B73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130B73 is #ECF48C. Grayscale: #181818. Windows color (decimal): -15529101 or 7539475. OLE color: 7539475.
HSL color Cylindrical-coordinate representation of color #130B73: hue angle of 244.62º degrees, saturation: 0.83, 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 #130B73 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 11 | 115 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.55 |
| HSL | 244.62º | 0.83% | 0.25% | - |
| HSV(B) | 244.62º | 0.9% | 0.45% | - |
| XYZ | 3.48 | 1.62 | 16.35 | - |
| YUV | 25.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 115 | 0.83 | 0.90 | 0 | 0.55 | 244.62 | 0.83 | 0.25 |
| Hex | 13 | B | 73 | 53 | 5A | 0 | 37 | F5 | 53 | 19 |
| Octal | 23 | 13 | 163 | 123 | 132 | 0 | 67 | 365 | 123 | 31 |
| Binary | 10011 | 1011 | 1110011 | 1010011 | 1011010 | 0 | 110111 | 11110101 | 1010011 | 11001 |
Color Harmonies of #130B73
Complementary color
Monochromatic Colors of #130B73
Black with #130B73
Text Example
Text Example
White with #130B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B73; }
p { color: rgb(19,11,115); }
H1.HeaderClassName
{
color: #130B73;
}
.AnyTagClassName
{
color: #130B73;
}
</style>
background-color css
<style>
a { background-color: #130B73; }
a { background-color: rgb(19,11,115); }
div.DivClassName
{
background-color: #130B73;
}
.BgClassName
{
background-color: #130B73;
}
</style>
border-color css
<style>
span { border-color: #130B73; }
span { border-color: rgb(19,11,115); }
td.TdClassName
{
border-color: #130B73;
}
.TagClassName
{
border-color: #130B73;
}
</style>