Shades of Midnight Blue #19266C
Tints of Midnight Blue #19266C
RGB
CMYK
RGB Variations
Color information
#19266C (or 0x19266C) is known color: Midnight Blue. HEX triplet: 19, 26 and 6C. RGB value is (25,38,108). Sum of RGB (Red+Green+Blue) = 25+38+108=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #19266C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19266C is #E6D993. Grayscale: #292929. Windows color (decimal): -15128980 or 7087641. OLE color: 7087641.
HSL color Cylindrical-coordinate representation of color #19266C: hue angle of 230.6º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19266C is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 38 | 108 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.58 |
| HSL | 230.6º | 0.62% | 0.26% | - |
| HSV(B) | 230.6º | 0.77% | 0.42% | - |
| XYZ | 3.8 | 2.68 | 14.5 | - |
| YUV | 42.09 | 165.19 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 108 | 0.77 | 0.65 | 0 | 0.58 | 230.6 | 0.62 | 0.26 |
| Hex | 19 | 26 | 6C | 4D | 41 | 0 | 3A | E7 | 3E | 1A |
| Octal | 31 | 46 | 154 | 115 | 101 | 0 | 72 | 347 | 76 | 32 |
| Binary | 11001 | 100110 | 1101100 | 1001101 | 1000001 | 0 | 111010 | 11100111 | 111110 | 11010 |
Color Harmonies of #19266C
Complementary color
Monochromatic Colors of #19266C
Black with #19266C
Text Example
Text Example
White with #19266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19266C; }
p { color: rgb(25,38,108); }
H1.HeaderClassName
{
color: #19266C;
}
.AnyTagClassName
{
color: #19266C;
}
</style>
background-color css
<style>
a { background-color: #19266C; }
a { background-color: rgb(25,38,108); }
div.DivClassName
{
background-color: #19266C;
}
.BgClassName
{
background-color: #19266C;
}
</style>
border-color css
<style>
span { border-color: #19266C; }
span { border-color: rgb(25,38,108); }
td.TdClassName
{
border-color: #19266C;
}
.TagClassName
{
border-color: #19266C;
}
</style>