Shades of Midnight Blue #130261
Tints of Midnight Blue #130261
RGB
CMYK
RGB Variations
Color information
#130261 (or 0x130261) is known color: Midnight Blue. HEX triplet: 13, 02 and 61. RGB value is (19,2,97). Sum of RGB (Red+Green+Blue) = 19+2+97=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 97 (38.28% from 255 or 82.20% from 118); Max value from RGB is 97 - color contains mainly: blue. Hex color #130261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130261 is #ECFD9E. Grayscale: #111111. Windows color (decimal): -15531423 or 6357523. OLE color: 6357523.
HSL color Cylindrical-coordinate representation of color #130261: hue angle of 250.74º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130261 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 2 | 97 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.62 |
| HSL | 250.74º | 0.96% | 0.19% | - |
| HSV(B) | 250.74º | 0.98% | 0.38% | - |
| XYZ | 2.45 | 1.04 | 11.38 | - |
| YUV | 17.91 | 172.63 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 97 | 0.80 | 0.98 | 0 | 0.62 | 250.74 | 0.96 | 0.19 |
| Hex | 13 | 2 | 61 | 50 | 62 | 0 | 3E | FB | 60 | 13 |
| Octal | 23 | 2 | 141 | 120 | 142 | 0 | 76 | 373 | 140 | 23 |
| Binary | 10011 | 10 | 1100001 | 1010000 | 1100010 | 0 | 111110 | 11111011 | 1100000 | 10011 |
Color Harmonies of #130261
Complementary color
Monochromatic Colors of #130261
Black with #130261
Text Example
Text Example
White with #130261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130261; }
p { color: rgb(19,2,97); }
H1.HeaderClassName
{
color: #130261;
}
.AnyTagClassName
{
color: #130261;
}
</style>
background-color css
<style>
a { background-color: #130261; }
a { background-color: rgb(19,2,97); }
div.DivClassName
{
background-color: #130261;
}
.BgClassName
{
background-color: #130261;
}
</style>
border-color css
<style>
span { border-color: #130261; }
span { border-color: rgb(19,2,97); }
td.TdClassName
{
border-color: #130261;
}
.TagClassName
{
border-color: #130261;
}
</style>