Shades of Midnight Blue #19085F
Tints of Midnight Blue #19085F
RGB
CMYK
RGB Variations
Color information
#19085F (or 0x19085F) is known color: Midnight Blue. HEX triplet: 19, 08 and 5F. RGB value is (25,8,95). Sum of RGB (Red+Green+Blue) = 25+8+95=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 95 (37.5% from 255 or 74.22% from 128); Max value from RGB is 95 - color contains mainly: blue. Hex color #19085F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19085F is #E6F7A0. Grayscale: #161616. Windows color (decimal): -15136673 or 6227993. OLE color: 6227993.
HSL color Cylindrical-coordinate representation of color #19085F: hue angle of 251.72º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19085F is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 8 | 95 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.63 |
| HSL | 251.72º | 0.84% | 0.2% | - |
| HSV(B) | 251.72º | 0.92% | 0.37% | - |
| XYZ | 2.55 | 1.21 | 10.92 | - |
| YUV | 23 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 95 | 0.74 | 0.92 | 0 | 0.63 | 251.72 | 0.84 | 0.2 |
| Hex | 19 | 8 | 5F | 4A | 5C | 0 | 3F | FC | 54 | 14 |
| Octal | 31 | 10 | 137 | 112 | 134 | 0 | 77 | 374 | 124 | 24 |
| Binary | 11001 | 1000 | 1011111 | 1001010 | 1011100 | 0 | 111111 | 11111100 | 1010100 | 10100 |
Color Harmonies of #19085F
Complementary color
Monochromatic Colors of #19085F
Black with #19085F
Text Example
Text Example
White with #19085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19085F; }
p { color: rgb(25,8,95); }
H1.HeaderClassName
{
color: #19085F;
}
.AnyTagClassName
{
color: #19085F;
}
</style>
background-color css
<style>
a { background-color: #19085F; }
a { background-color: rgb(25,8,95); }
div.DivClassName
{
background-color: #19085F;
}
.BgClassName
{
background-color: #19085F;
}
</style>
border-color css
<style>
span { border-color: #19085F; }
span { border-color: rgb(25,8,95); }
td.TdClassName
{
border-color: #19085F;
}
.TagClassName
{
border-color: #19085F;
}
</style>