Shades of Midnight Blue #13147D
Tints of Midnight Blue #13147D
RGB
CMYK
RGB Variations
Color information
#13147D (or 0x13147D) is known color: Midnight Blue. HEX triplet: 13, 14 and 7D. RGB value is (19,20,125). Sum of RGB (Red+Green+Blue) = 19+20+125=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 125 (49.22% from 255 or 76.22% from 164); Max value from RGB is 125 - color contains mainly: blue. Hex color #13147D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13147D is #ECEB82. Grayscale: #1F1F1F. Windows color (decimal): -15526787 or 8197139. OLE color: 8197139.
HSL color Cylindrical-coordinate representation of color #13147D: hue angle of 239.43º degrees, saturation: 0.74, 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 #13147D is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 20 | 125 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.51 |
| HSL | 239.43º | 0.74% | 0.28% | - |
| HSV(B) | 239.43º | 0.85% | 0.49% | - |
| XYZ | 4.22 | 2.12 | 19.59 | - |
| YUV | 31.67 | 180.67 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 125 | 0.85 | 0.84 | 0 | 0.51 | 239.43 | 0.74 | 0.28 |
| Hex | 13 | 14 | 7D | 55 | 54 | 0 | 33 | EF | 4A | 1C |
| Octal | 23 | 24 | 175 | 125 | 124 | 0 | 63 | 357 | 112 | 34 |
| Binary | 10011 | 10100 | 1111101 | 1010101 | 1010100 | 0 | 110011 | 11101111 | 1001010 | 11100 |
Color Harmonies of #13147D
Complementary color
Monochromatic Colors of #13147D
Black with #13147D
Text Example
Text Example
White with #13147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13147D; }
p { color: rgb(19,20,125); }
H1.HeaderClassName
{
color: #13147D;
}
.AnyTagClassName
{
color: #13147D;
}
</style>
background-color css
<style>
a { background-color: #13147D; }
a { background-color: rgb(19,20,125); }
div.DivClassName
{
background-color: #13147D;
}
.BgClassName
{
background-color: #13147D;
}
</style>
border-color css
<style>
span { border-color: #13147D; }
span { border-color: rgb(19,20,125); }
td.TdClassName
{
border-color: #13147D;
}
.TagClassName
{
border-color: #13147D;
}
</style>