Shades of Midnight Blue #190D64
Tints of Midnight Blue #190D64
RGB
CMYK
RGB Variations
Color information
#190D64 (or 0x190D64) is known color: Midnight Blue. HEX triplet: 19, 0D and 64. RGB value is (25,13,100). Sum of RGB (Red+Green+Blue) = 25+13+100=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 100 (39.45% from 255 or 72.46% from 138); Max value from RGB is 100 - color contains mainly: blue. Hex color #190D64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190D64 is #E6F29B. Grayscale: #1A1A1A. Windows color (decimal): -15135388 or 6556953. OLE color: 6556953.
HSL color Cylindrical-coordinate representation of color #190D64: hue angle of 248.28º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #190D64 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 13 | 100 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.61 |
| HSL | 248.28º | 0.77% | 0.22% | - |
| HSV(B) | 248.28º | 0.87% | 0.39% | - |
| XYZ | 2.85 | 1.41 | 12.18 | - |
| YUV | 26.51 | 169.48 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 100 | 0.75 | 0.87 | 0 | 0.61 | 248.28 | 0.77 | 0.22 |
| Hex | 19 | D | 64 | 4B | 57 | 0 | 3D | F8 | 4D | 16 |
| Octal | 31 | 15 | 144 | 113 | 127 | 0 | 75 | 370 | 115 | 26 |
| Binary | 11001 | 1101 | 1100100 | 1001011 | 1010111 | 0 | 111101 | 11111000 | 1001101 | 10110 |
Color Harmonies of #190D64
Complementary color
Monochromatic Colors of #190D64
Black with #190D64
Text Example
Text Example
White with #190D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190D64; }
p { color: rgb(25,13,100); }
H1.HeaderClassName
{
color: #190D64;
}
.AnyTagClassName
{
color: #190D64;
}
</style>
background-color css
<style>
a { background-color: #190D64; }
a { background-color: rgb(25,13,100); }
div.DivClassName
{
background-color: #190D64;
}
.BgClassName
{
background-color: #190D64;
}
</style>
border-color css
<style>
span { border-color: #190D64; }
span { border-color: rgb(25,13,100); }
td.TdClassName
{
border-color: #190D64;
}
.TagClassName
{
border-color: #190D64;
}
</style>