Shades of Midnight Blue #130C67
Tints of Midnight Blue #130C67
RGB
CMYK
RGB Variations
Color information
#130C67 (or 0x130C67) is known color: Midnight Blue. HEX triplet: 13, 0C and 67. RGB value is (19,12,103). Sum of RGB (Red+Green+Blue) = 19+12+103=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 103 (40.62% from 255 or 76.87% from 134); Max value from RGB is 103 - color contains mainly: blue. Hex color #130C67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C67 is #ECF398. Grayscale: #181818. Windows color (decimal): -15528857 or 6753299. OLE color: 6753299.
HSL color Cylindrical-coordinate representation of color #130C67: hue angle of 244.62º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130C67 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 12 | 103 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.60 |
| HSL | 244.62º | 0.79% | 0.23% | - |
| HSV(B) | 244.62º | 0.88% | 0.4% | - |
| XYZ | 2.85 | 1.38 | 12.95 | - |
| YUV | 24.47 | 172.32 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 103 | 0.82 | 0.88 | 0 | 0.60 | 244.62 | 0.79 | 0.23 |
| Hex | 13 | C | 67 | 52 | 58 | 0 | 3C | F5 | 4F | 17 |
| Octal | 23 | 14 | 147 | 122 | 130 | 0 | 74 | 365 | 117 | 27 |
| Binary | 10011 | 1100 | 1100111 | 1010010 | 1011000 | 0 | 111100 | 11110101 | 1001111 | 10111 |
Color Harmonies of #130C67
Complementary color
Monochromatic Colors of #130C67
Black with #130C67
Text Example
Text Example
White with #130C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C67; }
p { color: rgb(19,12,103); }
H1.HeaderClassName
{
color: #130C67;
}
.AnyTagClassName
{
color: #130C67;
}
</style>
background-color css
<style>
a { background-color: #130C67; }
a { background-color: rgb(19,12,103); }
div.DivClassName
{
background-color: #130C67;
}
.BgClassName
{
background-color: #130C67;
}
</style>
border-color css
<style>
span { border-color: #130C67; }
span { border-color: rgb(19,12,103); }
td.TdClassName
{
border-color: #130C67;
}
.TagClassName
{
border-color: #130C67;
}
</style>