Shades of Midnight Blue #18105E
Tints of Midnight Blue #18105E
RGB
CMYK
RGB Variations
Color information
#18105E (or 0x18105E) is known color: Midnight Blue. HEX triplet: 18, 10 and 5E. RGB value is (24,16,94). Sum of RGB (Red+Green+Blue) = 24+16+94=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 94 (37.11% from 255 or 70.15% from 134); Max value from RGB is 94 - color contains mainly: blue. Hex color #18105E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18105E is #E7EFA1. Grayscale: #1A1A1A. Windows color (decimal): -15200162 or 6164504. OLE color: 6164504.
HSL color Cylindrical-coordinate representation of color #18105E: hue angle of 246.15º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18105E is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 16 | 94 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.63 |
| HSL | 246.15º | 0.71% | 0.22% | - |
| HSV(B) | 246.15º | 0.83% | 0.37% | - |
| XYZ | 2.58 | 1.37 | 10.72 | - |
| YUV | 27.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 94 | 0.74 | 0.83 | 0 | 0.63 | 246.15 | 0.71 | 0.22 |
| Hex | 18 | 10 | 5E | 4A | 53 | 0 | 3F | F6 | 47 | 16 |
| Octal | 30 | 20 | 136 | 112 | 123 | 0 | 77 | 366 | 107 | 26 |
| Binary | 11000 | 10000 | 1011110 | 1001010 | 1010011 | 0 | 111111 | 11110110 | 1000111 | 10110 |
Color Harmonies of #18105E
Complementary color
Monochromatic Colors of #18105E
Black with #18105E
Text Example
Text Example
White with #18105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18105E; }
p { color: rgb(24,16,94); }
H1.HeaderClassName
{
color: #18105E;
}
.AnyTagClassName
{
color: #18105E;
}
</style>
background-color css
<style>
a { background-color: #18105E; }
a { background-color: rgb(24,16,94); }
div.DivClassName
{
background-color: #18105E;
}
.BgClassName
{
background-color: #18105E;
}
</style>
border-color css
<style>
span { border-color: #18105E; }
span { border-color: rgb(24,16,94); }
td.TdClassName
{
border-color: #18105E;
}
.TagClassName
{
border-color: #18105E;
}
</style>