Shades of Midnight Blue #190274
Tints of Midnight Blue #190274
RGB
CMYK
RGB Variations
Color information
#190274 (or 0x190274) is known color: Midnight Blue. HEX triplet: 19, 02 and 74. RGB value is (25,2,116). Sum of RGB (Red+Green+Blue) = 25+2+116=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 116 (45.70% from 255 or 81.12% from 143); Max value from RGB is 116 - color contains mainly: blue. Hex color #190274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190274 is #E6FD8B. Grayscale: #151515. Windows color (decimal): -15138188 or 7602713. OLE color: 7602713.
HSL color Cylindrical-coordinate representation of color #190274: hue angle of 252.11º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190274 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 2 | 116 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.55 |
| HSL | 252.11º | 0.97% | 0.23% | - |
| HSV(B) | 252.11º | 0.98% | 0.45% | - |
| XYZ | 3.57 | 1.51 | 16.63 | - |
| YUV | 21.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 116 | 0.78 | 0.98 | 0 | 0.55 | 252.11 | 0.97 | 0.23 |
| Hex | 19 | 2 | 74 | 4E | 62 | 0 | 37 | FC | 61 | 17 |
| Octal | 31 | 2 | 164 | 116 | 142 | 0 | 67 | 374 | 141 | 27 |
| Binary | 11001 | 10 | 1110100 | 1001110 | 1100010 | 0 | 110111 | 11111100 | 1100001 | 10111 |
Color Harmonies of #190274
Complementary color
Monochromatic Colors of #190274
Black with #190274
Text Example
Text Example
White with #190274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190274; }
p { color: rgb(25,2,116); }
H1.HeaderClassName
{
color: #190274;
}
.AnyTagClassName
{
color: #190274;
}
</style>
background-color css
<style>
a { background-color: #190274; }
a { background-color: rgb(25,2,116); }
div.DivClassName
{
background-color: #190274;
}
.BgClassName
{
background-color: #190274;
}
</style>
border-color css
<style>
span { border-color: #190274; }
span { border-color: rgb(25,2,116); }
td.TdClassName
{
border-color: #190274;
}
.TagClassName
{
border-color: #190274;
}
</style>