Shades of Midnight Blue #130875
Tints of Midnight Blue #130875
RGB
CMYK
RGB Variations
Color information
#130875 (or 0x130875) is known color: Midnight Blue. HEX triplet: 13, 08 and 75. RGB value is (19,8,117). Sum of RGB (Red+Green+Blue) = 19+8+117=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 117 (46.09% from 255 or 81.25% from 144); Max value from RGB is 117 - color contains mainly: blue. Hex color #130875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130875 is #ECF78A. Grayscale: #171717. Windows color (decimal): -15529867 or 7669779. OLE color: 7669779.
HSL color Cylindrical-coordinate representation of color #130875: hue angle of 246.06º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130875 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 8 | 117 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.54 |
| HSL | 246.06º | 0.87% | 0.25% | - |
| HSV(B) | 246.06º | 0.93% | 0.46% | - |
| XYZ | 3.57 | 1.6 | 16.95 | - |
| YUV | 23.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 117 | 0.84 | 0.93 | 0 | 0.54 | 246.06 | 0.87 | 0.25 |
| Hex | 13 | 8 | 75 | 54 | 5D | 0 | 36 | F6 | 57 | 19 |
| Octal | 23 | 10 | 165 | 124 | 135 | 0 | 66 | 366 | 127 | 31 |
| Binary | 10011 | 1000 | 1110101 | 1010100 | 1011101 | 0 | 110110 | 11110110 | 1010111 | 11001 |
Color Harmonies of #130875
Complementary color
Monochromatic Colors of #130875
Black with #130875
Text Example
Text Example
White with #130875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130875; }
p { color: rgb(19,8,117); }
H1.HeaderClassName
{
color: #130875;
}
.AnyTagClassName
{
color: #130875;
}
</style>
background-color css
<style>
a { background-color: #130875; }
a { background-color: rgb(19,8,117); }
div.DivClassName
{
background-color: #130875;
}
.BgClassName
{
background-color: #130875;
}
</style>
border-color css
<style>
span { border-color: #130875; }
span { border-color: rgb(19,8,117); }
td.TdClassName
{
border-color: #130875;
}
.TagClassName
{
border-color: #130875;
}
</style>