Shades of Midnight Blue #130263
Tints of Midnight Blue #130263
RGB
CMYK
RGB Variations
Color information
#130263 (or 0x130263) is known color: Midnight Blue. HEX triplet: 13, 02 and 63. RGB value is (19,2,99). Sum of RGB (Red+Green+Blue) = 19+2+99=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 99 (39.06% from 255 or 82.5% from 120); Max value from RGB is 99 - color contains mainly: blue. Hex color #130263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130263 is #ECFD9C. Grayscale: #111111. Windows color (decimal): -15531421 or 6488595. OLE color: 6488595.
HSL color Cylindrical-coordinate representation of color #130263: hue angle of 250.52º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130263 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 2 | 99 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.61 |
| HSL | 250.52º | 0.96% | 0.2% | - |
| HSV(B) | 250.52º | 0.98% | 0.39% | - |
| XYZ | 2.54 | 1.08 | 11.88 | - |
| YUV | 18.14 | 173.63 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 99 | 0.81 | 0.98 | 0 | 0.61 | 250.52 | 0.96 | 0.2 |
| Hex | 13 | 2 | 63 | 51 | 62 | 0 | 3D | FB | 60 | 14 |
| Octal | 23 | 2 | 143 | 121 | 142 | 0 | 75 | 373 | 140 | 24 |
| Binary | 10011 | 10 | 1100011 | 1010001 | 1100010 | 0 | 111101 | 11111011 | 1100000 | 10100 |
Color Harmonies of #130263
Complementary color
Monochromatic Colors of #130263
Black with #130263
Text Example
Text Example
White with #130263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130263; }
p { color: rgb(19,2,99); }
H1.HeaderClassName
{
color: #130263;
}
.AnyTagClassName
{
color: #130263;
}
</style>
background-color css
<style>
a { background-color: #130263; }
a { background-color: rgb(19,2,99); }
div.DivClassName
{
background-color: #130263;
}
.BgClassName
{
background-color: #130263;
}
</style>
border-color css
<style>
span { border-color: #130263; }
span { border-color: rgb(19,2,99); }
td.TdClassName
{
border-color: #130263;
}
.TagClassName
{
border-color: #130263;
}
</style>