Shades of Midnight Blue #130259
Tints of Midnight Blue #130259
RGB
CMYK
RGB Variations
Color information
#130259 (or 0x130259) is known color: Midnight Blue. HEX triplet: 13, 02 and 59. RGB value is (19,2,89). Sum of RGB (Red+Green+Blue) = 19+2+89=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 89 (35.16% from 255 or 80.91% from 110); Max value from RGB is 89 - color contains mainly: blue. Hex color #130259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130259 is #ECFDA6. Grayscale: #101010. Windows color (decimal): -15531431 or 5833235. OLE color: 5833235.
HSL color Cylindrical-coordinate representation of color #130259: hue angle of 251.72º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130259 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 2 | 89 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.65 |
| HSL | 251.72º | 0.96% | 0.18% | - |
| HSV(B) | 251.72º | 0.98% | 0.35% | - |
| XYZ | 2.09 | 0.9 | 9.52 | - |
| YUV | 17 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 89 | 0.79 | 0.98 | 0 | 0.65 | 251.72 | 0.96 | 0.18 |
| Hex | 13 | 2 | 59 | 4F | 62 | 0 | 41 | FC | 60 | 12 |
| Octal | 23 | 2 | 131 | 117 | 142 | 0 | 101 | 374 | 140 | 22 |
| Binary | 10011 | 10 | 1011001 | 1001111 | 1100010 | 0 | 1000001 | 11111100 | 1100000 | 10010 |
Color Harmonies of #130259
Complementary color
Monochromatic Colors of #130259
Black with #130259
Text Example
Text Example
White with #130259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130259; }
p { color: rgb(19,2,89); }
H1.HeaderClassName
{
color: #130259;
}
.AnyTagClassName
{
color: #130259;
}
</style>
background-color css
<style>
a { background-color: #130259; }
a { background-color: rgb(19,2,89); }
div.DivClassName
{
background-color: #130259;
}
.BgClassName
{
background-color: #130259;
}
</style>
border-color css
<style>
span { border-color: #130259; }
span { border-color: rgb(19,2,89); }
td.TdClassName
{
border-color: #130259;
}
.TagClassName
{
border-color: #130259;
}
</style>