Shades of Midnight Blue #190065
Tints of Midnight Blue #190065
RGB
CMYK
RGB Variations
Color information
#190065 (or 0x190065) is known color: Midnight Blue. HEX triplet: 19, 00 and 65. RGB value is (25,0,101). Sum of RGB (Red+Green+Blue) = 25+0+101=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 101 (39.84% from 255 or 80.16% from 126); Max value from RGB is 101 - color contains mainly: blue. Hex color #190065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190065 is #E6FF9A. Grayscale: #121212. Windows color (decimal): -15138715 or 6619161. OLE color: 6619161.
HSL color Cylindrical-coordinate representation of color #190065: hue angle of 254.85º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190065 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 0 | 101 | - |
| CMYK | 0.75 | 1 | 0 | 0.60 |
| HSL | 254.85º | 1% | 0.2% | - |
| HSV(B) | 254.85º | 1% | 0.4% | - |
| XYZ | 2.75 | 1.15 | 12.39 | - |
| YUV | 18.99 | 174.28 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 101 | 0.75 | 1 | 0 | 0.60 | 254.85 | 1 | 0.2 |
| Hex | 19 | 0 | 65 | 4B | 64 | 0 | 3C | FF | 64 | 14 |
| Octal | 31 | 0 | 145 | 113 | 144 | 0 | 74 | 377 | 144 | 24 |
| Binary | 11001 | 0 | 1100101 | 1001011 | 1100100 | 0 | 111100 | 11111111 | 1100100 | 10100 |
Color Harmonies of #190065
Complementary color
Monochromatic Colors of #190065
Black with #190065
Text Example
Text Example
White with #190065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190065; }
p { color: rgb(25,0,101); }
H1.HeaderClassName
{
color: #190065;
}
.AnyTagClassName
{
color: #190065;
}
</style>
background-color css
<style>
a { background-color: #190065; }
a { background-color: rgb(25,0,101); }
div.DivClassName
{
background-color: #190065;
}
.BgClassName
{
background-color: #190065;
}
</style>
border-color css
<style>
span { border-color: #190065; }
span { border-color: rgb(25,0,101); }
td.TdClassName
{
border-color: #190065;
}
.TagClassName
{
border-color: #190065;
}
</style>