Shades of Midnight Blue #19035B
Tints of Midnight Blue #19035B
RGB
CMYK
RGB Variations
Color information
#19035B (or 0x19035B) is known color: Midnight Blue. HEX triplet: 19, 03 and 5B. RGB value is (25,3,91). Sum of RGB (Red+Green+Blue) = 25+3+91=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 91 (35.94% from 255 or 76.47% from 119); Max value from RGB is 91 - color contains mainly: blue. Hex color #19035B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19035B is #E6FCA4. Grayscale: #131313. Windows color (decimal): -15137957 or 5964569. OLE color: 5964569.
HSL color Cylindrical-coordinate representation of color #19035B: hue angle of 255º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19035B is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 3 | 91 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.64 |
| HSL | 255º | 0.94% | 0.18% | - |
| HSV(B) | 255º | 0.97% | 0.36% | - |
| XYZ | 2.32 | 1.03 | 9.97 | - |
| YUV | 19.61 | 168.29 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 91 | 0.73 | 0.97 | 0 | 0.64 | 255 | 0.94 | 0.18 |
| Hex | 19 | 3 | 5B | 49 | 61 | 0 | 40 | FF | 5E | 12 |
| Octal | 31 | 3 | 133 | 111 | 141 | 0 | 100 | 377 | 136 | 22 |
| Binary | 11001 | 11 | 1011011 | 1001001 | 1100001 | 0 | 1000000 | 11111111 | 1011110 | 10010 |
Color Harmonies of #19035B
Complementary color
Monochromatic Colors of #19035B
Black with #19035B
Text Example
Text Example
White with #19035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19035B; }
p { color: rgb(25,3,91); }
H1.HeaderClassName
{
color: #19035B;
}
.AnyTagClassName
{
color: #19035B;
}
</style>
background-color css
<style>
a { background-color: #19035B; }
a { background-color: rgb(25,3,91); }
div.DivClassName
{
background-color: #19035B;
}
.BgClassName
{
background-color: #19035B;
}
</style>
border-color css
<style>
span { border-color: #19035B; }
span { border-color: rgb(25,3,91); }
td.TdClassName
{
border-color: #19035B;
}
.TagClassName
{
border-color: #19035B;
}
</style>