Shades of Midnight Blue #19207B
Tints of Midnight Blue #19207B
RGB
CMYK
RGB Variations
Color information
#19207B (or 0x19207B) is known color: Midnight Blue. HEX triplet: 19, 20 and 7B. RGB value is (25,32,123). Sum of RGB (Red+Green+Blue) = 25+32+123=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #19207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19207B is #E6DF84. Grayscale: #272727. Windows color (decimal): -15130501 or 8069145. OLE color: 8069145.
HSL color Cylindrical-coordinate representation of color #19207B: hue angle of 235.71º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19207B is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 32 | 123 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.52 |
| HSL | 235.71º | 0.66% | 0.29% | - |
| HSV(B) | 235.71º | 0.8% | 0.48% | - |
| XYZ | 4.49 | 2.67 | 19.02 | - |
| YUV | 40.28 | 174.68 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 123 | 0.80 | 0.74 | 0 | 0.52 | 235.71 | 0.66 | 0.29 |
| Hex | 19 | 20 | 7B | 50 | 4A | 0 | 34 | EC | 42 | 1D |
| Octal | 31 | 40 | 173 | 120 | 112 | 0 | 64 | 354 | 102 | 35 |
| Binary | 11001 | 100000 | 1111011 | 1010000 | 1001010 | 0 | 110100 | 11101100 | 1000010 | 11101 |
Color Harmonies of #19207B
Complementary color
Monochromatic Colors of #19207B
Black with #19207B
Text Example
Text Example
White with #19207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19207B; }
p { color: rgb(25,32,123); }
H1.HeaderClassName
{
color: #19207B;
}
.AnyTagClassName
{
color: #19207B;
}
</style>
background-color css
<style>
a { background-color: #19207B; }
a { background-color: rgb(25,32,123); }
div.DivClassName
{
background-color: #19207B;
}
.BgClassName
{
background-color: #19207B;
}
</style>
border-color css
<style>
span { border-color: #19207B; }
span { border-color: rgb(25,32,123); }
td.TdClassName
{
border-color: #19207B;
}
.TagClassName
{
border-color: #19207B;
}
</style>