Shades of Midnight Blue #18197F
Tints of Midnight Blue #18197F
RGB
CMYK
RGB Variations
Color information
#18197F (or 0x18197F) is known color: Midnight Blue. HEX triplet: 18, 19 and 7F. RGB value is (24,25,127). Sum of RGB (Red+Green+Blue) = 24+25+127=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 127 (50% from 255 or 72.16% from 176); Max value from RGB is 127 - color contains mainly: blue. Hex color #18197F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18197F is #E7E680. Grayscale: #232323. Windows color (decimal): -15197825 or 8329496. OLE color: 8329496.
HSL color Cylindrical-coordinate representation of color #18197F: hue angle of 239.42º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18197F is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 25 | 127 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.50 |
| HSL | 239.42º | 0.68% | 0.3% | - |
| HSV(B) | 239.42º | 0.81% | 0.5% | - |
| XYZ | 4.56 | 2.42 | 20.31 | - |
| YUV | 36.33 | 179.17 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 127 | 0.81 | 0.80 | 0 | 0.50 | 239.42 | 0.68 | 0.3 |
| Hex | 18 | 19 | 7F | 51 | 50 | 0 | 32 | EF | 44 | 1E |
| Octal | 30 | 31 | 177 | 121 | 120 | 0 | 62 | 357 | 104 | 36 |
| Binary | 11000 | 11001 | 1111111 | 1010001 | 1010000 | 0 | 110010 | 11101111 | 1000100 | 11110 |
Color Harmonies of #18197F
Complementary color
Monochromatic Colors of #18197F
Black with #18197F
Text Example
Text Example
White with #18197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18197F; }
p { color: rgb(24,25,127); }
H1.HeaderClassName
{
color: #18197F;
}
.AnyTagClassName
{
color: #18197F;
}
</style>
background-color css
<style>
a { background-color: #18197F; }
a { background-color: rgb(24,25,127); }
div.DivClassName
{
background-color: #18197F;
}
.BgClassName
{
background-color: #18197F;
}
</style>
border-color css
<style>
span { border-color: #18197F; }
span { border-color: rgb(24,25,127); }
td.TdClassName
{
border-color: #18197F;
}
.TagClassName
{
border-color: #18197F;
}
</style>