Shades of Midnight Blue #190C68
Tints of Midnight Blue #190C68
RGB
CMYK
RGB Variations
Color information
#190C68 (or 0x190C68) is known color: Midnight Blue. HEX triplet: 19, 0C and 68. RGB value is (25,12,104). Sum of RGB (Red+Green+Blue) = 25+12+104=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #190C68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190C68 is #E6F397. Grayscale: #1A1A1A. Windows color (decimal): -15135640 or 6818841. OLE color: 6818841.
HSL color Cylindrical-coordinate representation of color #190C68: hue angle of 248.48º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #190C68 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 12 | 104 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.59 |
| HSL | 248.48º | 0.79% | 0.23% | - |
| HSV(B) | 248.48º | 0.88% | 0.41% | - |
| XYZ | 3.03 | 1.47 | 13.22 | - |
| YUV | 26.38 | 171.81 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 104 | 0.76 | 0.88 | 0 | 0.59 | 248.48 | 0.79 | 0.23 |
| Hex | 19 | C | 68 | 4C | 58 | 0 | 3B | F8 | 4F | 17 |
| Octal | 31 | 14 | 150 | 114 | 130 | 0 | 73 | 370 | 117 | 27 |
| Binary | 11001 | 1100 | 1101000 | 1001100 | 1011000 | 0 | 111011 | 11111000 | 1001111 | 10111 |
Color Harmonies of #190C68
Complementary color
Monochromatic Colors of #190C68
Black with #190C68
Text Example
Text Example
White with #190C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C68; }
p { color: rgb(25,12,104); }
H1.HeaderClassName
{
color: #190C68;
}
.AnyTagClassName
{
color: #190C68;
}
</style>
background-color css
<style>
a { background-color: #190C68; }
a { background-color: rgb(25,12,104); }
div.DivClassName
{
background-color: #190C68;
}
.BgClassName
{
background-color: #190C68;
}
</style>
border-color css
<style>
span { border-color: #190C68; }
span { border-color: rgb(25,12,104); }
td.TdClassName
{
border-color: #190C68;
}
.TagClassName
{
border-color: #190C68;
}
</style>