Shades of Midnight Blue #190061
Tints of Midnight Blue #190061
RGB
CMYK
RGB Variations
Color information
#190061 (or 0x190061) is known color: Midnight Blue. HEX triplet: 19, 00 and 61. RGB value is (25,0,97). Sum of RGB (Red+Green+Blue) = 25+0+97=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 97 (38.28% from 255 or 79.51% from 122); Max value from RGB is 97 - color contains mainly: blue. Hex color #190061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190061 is #E6FF9E. Grayscale: #121212. Windows color (decimal): -15138719 or 6357017. OLE color: 6357017.
HSL color Cylindrical-coordinate representation of color #190061: hue angle of 255.46º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190061 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 0 | 97 | - |
| CMYK | 0.74 | 1 | 0 | 0.62 |
| HSL | 255.46º | 1% | 0.19% | - |
| HSV(B) | 255.46º | 1% | 0.38% | - |
| XYZ | 2.56 | 1.07 | 11.38 | - |
| YUV | 18.53 | 172.28 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 97 | 0.74 | 1 | 0 | 0.62 | 255.46 | 1 | 0.19 |
| Hex | 19 | 0 | 61 | 4A | 64 | 0 | 3E | FF | 64 | 13 |
| Octal | 31 | 0 | 141 | 112 | 144 | 0 | 76 | 377 | 144 | 23 |
| Binary | 11001 | 0 | 1100001 | 1001010 | 1100100 | 0 | 111110 | 11111111 | 1100100 | 10011 |
Color Harmonies of #190061
Complementary color
Monochromatic Colors of #190061
Black with #190061
Text Example
Text Example
White with #190061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190061; }
p { color: rgb(25,0,97); }
H1.HeaderClassName
{
color: #190061;
}
.AnyTagClassName
{
color: #190061;
}
</style>
background-color css
<style>
a { background-color: #190061; }
a { background-color: rgb(25,0,97); }
div.DivClassName
{
background-color: #190061;
}
.BgClassName
{
background-color: #190061;
}
</style>
border-color css
<style>
span { border-color: #190061; }
span { border-color: rgb(25,0,97); }
td.TdClassName
{
border-color: #190061;
}
.TagClassName
{
border-color: #190061;
}
</style>