Shades of Midnight Blue #18205B
Tints of Midnight Blue #18205B
RGB
CMYK
RGB Variations
Color information
#18205B (or 0x18205B) is known color: Midnight Blue. HEX triplet: 18, 20 and 5B. RGB value is (24,32,91). Sum of RGB (Red+Green+Blue) = 24+32+91=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #18205B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18205B is #E7DFA4. Grayscale: #242424. Windows color (decimal): -15196069 or 5971992. OLE color: 5971992.
HSL color Cylindrical-coordinate representation of color #18205B: hue angle of 232.84º degrees, saturation: 0.58, 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 #18205B is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 32 | 91 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.64 |
| HSL | 232.84º | 0.58% | 0.23% | - |
| HSV(B) | 232.84º | 0.74% | 0.36% | - |
| XYZ | 2.78 | 1.98 | 10.13 | - |
| YUV | 36.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 91 | 0.74 | 0.65 | 0 | 0.64 | 232.84 | 0.58 | 0.23 |
| Hex | 18 | 20 | 5B | 4A | 41 | 0 | 40 | E9 | 3A | 17 |
| Octal | 30 | 40 | 133 | 112 | 101 | 0 | 100 | 351 | 72 | 27 |
| Binary | 11000 | 100000 | 1011011 | 1001010 | 1000001 | 0 | 1000000 | 11101001 | 111010 | 10111 |
Color Harmonies of #18205B
Complementary color
Monochromatic Colors of #18205B
Black with #18205B
Text Example
Text Example
White with #18205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18205B; }
p { color: rgb(24,32,91); }
H1.HeaderClassName
{
color: #18205B;
}
.AnyTagClassName
{
color: #18205B;
}
</style>
background-color css
<style>
a { background-color: #18205B; }
a { background-color: rgb(24,32,91); }
div.DivClassName
{
background-color: #18205B;
}
.BgClassName
{
background-color: #18205B;
}
</style>
border-color css
<style>
span { border-color: #18205B; }
span { border-color: rgb(24,32,91); }
td.TdClassName
{
border-color: #18205B;
}
.TagClassName
{
border-color: #18205B;
}
</style>