Shades of Midnight Blue #19248B
Tints of Midnight Blue #19248B
RGB
CMYK
RGB Variations
Color information
#19248B (or 0x19248B) is known color: Midnight Blue. HEX triplet: 19, 24 and 8B. RGB value is (25,36,139). Sum of RGB (Red+Green+Blue) = 25+36+139=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #19248B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19248B is #E6DB74. Grayscale: #2C2C2C. Windows color (decimal): -15129461 or 9118745. OLE color: 9118745.
HSL color Cylindrical-coordinate representation of color #19248B: hue angle of 234.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19248B is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 36 | 139 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.45 |
| HSL | 234.21º | 0.7% | 0.32% | - |
| HSV(B) | 234.21º | 0.82% | 0.55% | - |
| XYZ | 5.69 | 3.33 | 24.77 | - |
| YUV | 44.45 | 181.36 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 139 | 0.82 | 0.74 | 0 | 0.45 | 234.21 | 0.7 | 0.32 |
| Hex | 19 | 24 | 8B | 52 | 4A | 0 | 2D | EA | 46 | 20 |
| Octal | 31 | 44 | 213 | 122 | 112 | 0 | 55 | 352 | 106 | 40 |
| Binary | 11001 | 100100 | 10001011 | 1010010 | 1001010 | 0 | 101101 | 11101010 | 1000110 | 100000 |
Color Harmonies of #19248B
Complementary color
Monochromatic Colors of #19248B
Black with #19248B
Text Example
Text Example
White with #19248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19248B; }
p { color: rgb(25,36,139); }
H1.HeaderClassName
{
color: #19248B;
}
.AnyTagClassName
{
color: #19248B;
}
</style>
background-color css
<style>
a { background-color: #19248B; }
a { background-color: rgb(25,36,139); }
div.DivClassName
{
background-color: #19248B;
}
.BgClassName
{
background-color: #19248B;
}
</style>
border-color css
<style>
span { border-color: #19248B; }
span { border-color: rgb(25,36,139); }
td.TdClassName
{
border-color: #19248B;
}
.TagClassName
{
border-color: #19248B;
}
</style>