Shades of Midnight Blue #190F6E
Tints of Midnight Blue #190F6E
RGB
CMYK
RGB Variations
Color information
#190F6E (or 0x190F6E) is known color: Midnight Blue. HEX triplet: 19, 0F and 6E. RGB value is (25,15,110). Sum of RGB (Red+Green+Blue) = 25+15+110=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 110 (43.36% from 255 or 73.33% from 150); Max value from RGB is 110 - color contains mainly: blue. Hex color #190F6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190F6E is #E6F091. Grayscale: #1C1C1C. Windows color (decimal): -15134866 or 7212825. OLE color: 7212825.
HSL color Cylindrical-coordinate representation of color #190F6E: hue angle of 246.32º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #190F6E is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 15 | 110 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.57 |
| HSL | 246.32º | 0.76% | 0.25% | - |
| HSV(B) | 246.32º | 0.86% | 0.43% | - |
| XYZ | 3.39 | 1.67 | 14.9 | - |
| YUV | 28.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 110 | 0.77 | 0.86 | 0 | 0.57 | 246.32 | 0.76 | 0.25 |
| Hex | 19 | F | 6E | 4D | 56 | 0 | 39 | F6 | 4C | 19 |
| Octal | 31 | 17 | 156 | 115 | 126 | 0 | 71 | 366 | 114 | 31 |
| Binary | 11001 | 1111 | 1101110 | 1001101 | 1010110 | 0 | 111001 | 11110110 | 1001100 | 11001 |
Color Harmonies of #190F6E
Complementary color
Monochromatic Colors of #190F6E
Black with #190F6E
Text Example
Text Example
White with #190F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F6E; }
p { color: rgb(25,15,110); }
H1.HeaderClassName
{
color: #190F6E;
}
.AnyTagClassName
{
color: #190F6E;
}
</style>
background-color css
<style>
a { background-color: #190F6E; }
a { background-color: rgb(25,15,110); }
div.DivClassName
{
background-color: #190F6E;
}
.BgClassName
{
background-color: #190F6E;
}
</style>
border-color css
<style>
span { border-color: #190F6E; }
span { border-color: rgb(25,15,110); }
td.TdClassName
{
border-color: #190F6E;
}
.TagClassName
{
border-color: #190F6E;
}
</style>