Shades of Midnight Blue #13105C
Tints of Midnight Blue #13105C
RGB
CMYK
RGB Variations
Color information
#13105C (or 0x13105C) is known color: Midnight Blue. HEX triplet: 13, 10 and 5C. RGB value is (19,16,92). Sum of RGB (Red+Green+Blue) = 19+16+92=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #13105C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13105C is #ECEFA3. Grayscale: #191919. Windows color (decimal): -15527844 or 6033427. OLE color: 6033427.
HSL color Cylindrical-coordinate representation of color #13105C: hue angle of 242.37º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13105C is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 16 | 92 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.64 |
| HSL | 242.37º | 0.7% | 0.21% | - |
| HSV(B) | 242.37º | 0.83% | 0.36% | - |
| XYZ | 2.39 | 1.28 | 10.25 | - |
| YUV | 25.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 92 | 0.79 | 0.83 | 0 | 0.64 | 242.37 | 0.7 | 0.21 |
| Hex | 13 | 10 | 5C | 4F | 53 | 0 | 40 | F2 | 46 | 15 |
| Octal | 23 | 20 | 134 | 117 | 123 | 0 | 100 | 362 | 106 | 25 |
| Binary | 10011 | 10000 | 1011100 | 1001111 | 1010011 | 0 | 1000000 | 11110010 | 1000110 | 10101 |
Color Harmonies of #13105C
Complementary color
Monochromatic Colors of #13105C
Black with #13105C
Text Example
Text Example
White with #13105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13105C; }
p { color: rgb(19,16,92); }
H1.HeaderClassName
{
color: #13105C;
}
.AnyTagClassName
{
color: #13105C;
}
</style>
background-color css
<style>
a { background-color: #13105C; }
a { background-color: rgb(19,16,92); }
div.DivClassName
{
background-color: #13105C;
}
.BgClassName
{
background-color: #13105C;
}
</style>
border-color css
<style>
span { border-color: #13105C; }
span { border-color: rgb(19,16,92); }
td.TdClassName
{
border-color: #13105C;
}
.TagClassName
{
border-color: #13105C;
}
</style>