Shades of Midnight Blue #13147C
Tints of Midnight Blue #13147C
RGB
CMYK
RGB Variations
Color information
#13147C (or 0x13147C) is known color: Midnight Blue. HEX triplet: 13, 14 and 7C. RGB value is (19,20,124). Sum of RGB (Red+Green+Blue) = 19+20+124=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 124 (48.83% from 255 or 76.07% from 163); Max value from RGB is 124 - color contains mainly: blue. Hex color #13147C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13147C is #ECEB83. Grayscale: #1F1F1F. Windows color (decimal): -15526788 or 8131603. OLE color: 8131603.
HSL color Cylindrical-coordinate representation of color #13147C: hue angle of 239.43º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13147C is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 20 | 124 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.51 |
| HSL | 239.43º | 0.73% | 0.28% | - |
| HSV(B) | 239.43º | 0.85% | 0.49% | - |
| XYZ | 4.16 | 2.09 | 19.25 | - |
| YUV | 31.56 | 180.17 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 124 | 0.85 | 0.84 | 0 | 0.51 | 239.43 | 0.73 | 0.28 |
| Hex | 13 | 14 | 7C | 55 | 54 | 0 | 33 | EF | 49 | 1C |
| Octal | 23 | 24 | 174 | 125 | 124 | 0 | 63 | 357 | 111 | 34 |
| Binary | 10011 | 10100 | 1111100 | 1010101 | 1010100 | 0 | 110011 | 11101111 | 1001001 | 11100 |
Color Harmonies of #13147C
Complementary color
Monochromatic Colors of #13147C
Black with #13147C
Text Example
Text Example
White with #13147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13147C; }
p { color: rgb(19,20,124); }
H1.HeaderClassName
{
color: #13147C;
}
.AnyTagClassName
{
color: #13147C;
}
</style>
background-color css
<style>
a { background-color: #13147C; }
a { background-color: rgb(19,20,124); }
div.DivClassName
{
background-color: #13147C;
}
.BgClassName
{
background-color: #13147C;
}
</style>
border-color css
<style>
span { border-color: #13147C; }
span { border-color: rgb(19,20,124); }
td.TdClassName
{
border-color: #13147C;
}
.TagClassName
{
border-color: #13147C;
}
</style>