Shades of Midnight Blue #190C6F
Tints of Midnight Blue #190C6F
RGB
CMYK
RGB Variations
Color information
#190C6F (or 0x190C6F) is known color: Midnight Blue. HEX triplet: 19, 0C and 6F. RGB value is (25,12,111). Sum of RGB (Red+Green+Blue) = 25+12+111=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 111 (43.75% from 255 or 75% from 148); Max value from RGB is 111 - color contains mainly: blue. Hex color #190C6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190C6F is #E6F390. Grayscale: #1A1A1A. Windows color (decimal): -15135633 or 7277593. OLE color: 7277593.
HSL color Cylindrical-coordinate representation of color #190C6F: hue angle of 247.88º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #190C6F is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 12 | 111 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.56 |
| HSL | 247.88º | 0.8% | 0.24% | - |
| HSV(B) | 247.88º | 0.89% | 0.44% | - |
| XYZ | 3.4 | 1.62 | 15.17 | - |
| YUV | 27.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 111 | 0.77 | 0.89 | 0 | 0.56 | 247.88 | 0.8 | 0.24 |
| Hex | 19 | C | 6F | 4D | 59 | 0 | 38 | F8 | 50 | 18 |
| Octal | 31 | 14 | 157 | 115 | 131 | 0 | 70 | 370 | 120 | 30 |
| Binary | 11001 | 1100 | 1101111 | 1001101 | 1011001 | 0 | 111000 | 11111000 | 1010000 | 11000 |
Color Harmonies of #190C6F
Complementary color
Monochromatic Colors of #190C6F
Black with #190C6F
Text Example
Text Example
White with #190C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C6F; }
p { color: rgb(25,12,111); }
H1.HeaderClassName
{
color: #190C6F;
}
.AnyTagClassName
{
color: #190C6F;
}
</style>
background-color css
<style>
a { background-color: #190C6F; }
a { background-color: rgb(25,12,111); }
div.DivClassName
{
background-color: #190C6F;
}
.BgClassName
{
background-color: #190C6F;
}
</style>
border-color css
<style>
span { border-color: #190C6F; }
span { border-color: rgb(25,12,111); }
td.TdClassName
{
border-color: #190C6F;
}
.TagClassName
{
border-color: #190C6F;
}
</style>