Shades of Midnight Blue #19085C
Tints of Midnight Blue #19085C
RGB
CMYK
RGB Variations
Color information
#19085C (or 0x19085C) is known color: Midnight Blue. HEX triplet: 19, 08 and 5C. RGB value is (25,8,92). Sum of RGB (Red+Green+Blue) = 25+8+92=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 92 (36.33% from 255 or 73.6% from 125); Max value from RGB is 92 - color contains mainly: blue. Hex color #19085C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19085C is #E6F7A3. Grayscale: #161616. Windows color (decimal): -15136676 or 6031385. OLE color: 6031385.
HSL color Cylindrical-coordinate representation of color #19085C: hue angle of 252.14º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19085C is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 8 | 92 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.64 |
| HSL | 252.14º | 0.84% | 0.2% | - |
| HSV(B) | 252.14º | 0.91% | 0.36% | - |
| XYZ | 2.42 | 1.15 | 10.22 | - |
| YUV | 22.66 | 167.13 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 92 | 0.73 | 0.91 | 0 | 0.64 | 252.14 | 0.84 | 0.2 |
| Hex | 19 | 8 | 5C | 49 | 5B | 0 | 40 | FC | 54 | 14 |
| Octal | 31 | 10 | 134 | 111 | 133 | 0 | 100 | 374 | 124 | 24 |
| Binary | 11001 | 1000 | 1011100 | 1001001 | 1011011 | 0 | 1000000 | 11111100 | 1010100 | 10100 |
Color Harmonies of #19085C
Complementary color
Monochromatic Colors of #19085C
Black with #19085C
Text Example
Text Example
White with #19085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19085C; }
p { color: rgb(25,8,92); }
H1.HeaderClassName
{
color: #19085C;
}
.AnyTagClassName
{
color: #19085C;
}
</style>
background-color css
<style>
a { background-color: #19085C; }
a { background-color: rgb(25,8,92); }
div.DivClassName
{
background-color: #19085C;
}
.BgClassName
{
background-color: #19085C;
}
</style>
border-color css
<style>
span { border-color: #19085C; }
span { border-color: rgb(25,8,92); }
td.TdClassName
{
border-color: #19085C;
}
.TagClassName
{
border-color: #19085C;
}
</style>