Shades of Midnight Blue #130355
Tints of Midnight Blue #130355
RGB
CMYK
RGB Variations
Color information
#130355 (or 0x130355) is known color: Midnight Blue. HEX triplet: 13, 03 and 55. RGB value is (19,3,85). Sum of RGB (Red+Green+Blue) = 19+3+85=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 85 (33.59% from 255 or 79.44% from 107); Max value from RGB is 85 - color contains mainly: blue. Hex color #130355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130355 is #ECFCAA. Grayscale: #101010. Windows color (decimal): -15531179 or 5571347. OLE color: 5571347.
HSL color Cylindrical-coordinate representation of color #130355: hue angle of 251.71º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130355 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 3 | 85 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.67 |
| HSL | 251.71º | 0.93% | 0.17% | - |
| HSV(B) | 251.71º | 0.96% | 0.33% | - |
| XYZ | 1.94 | 0.86 | 8.66 | - |
| YUV | 17.13 | 166.3 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 85 | 0.78 | 0.96 | 0 | 0.67 | 251.71 | 0.93 | 0.17 |
| Hex | 13 | 3 | 55 | 4E | 60 | 0 | 43 | FC | 5D | 11 |
| Octal | 23 | 3 | 125 | 116 | 140 | 0 | 103 | 374 | 135 | 21 |
| Binary | 10011 | 11 | 1010101 | 1001110 | 1100000 | 0 | 1000011 | 11111100 | 1011101 | 10001 |
Color Harmonies of #130355
Complementary color
Monochromatic Colors of #130355
Black with #130355
Text Example
Text Example
White with #130355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130355; }
p { color: rgb(19,3,85); }
H1.HeaderClassName
{
color: #130355;
}
.AnyTagClassName
{
color: #130355;
}
</style>
background-color css
<style>
a { background-color: #130355; }
a { background-color: rgb(19,3,85); }
div.DivClassName
{
background-color: #130355;
}
.BgClassName
{
background-color: #130355;
}
</style>
border-color css
<style>
span { border-color: #130355; }
span { border-color: rgb(19,3,85); }
td.TdClassName
{
border-color: #130355;
}
.TagClassName
{
border-color: #130355;
}
</style>