Shades of Midnight Blue #190B73
Tints of Midnight Blue #190B73
RGB
CMYK
RGB Variations
Color information
#190B73 (or 0x190B73) is known color: Midnight Blue. HEX triplet: 19, 0B and 73. RGB value is (25,11,115). Sum of RGB (Red+Green+Blue) = 25+11+115=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 115 (45.31% from 255 or 76.16% from 151); Max value from RGB is 115 - color contains mainly: blue. Hex color #190B73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190B73 is #E6F48C. Grayscale: #1A1A1A. Windows color (decimal): -15135885 or 7539481. OLE color: 7539481.
HSL color Cylindrical-coordinate representation of color #190B73: hue angle of 248.08º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #190B73 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 11 | 115 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.55 |
| HSL | 248.08º | 0.83% | 0.25% | - |
| HSV(B) | 248.08º | 0.9% | 0.45% | - |
| XYZ | 3.62 | 1.68 | 16.35 | - |
| YUV | 27.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 115 | 0.78 | 0.90 | 0 | 0.55 | 248.08 | 0.83 | 0.25 |
| Hex | 19 | B | 73 | 4E | 5A | 0 | 37 | F8 | 53 | 19 |
| Octal | 31 | 13 | 163 | 116 | 132 | 0 | 67 | 370 | 123 | 31 |
| Binary | 11001 | 1011 | 1110011 | 1001110 | 1011010 | 0 | 110111 | 11111000 | 1010011 | 11001 |
Color Harmonies of #190B73
Complementary color
Monochromatic Colors of #190B73
Black with #190B73
Text Example
Text Example
White with #190B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B73; }
p { color: rgb(25,11,115); }
H1.HeaderClassName
{
color: #190B73;
}
.AnyTagClassName
{
color: #190B73;
}
</style>
background-color css
<style>
a { background-color: #190B73; }
a { background-color: rgb(25,11,115); }
div.DivClassName
{
background-color: #190B73;
}
.BgClassName
{
background-color: #190B73;
}
</style>
border-color css
<style>
span { border-color: #190B73; }
span { border-color: rgb(25,11,115); }
td.TdClassName
{
border-color: #190B73;
}
.TagClassName
{
border-color: #190B73;
}
</style>