Shades of Midnight Blue #130369
Tints of Midnight Blue #130369
RGB
CMYK
RGB Variations
Color information
#130369 (or 0x130369) is known color: Midnight Blue. HEX triplet: 13, 03 and 69. RGB value is (19,3,105). Sum of RGB (Red+Green+Blue) = 19+3+105=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 105 (41.41% from 255 or 82.68% from 127); Max value from RGB is 105 - color contains mainly: blue. Hex color #130369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130369 is #ECFC96. Grayscale: #131313. Windows color (decimal): -15531159 or 6882067. OLE color: 6882067.
HSL color Cylindrical-coordinate representation of color #130369: hue angle of 249.41º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130369 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 3 | 105 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.59 |
| HSL | 249.41º | 0.94% | 0.21% | - |
| HSV(B) | 249.41º | 0.97% | 0.41% | - |
| XYZ | 2.85 | 1.22 | 13.45 | - |
| YUV | 19.41 | 176.3 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 105 | 0.82 | 0.97 | 0 | 0.59 | 249.41 | 0.94 | 0.21 |
| Hex | 13 | 3 | 69 | 52 | 61 | 0 | 3B | F9 | 5E | 15 |
| Octal | 23 | 3 | 151 | 122 | 141 | 0 | 73 | 371 | 136 | 25 |
| Binary | 10011 | 11 | 1101001 | 1010010 | 1100001 | 0 | 111011 | 11111001 | 1011110 | 10101 |
Color Harmonies of #130369
Complementary color
Monochromatic Colors of #130369
Black with #130369
Text Example
Text Example
White with #130369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130369; }
p { color: rgb(19,3,105); }
H1.HeaderClassName
{
color: #130369;
}
.AnyTagClassName
{
color: #130369;
}
</style>
background-color css
<style>
a { background-color: #130369; }
a { background-color: rgb(19,3,105); }
div.DivClassName
{
background-color: #130369;
}
.BgClassName
{
background-color: #130369;
}
</style>
border-color css
<style>
span { border-color: #130369; }
span { border-color: rgb(19,3,105); }
td.TdClassName
{
border-color: #130369;
}
.TagClassName
{
border-color: #130369;
}
</style>