Shades of Midnight Blue #19085B
Tints of Midnight Blue #19085B
RGB
CMYK
RGB Variations
Color information
#19085B (or 0x19085B) is known color: Midnight Blue. HEX triplet: 19, 08 and 5B. RGB value is (25,8,91). Sum of RGB (Red+Green+Blue) = 25+8+91=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #19085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19085B is #E6F7A4. Grayscale: #161616. Windows color (decimal): -15136677 or 5965849. OLE color: 5965849.
HSL color Cylindrical-coordinate representation of color #19085B: hue angle of 252.29º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19085B is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 8 | 91 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.64 |
| HSL | 252.29º | 0.84% | 0.19% | - |
| HSV(B) | 252.29º | 0.91% | 0.36% | - |
| XYZ | 2.38 | 1.14 | 9.99 | - |
| YUV | 22.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 91 | 0.73 | 0.91 | 0 | 0.64 | 252.29 | 0.84 | 0.19 |
| Hex | 19 | 8 | 5B | 49 | 5B | 0 | 40 | FC | 54 | 13 |
| Octal | 31 | 10 | 133 | 111 | 133 | 0 | 100 | 374 | 124 | 23 |
| Binary | 11001 | 1000 | 1011011 | 1001001 | 1011011 | 0 | 1000000 | 11111100 | 1010100 | 10011 |
Color Harmonies of #19085B
Complementary color
Monochromatic Colors of #19085B
Black with #19085B
Text Example
Text Example
White with #19085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19085B; }
p { color: rgb(25,8,91); }
H1.HeaderClassName
{
color: #19085B;
}
.AnyTagClassName
{
color: #19085B;
}
</style>
background-color css
<style>
a { background-color: #19085B; }
a { background-color: rgb(25,8,91); }
div.DivClassName
{
background-color: #19085B;
}
.BgClassName
{
background-color: #19085B;
}
</style>
border-color css
<style>
span { border-color: #19085B; }
span { border-color: rgb(25,8,91); }
td.TdClassName
{
border-color: #19085B;
}
.TagClassName
{
border-color: #19085B;
}
</style>