Shades of Midnight Blue #130C66
Tints of Midnight Blue #130C66
RGB
CMYK
RGB Variations
Color information
#130C66 (or 0x130C66) is known color: Midnight Blue. HEX triplet: 13, 0C and 66. RGB value is (19,12,102). Sum of RGB (Red+Green+Blue) = 19+12+102=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 102 (40.23% from 255 or 76.69% from 133); Max value from RGB is 102 - color contains mainly: blue. Hex color #130C66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C66 is #ECF399. Grayscale: #181818. Windows color (decimal): -15528858 or 6687763. OLE color: 6687763.
HSL color Cylindrical-coordinate representation of color #130C66: hue angle of 244.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130C66 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 12 | 102 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.6 |
| HSL | 244.67º | 0.79% | 0.22% | - |
| HSV(B) | 244.67º | 0.88% | 0.4% | - |
| XYZ | 2.8 | 1.36 | 12.69 | - |
| YUV | 24.35 | 171.82 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 102 | 0.81 | 0.88 | 0 | 0.6 | 244.67 | 0.79 | 0.22 |
| Hex | 13 | C | 66 | 51 | 58 | 0 | 3C | F5 | 4F | 16 |
| Octal | 23 | 14 | 146 | 121 | 130 | 0 | 74 | 365 | 117 | 26 |
| Binary | 10011 | 1100 | 1100110 | 1010001 | 1011000 | 0 | 111100 | 11110101 | 1001111 | 10110 |
Color Harmonies of #130C66
Complementary color
Monochromatic Colors of #130C66
Black with #130C66
Text Example
Text Example
White with #130C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C66; }
p { color: rgb(19,12,102); }
H1.HeaderClassName
{
color: #130C66;
}
.AnyTagClassName
{
color: #130C66;
}
</style>
background-color css
<style>
a { background-color: #130C66; }
a { background-color: rgb(19,12,102); }
div.DivClassName
{
background-color: #130C66;
}
.BgClassName
{
background-color: #130C66;
}
</style>
border-color css
<style>
span { border-color: #130C66; }
span { border-color: rgb(19,12,102); }
td.TdClassName
{
border-color: #130C66;
}
.TagClassName
{
border-color: #130C66;
}
</style>