Shades of Midnight Blue #130C61
Tints of Midnight Blue #130C61
RGB
CMYK
RGB Variations
Color information
#130C61 (or 0x130C61) is known color: Midnight Blue. HEX triplet: 13, 0C and 61. RGB value is (19,12,97). Sum of RGB (Red+Green+Blue) = 19+12+97=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 97 (38.28% from 255 or 75.78% from 128); Max value from RGB is 97 - color contains mainly: blue. Hex color #130C61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C61 is #ECF39E. Grayscale: #171717. Windows color (decimal): -15528863 or 6360083. OLE color: 6360083.
HSL color Cylindrical-coordinate representation of color #130C61: hue angle of 244.94º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130C61 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 12 | 97 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.62 |
| HSL | 244.94º | 0.78% | 0.21% | - |
| HSV(B) | 244.94º | 0.88% | 0.38% | - |
| XYZ | 2.56 | 1.26 | 11.42 | - |
| YUV | 23.78 | 169.32 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 97 | 0.80 | 0.88 | 0 | 0.62 | 244.94 | 0.78 | 0.21 |
| Hex | 13 | C | 61 | 50 | 58 | 0 | 3E | F5 | 4E | 15 |
| Octal | 23 | 14 | 141 | 120 | 130 | 0 | 76 | 365 | 116 | 25 |
| Binary | 10011 | 1100 | 1100001 | 1010000 | 1011000 | 0 | 111110 | 11110101 | 1001110 | 10101 |
Color Harmonies of #130C61
Complementary color
Monochromatic Colors of #130C61
Black with #130C61
Text Example
Text Example
White with #130C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C61; }
p { color: rgb(19,12,97); }
H1.HeaderClassName
{
color: #130C61;
}
.AnyTagClassName
{
color: #130C61;
}
</style>
background-color css
<style>
a { background-color: #130C61; }
a { background-color: rgb(19,12,97); }
div.DivClassName
{
background-color: #130C61;
}
.BgClassName
{
background-color: #130C61;
}
</style>
border-color css
<style>
span { border-color: #130C61; }
span { border-color: rgb(19,12,97); }
td.TdClassName
{
border-color: #130C61;
}
.TagClassName
{
border-color: #130C61;
}
</style>