Shades of Midnight Blue #18205D
Tints of Midnight Blue #18205D
RGB
CMYK
RGB Variations
Color information
#18205D (or 0x18205D) is known color: Midnight Blue. HEX triplet: 18, 20 and 5D. RGB value is (24,32,93). Sum of RGB (Red+Green+Blue) = 24+32+93=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #18205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18205D is #E7DFA2. Grayscale: #242424. Windows color (decimal): -15196067 or 6103064. OLE color: 6103064.
HSL color Cylindrical-coordinate representation of color #18205D: hue angle of 233.04º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18205D is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 32 | 93 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.64 |
| HSL | 233.04º | 0.59% | 0.23% | - |
| HSV(B) | 233.04º | 0.74% | 0.36% | - |
| XYZ | 2.87 | 2.02 | 10.59 | - |
| YUV | 36.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 93 | 0.74 | 0.66 | 0 | 0.64 | 233.04 | 0.59 | 0.23 |
| Hex | 18 | 20 | 5D | 4A | 42 | 0 | 40 | E9 | 3B | 17 |
| Octal | 30 | 40 | 135 | 112 | 102 | 0 | 100 | 351 | 73 | 27 |
| Binary | 11000 | 100000 | 1011101 | 1001010 | 1000010 | 0 | 1000000 | 11101001 | 111011 | 10111 |
Color Harmonies of #18205D
Complementary color
Monochromatic Colors of #18205D
Black with #18205D
Text Example
Text Example
White with #18205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18205D; }
p { color: rgb(24,32,93); }
H1.HeaderClassName
{
color: #18205D;
}
.AnyTagClassName
{
color: #18205D;
}
</style>
background-color css
<style>
a { background-color: #18205D; }
a { background-color: rgb(24,32,93); }
div.DivClassName
{
background-color: #18205D;
}
.BgClassName
{
background-color: #18205D;
}
</style>
border-color css
<style>
span { border-color: #18205D; }
span { border-color: rgb(24,32,93); }
td.TdClassName
{
border-color: #18205D;
}
.TagClassName
{
border-color: #18205D;
}
</style>