Shades of Midnight Blue #18196F
Tints of Midnight Blue #18196F
RGB
CMYK
RGB Variations
Color information
#18196F (or 0x18196F) is known color: Midnight Blue. HEX triplet: 18, 19 and 6F. RGB value is (24,25,111). Sum of RGB (Red+Green+Blue) = 24+25+111=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 111 (43.75% from 255 or 69.38% from 160); Max value from RGB is 111 - color contains mainly: blue. Hex color #18196F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18196F is #E7E690. Grayscale: #222222. Windows color (decimal): -15197841 or 7280920. OLE color: 7280920.
HSL color Cylindrical-coordinate representation of color #18196F: hue angle of 239.31º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18196F is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 25 | 111 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.56 |
| HSL | 239.31º | 0.64% | 0.26% | - |
| HSV(B) | 239.31º | 0.78% | 0.44% | - |
| XYZ | 3.59 | 2.04 | 15.24 | - |
| YUV | 34.51 | 171.17 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 111 | 0.78 | 0.77 | 0 | 0.56 | 239.31 | 0.64 | 0.26 |
| Hex | 18 | 19 | 6F | 4E | 4D | 0 | 38 | EF | 40 | 1A |
| Octal | 30 | 31 | 157 | 116 | 115 | 0 | 70 | 357 | 100 | 32 |
| Binary | 11000 | 11001 | 1101111 | 1001110 | 1001101 | 0 | 111000 | 11101111 | 1000000 | 11010 |
Color Harmonies of #18196F
Complementary color
Monochromatic Colors of #18196F
Black with #18196F
Text Example
Text Example
White with #18196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18196F; }
p { color: rgb(24,25,111); }
H1.HeaderClassName
{
color: #18196F;
}
.AnyTagClassName
{
color: #18196F;
}
</style>
background-color css
<style>
a { background-color: #18196F; }
a { background-color: rgb(24,25,111); }
div.DivClassName
{
background-color: #18196F;
}
.BgClassName
{
background-color: #18196F;
}
</style>
border-color css
<style>
span { border-color: #18196F; }
span { border-color: rgb(24,25,111); }
td.TdClassName
{
border-color: #18196F;
}
.TagClassName
{
border-color: #18196F;
}
</style>