Shades of Midnight Blue #130061
Tints of Midnight Blue #130061
RGB
CMYK
RGB Variations
Color information
#130061 (or 0x130061) is known color: Midnight Blue. HEX triplet: 13, 00 and 61. RGB value is (19,0,97). Sum of RGB (Red+Green+Blue) = 19+0+97=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 97 (38.28% from 255 or 83.62% from 116); Max value from RGB is 97 - color contains mainly: blue. Hex color #130061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130061 is #ECFF9E. Grayscale: #101010. Windows color (decimal): -15531935 or 6357011. OLE color: 6357011.
HSL color Cylindrical-coordinate representation of color #130061: hue angle of 251.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130061 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 0 | 97 | - |
| CMYK | 0.80 | 1 | 0 | 0.62 |
| HSL | 251.75º | 1% | 0.19% | - |
| HSV(B) | 251.75º | 1% | 0.38% | - |
| XYZ | 2.43 | 1 | 11.37 | - |
| YUV | 16.74 | 173.29 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 97 | 0.80 | 1 | 0 | 0.62 | 251.75 | 1 | 0.19 |
| Hex | 13 | 0 | 61 | 50 | 64 | 0 | 3E | FC | 64 | 13 |
| Octal | 23 | 0 | 141 | 120 | 144 | 0 | 76 | 374 | 144 | 23 |
| Binary | 10011 | 0 | 1100001 | 1010000 | 1100100 | 0 | 111110 | 11111100 | 1100100 | 10011 |
Color Harmonies of #130061
Complementary color
Monochromatic Colors of #130061
Black with #130061
Text Example
Text Example
White with #130061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130061; }
p { color: rgb(19,0,97); }
H1.HeaderClassName
{
color: #130061;
}
.AnyTagClassName
{
color: #130061;
}
</style>
background-color css
<style>
a { background-color: #130061; }
a { background-color: rgb(19,0,97); }
div.DivClassName
{
background-color: #130061;
}
.BgClassName
{
background-color: #130061;
}
</style>
border-color css
<style>
span { border-color: #130061; }
span { border-color: rgb(19,0,97); }
td.TdClassName
{
border-color: #130061;
}
.TagClassName
{
border-color: #130061;
}
</style>