Shades of Midnight Blue #130955
Tints of Midnight Blue #130955
RGB
CMYK
RGB Variations
Color information
#130955 (or 0x130955) is known color: Midnight Blue. HEX triplet: 13, 09 and 55. RGB value is (19,9,85). Sum of RGB (Red+Green+Blue) = 19+9+85=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 85 (33.59% from 255 or 75.22% from 113); Max value from RGB is 85 - color contains mainly: blue. Hex color #130955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130955 is #ECF6AA. Grayscale: #141414. Windows color (decimal): -15529643 or 5572883. OLE color: 5572883.
HSL color Cylindrical-coordinate representation of color #130955: hue angle of 247.89º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130955 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 9 | 85 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.67 |
| HSL | 247.89º | 0.81% | 0.18% | - |
| HSV(B) | 247.89º | 0.89% | 0.33% | - |
| XYZ | 2.01 | 0.99 | 8.68 | - |
| YUV | 20.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 85 | 0.78 | 0.89 | 0 | 0.67 | 247.89 | 0.81 | 0.18 |
| Hex | 13 | 9 | 55 | 4E | 59 | 0 | 43 | F8 | 51 | 12 |
| Octal | 23 | 11 | 125 | 116 | 131 | 0 | 103 | 370 | 121 | 22 |
| Binary | 10011 | 1001 | 1010101 | 1001110 | 1011001 | 0 | 1000011 | 11111000 | 1010001 | 10010 |
Color Harmonies of #130955
Complementary color
Monochromatic Colors of #130955
Black with #130955
Text Example
Text Example
White with #130955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130955; }
p { color: rgb(19,9,85); }
H1.HeaderClassName
{
color: #130955;
}
.AnyTagClassName
{
color: #130955;
}
</style>
background-color css
<style>
a { background-color: #130955; }
a { background-color: rgb(19,9,85); }
div.DivClassName
{
background-color: #130955;
}
.BgClassName
{
background-color: #130955;
}
</style>
border-color css
<style>
span { border-color: #130955; }
span { border-color: rgb(19,9,85); }
td.TdClassName
{
border-color: #130955;
}
.TagClassName
{
border-color: #130955;
}
</style>