Shades of Midnight Blue #192068
Tints of Midnight Blue #192068
RGB
CMYK
RGB Variations
Color information
#192068 (or 0x192068) is known color: Midnight Blue. HEX triplet: 19, 20 and 68. RGB value is (25,32,104). Sum of RGB (Red+Green+Blue) = 25+32+104=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #192068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192068 is #E6DF97. Grayscale: #252525. Windows color (decimal): -15130520 or 6823961. OLE color: 6823961.
HSL color Cylindrical-coordinate representation of color #192068: hue angle of 234.68º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #192068 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 32 | 104 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.59 |
| HSL | 234.68º | 0.61% | 0.25% | - |
| HSV(B) | 234.68º | 0.76% | 0.41% | - |
| XYZ | 3.42 | 2.24 | 13.35 | - |
| YUV | 38.12 | 165.18 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 104 | 0.76 | 0.69 | 0 | 0.59 | 234.68 | 0.61 | 0.25 |
| Hex | 19 | 20 | 68 | 4C | 45 | 0 | 3B | EB | 3D | 19 |
| Octal | 31 | 40 | 150 | 114 | 105 | 0 | 73 | 353 | 75 | 31 |
| Binary | 11001 | 100000 | 1101000 | 1001100 | 1000101 | 0 | 111011 | 11101011 | 111101 | 11001 |
Color Harmonies of #192068
Complementary color
Monochromatic Colors of #192068
Black with #192068
Text Example
Text Example
White with #192068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192068; }
p { color: rgb(25,32,104); }
H1.HeaderClassName
{
color: #192068;
}
.AnyTagClassName
{
color: #192068;
}
</style>
background-color css
<style>
a { background-color: #192068; }
a { background-color: rgb(25,32,104); }
div.DivClassName
{
background-color: #192068;
}
.BgClassName
{
background-color: #192068;
}
</style>
border-color css
<style>
span { border-color: #192068; }
span { border-color: rgb(25,32,104); }
td.TdClassName
{
border-color: #192068;
}
.TagClassName
{
border-color: #192068;
}
</style>