Shades of Midnight Blue #131058
Tints of Midnight Blue #131058
RGB
CMYK
RGB Variations
Color information
#131058 (or 0x131058) is known color: Midnight Blue. HEX triplet: 13, 10 and 58. RGB value is (19,16,88). Sum of RGB (Red+Green+Blue) = 19+16+88=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 88 (34.77% from 255 or 71.54% from 123); Max value from RGB is 88 - color contains mainly: blue. Hex color #131058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131058 is #ECEFA7. Grayscale: #181818. Windows color (decimal): -15527848 or 5771283. OLE color: 5771283.
HSL color Cylindrical-coordinate representation of color #131058: hue angle of 242.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131058 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 16 | 88 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.65 |
| HSL | 242.5º | 0.69% | 0.2% | - |
| HSV(B) | 242.5º | 0.82% | 0.35% | - |
| XYZ | 2.22 | 1.21 | 9.35 | - |
| YUV | 25.11 | 163.49 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 88 | 0.78 | 0.82 | 0 | 0.65 | 242.5 | 0.69 | 0.2 |
| Hex | 13 | 10 | 58 | 4E | 52 | 0 | 41 | F2 | 45 | 14 |
| Octal | 23 | 20 | 130 | 116 | 122 | 0 | 101 | 362 | 105 | 24 |
| Binary | 10011 | 10000 | 1011000 | 1001110 | 1010010 | 0 | 1000001 | 11110010 | 1000101 | 10100 |
Color Harmonies of #131058
Complementary color
Monochromatic Colors of #131058
Black with #131058
Text Example
Text Example
White with #131058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131058; }
p { color: rgb(19,16,88); }
H1.HeaderClassName
{
color: #131058;
}
.AnyTagClassName
{
color: #131058;
}
</style>
background-color css
<style>
a { background-color: #131058; }
a { background-color: rgb(19,16,88); }
div.DivClassName
{
background-color: #131058;
}
.BgClassName
{
background-color: #131058;
}
</style>
border-color css
<style>
span { border-color: #131058; }
span { border-color: rgb(19,16,88); }
td.TdClassName
{
border-color: #131058;
}
.TagClassName
{
border-color: #131058;
}
</style>