Shades of Midnight Blue #13147A
Tints of Midnight Blue #13147A
RGB
CMYK
RGB Variations
Color information
#13147A (or 0x13147A) is known color: Midnight Blue. HEX triplet: 13, 14 and 7A. RGB value is (19,20,122). Sum of RGB (Red+Green+Blue) = 19+20+122=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 122 (48.05% from 255 or 75.78% from 161); Max value from RGB is 122 - color contains mainly: blue. Hex color #13147A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13147A is #ECEB85. Grayscale: #1E1E1E. Windows color (decimal): -15526790 or 8000531. OLE color: 8000531.
HSL color Cylindrical-coordinate representation of color #13147A: hue angle of 239.42º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13147A is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 20 | 122 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.52 |
| HSL | 239.42º | 0.73% | 0.28% | - |
| HSV(B) | 239.42º | 0.84% | 0.48% | - |
| XYZ | 4.03 | 2.04 | 18.59 | - |
| YUV | 31.33 | 179.17 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 122 | 0.84 | 0.84 | 0 | 0.52 | 239.42 | 0.73 | 0.28 |
| Hex | 13 | 14 | 7A | 54 | 54 | 0 | 34 | EF | 49 | 1C |
| Octal | 23 | 24 | 172 | 124 | 124 | 0 | 64 | 357 | 111 | 34 |
| Binary | 10011 | 10100 | 1111010 | 1010100 | 1010100 | 0 | 110100 | 11101111 | 1001001 | 11100 |
Color Harmonies of #13147A
Complementary color
Monochromatic Colors of #13147A
Black with #13147A
Text Example
Text Example
White with #13147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13147A; }
p { color: rgb(19,20,122); }
H1.HeaderClassName
{
color: #13147A;
}
.AnyTagClassName
{
color: #13147A;
}
</style>
background-color css
<style>
a { background-color: #13147A; }
a { background-color: rgb(19,20,122); }
div.DivClassName
{
background-color: #13147A;
}
.BgClassName
{
background-color: #13147A;
}
</style>
border-color css
<style>
span { border-color: #13147A; }
span { border-color: rgb(19,20,122); }
td.TdClassName
{
border-color: #13147A;
}
.TagClassName
{
border-color: #13147A;
}
</style>