Shades of Midnight Blue #19146F
Tints of Midnight Blue #19146F
RGB
CMYK
RGB Variations
Color information
#19146F (or 0x19146F) is known color: Midnight Blue. HEX triplet: 19, 14 and 6F. RGB value is (25,20,111). Sum of RGB (Red+Green+Blue) = 25+20+111=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 111 (43.75% from 255 or 71.15% from 156); Max value from RGB is 111 - color contains mainly: blue. Hex color #19146F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19146F is #E6EB90. Grayscale: #1F1F1F. Windows color (decimal): -15133585 or 7279641. OLE color: 7279641.
HSL color Cylindrical-coordinate representation of color #19146F: hue angle of 243.3º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19146F is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 20 | 111 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.56 |
| HSL | 243.3º | 0.69% | 0.26% | - |
| HSV(B) | 243.3º | 0.82% | 0.44% | - |
| XYZ | 3.52 | 1.85 | 15.21 | - |
| YUV | 31.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 111 | 0.77 | 0.82 | 0 | 0.56 | 243.3 | 0.69 | 0.26 |
| Hex | 19 | 14 | 6F | 4D | 52 | 0 | 38 | F3 | 45 | 1A |
| Octal | 31 | 24 | 157 | 115 | 122 | 0 | 70 | 363 | 105 | 32 |
| Binary | 11001 | 10100 | 1101111 | 1001101 | 1010010 | 0 | 111000 | 11110011 | 1000101 | 11010 |
Color Harmonies of #19146F
Complementary color
Monochromatic Colors of #19146F
Black with #19146F
Text Example
Text Example
White with #19146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19146F; }
p { color: rgb(25,20,111); }
H1.HeaderClassName
{
color: #19146F;
}
.AnyTagClassName
{
color: #19146F;
}
</style>
background-color css
<style>
a { background-color: #19146F; }
a { background-color: rgb(25,20,111); }
div.DivClassName
{
background-color: #19146F;
}
.BgClassName
{
background-color: #19146F;
}
</style>
border-color css
<style>
span { border-color: #19146F; }
span { border-color: rgb(25,20,111); }
td.TdClassName
{
border-color: #19146F;
}
.TagClassName
{
border-color: #19146F;
}
</style>