Shades of Midnight Blue #13125C
Tints of Midnight Blue #13125C
RGB
CMYK
RGB Variations
Color information
#13125C (or 0x13125C) is known color: Midnight Blue. HEX triplet: 13, 12 and 5C. RGB value is (19,18,92). Sum of RGB (Red+Green+Blue) = 19+18+92=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #13125C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13125C is #ECEDA3. Grayscale: #1A1A1A. Windows color (decimal): -15527332 or 6033939. OLE color: 6033939.
HSL color Cylindrical-coordinate representation of color #13125C: hue angle of 240.81º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13125C is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 18 | 92 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.64 |
| HSL | 240.81º | 0.67% | 0.22% | - |
| HSV(B) | 240.81º | 0.8% | 0.36% | - |
| XYZ | 2.42 | 1.34 | 10.26 | - |
| YUV | 26.74 | 164.83 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 92 | 0.79 | 0.80 | 0 | 0.64 | 240.81 | 0.67 | 0.22 |
| Hex | 13 | 12 | 5C | 4F | 50 | 0 | 40 | F1 | 43 | 16 |
| Octal | 23 | 22 | 134 | 117 | 120 | 0 | 100 | 361 | 103 | 26 |
| Binary | 10011 | 10010 | 1011100 | 1001111 | 1010000 | 0 | 1000000 | 11110001 | 1000011 | 10110 |
Color Harmonies of #13125C
Complementary color
Monochromatic Colors of #13125C
Black with #13125C
Text Example
Text Example
White with #13125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13125C; }
p { color: rgb(19,18,92); }
H1.HeaderClassName
{
color: #13125C;
}
.AnyTagClassName
{
color: #13125C;
}
</style>
background-color css
<style>
a { background-color: #13125C; }
a { background-color: rgb(19,18,92); }
div.DivClassName
{
background-color: #13125C;
}
.BgClassName
{
background-color: #13125C;
}
</style>
border-color css
<style>
span { border-color: #13125C; }
span { border-color: rgb(19,18,92); }
td.TdClassName
{
border-color: #13125C;
}
.TagClassName
{
border-color: #13125C;
}
</style>