Shades of Midnight Blue #19185C
Tints of Midnight Blue #19185C
RGB
CMYK
RGB Variations
Color information
#19185C (or 0x19185C) is known color: Midnight Blue. HEX triplet: 19, 18 and 5C. RGB value is (25,24,92). Sum of RGB (Red+Green+Blue) = 25+24+92=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #19185C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19185C is #E6E7A3. Grayscale: #1F1F1F. Windows color (decimal): -15132580 or 6035481. OLE color: 6035481.
HSL color Cylindrical-coordinate representation of color #19185C: hue angle of 240.88º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19185C is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 24 | 92 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.64 |
| HSL | 240.88º | 0.59% | 0.23% | - |
| HSV(B) | 240.88º | 0.74% | 0.36% | - |
| XYZ | 2.66 | 1.63 | 10.3 | - |
| YUV | 32.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 92 | 0.73 | 0.74 | 0 | 0.64 | 240.88 | 0.59 | 0.23 |
| Hex | 19 | 18 | 5C | 49 | 4A | 0 | 40 | F1 | 3B | 17 |
| Octal | 31 | 30 | 134 | 111 | 112 | 0 | 100 | 361 | 73 | 27 |
| Binary | 11001 | 11000 | 1011100 | 1001001 | 1001010 | 0 | 1000000 | 11110001 | 111011 | 10111 |
Color Harmonies of #19185C
Complementary color
Monochromatic Colors of #19185C
Black with #19185C
Text Example
Text Example
White with #19185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19185C; }
p { color: rgb(25,24,92); }
H1.HeaderClassName
{
color: #19185C;
}
.AnyTagClassName
{
color: #19185C;
}
</style>
background-color css
<style>
a { background-color: #19185C; }
a { background-color: rgb(25,24,92); }
div.DivClassName
{
background-color: #19185C;
}
.BgClassName
{
background-color: #19185C;
}
</style>
border-color css
<style>
span { border-color: #19185C; }
span { border-color: rgb(25,24,92); }
td.TdClassName
{
border-color: #19185C;
}
.TagClassName
{
border-color: #19185C;
}
</style>