Shades of Midnight Blue #19125C
Tints of Midnight Blue #19125C
RGB
CMYK
RGB Variations
Color information
#19125C (or 0x19125C) is known color: Midnight Blue. HEX triplet: 19, 12 and 5C. RGB value is (25,18,92). Sum of RGB (Red+Green+Blue) = 25+18+92=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #19125C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19125C is #E6EDA3. Grayscale: #1C1C1C. Windows color (decimal): -15134116 or 6033945. OLE color: 6033945.
HSL color Cylindrical-coordinate representation of color #19125C: hue angle of 245.68º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19125C is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 18 | 92 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.64 |
| HSL | 245.68º | 0.67% | 0.22% | - |
| HSV(B) | 245.68º | 0.8% | 0.36% | - |
| XYZ | 2.55 | 1.41 | 10.26 | - |
| YUV | 28.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 92 | 0.73 | 0.80 | 0 | 0.64 | 245.68 | 0.67 | 0.22 |
| Hex | 19 | 12 | 5C | 49 | 50 | 0 | 40 | F6 | 43 | 16 |
| Octal | 31 | 22 | 134 | 111 | 120 | 0 | 100 | 366 | 103 | 26 |
| Binary | 11001 | 10010 | 1011100 | 1001001 | 1010000 | 0 | 1000000 | 11110110 | 1000011 | 10110 |
Color Harmonies of #19125C
Complementary color
Monochromatic Colors of #19125C
Black with #19125C
Text Example
Text Example
White with #19125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19125C; }
p { color: rgb(25,18,92); }
H1.HeaderClassName
{
color: #19125C;
}
.AnyTagClassName
{
color: #19125C;
}
</style>
background-color css
<style>
a { background-color: #19125C; }
a { background-color: rgb(25,18,92); }
div.DivClassName
{
background-color: #19125C;
}
.BgClassName
{
background-color: #19125C;
}
</style>
border-color css
<style>
span { border-color: #19125C; }
span { border-color: rgb(25,18,92); }
td.TdClassName
{
border-color: #19125C;
}
.TagClassName
{
border-color: #19125C;
}
</style>