Shades of Midnight Blue #190365
Tints of Midnight Blue #190365
RGB
CMYK
RGB Variations
Color information
#190365 (or 0x190365) is known color: Midnight Blue. HEX triplet: 19, 03 and 65. RGB value is (25,3,101). Sum of RGB (Red+Green+Blue) = 25+3+101=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 101 (39.84% from 255 or 78.29% from 129); Max value from RGB is 101 - color contains mainly: blue. Hex color #190365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190365 is #E6FC9A. Grayscale: #141414. Windows color (decimal): -15137947 or 6619929. OLE color: 6619929.
HSL color Cylindrical-coordinate representation of color #190365: hue angle of 253.47º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #190365 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 3 | 101 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.60 |
| HSL | 253.47º | 0.94% | 0.2% | - |
| HSV(B) | 253.47º | 0.97% | 0.4% | - |
| XYZ | 2.78 | 1.21 | 12.4 | - |
| YUV | 20.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 101 | 0.75 | 0.97 | 0 | 0.60 | 253.47 | 0.94 | 0.2 |
| Hex | 19 | 3 | 65 | 4B | 61 | 0 | 3C | FD | 5E | 14 |
| Octal | 31 | 3 | 145 | 113 | 141 | 0 | 74 | 375 | 136 | 24 |
| Binary | 11001 | 11 | 1100101 | 1001011 | 1100001 | 0 | 111100 | 11111101 | 1011110 | 10100 |
Color Harmonies of #190365
Complementary color
Monochromatic Colors of #190365
Black with #190365
Text Example
Text Example
White with #190365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190365; }
p { color: rgb(25,3,101); }
H1.HeaderClassName
{
color: #190365;
}
.AnyTagClassName
{
color: #190365;
}
</style>
background-color css
<style>
a { background-color: #190365; }
a { background-color: rgb(25,3,101); }
div.DivClassName
{
background-color: #190365;
}
.BgClassName
{
background-color: #190365;
}
</style>
border-color css
<style>
span { border-color: #190365; }
span { border-color: rgb(25,3,101); }
td.TdClassName
{
border-color: #190365;
}
.TagClassName
{
border-color: #190365;
}
</style>