Shades of Midnight Blue #19065D
Tints of Midnight Blue #19065D
RGB
CMYK
RGB Variations
Color information
#19065D (or 0x19065D) is known color: Midnight Blue. HEX triplet: 19, 06 and 5D. RGB value is (25,6,93). Sum of RGB (Red+Green+Blue) = 25+6+93=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #19065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19065D is #E6F9A2. Grayscale: #151515. Windows color (decimal): -15137187 or 6096409. OLE color: 6096409.
HSL color Cylindrical-coordinate representation of color #19065D: hue angle of 253.1º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19065D is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 6 | 93 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.64 |
| HSL | 253.1º | 0.88% | 0.19% | - |
| HSV(B) | 253.1º | 0.94% | 0.36% | - |
| XYZ | 2.44 | 1.13 | 10.44 | - |
| YUV | 21.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 93 | 0.73 | 0.94 | 0 | 0.64 | 253.1 | 0.88 | 0.19 |
| Hex | 19 | 6 | 5D | 49 | 5E | 0 | 40 | FD | 58 | 13 |
| Octal | 31 | 6 | 135 | 111 | 136 | 0 | 100 | 375 | 130 | 23 |
| Binary | 11001 | 110 | 1011101 | 1001001 | 1011110 | 0 | 1000000 | 11111101 | 1011000 | 10011 |
Color Harmonies of #19065D
Complementary color
Monochromatic Colors of #19065D
Black with #19065D
Text Example
Text Example
White with #19065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19065D; }
p { color: rgb(25,6,93); }
H1.HeaderClassName
{
color: #19065D;
}
.AnyTagClassName
{
color: #19065D;
}
</style>
background-color css
<style>
a { background-color: #19065D; }
a { background-color: rgb(25,6,93); }
div.DivClassName
{
background-color: #19065D;
}
.BgClassName
{
background-color: #19065D;
}
</style>
border-color css
<style>
span { border-color: #19065D; }
span { border-color: rgb(25,6,93); }
td.TdClassName
{
border-color: #19065D;
}
.TagClassName
{
border-color: #19065D;
}
</style>