Shades of Midnight Blue #130858
Tints of Midnight Blue #130858
RGB
CMYK
RGB Variations
Color information
#130858 (or 0x130858) is known color: Midnight Blue. HEX triplet: 13, 08 and 58. RGB value is (19,8,88). Sum of RGB (Red+Green+Blue) = 19+8+88=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 88 (34.77% from 255 or 76.52% from 115); Max value from RGB is 88 - color contains mainly: blue. Hex color #130858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130858 is #ECF7A7. Grayscale: #141414. Windows color (decimal): -15529896 or 5769235. OLE color: 5769235.
HSL color Cylindrical-coordinate representation of color #130858: hue angle of 248.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130858 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 8 | 88 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.65 |
| HSL | 248.25º | 0.83% | 0.19% | - |
| HSV(B) | 248.25º | 0.91% | 0.35% | - |
| XYZ | 2.12 | 1.02 | 9.32 | - |
| YUV | 20.41 | 166.14 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 88 | 0.78 | 0.91 | 0 | 0.65 | 248.25 | 0.83 | 0.19 |
| Hex | 13 | 8 | 58 | 4E | 5B | 0 | 41 | F8 | 53 | 13 |
| Octal | 23 | 10 | 130 | 116 | 133 | 0 | 101 | 370 | 123 | 23 |
| Binary | 10011 | 1000 | 1011000 | 1001110 | 1011011 | 0 | 1000001 | 11111000 | 1010011 | 10011 |
Color Harmonies of #130858
Complementary color
Monochromatic Colors of #130858
Black with #130858
Text Example
Text Example
White with #130858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130858; }
p { color: rgb(19,8,88); }
H1.HeaderClassName
{
color: #130858;
}
.AnyTagClassName
{
color: #130858;
}
</style>
background-color css
<style>
a { background-color: #130858; }
a { background-color: rgb(19,8,88); }
div.DivClassName
{
background-color: #130858;
}
.BgClassName
{
background-color: #130858;
}
</style>
border-color css
<style>
span { border-color: #130858; }
span { border-color: rgb(19,8,88); }
td.TdClassName
{
border-color: #130858;
}
.TagClassName
{
border-color: #130858;
}
</style>