Shades of Midnight Blue #18205C
Tints of Midnight Blue #18205C
RGB
CMYK
RGB Variations
Color information
#18205C (or 0x18205C) is known color: Midnight Blue. HEX triplet: 18, 20 and 5C. RGB value is (24,32,92). Sum of RGB (Red+Green+Blue) = 24+32+92=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #18205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18205C is #E7DFA3. Grayscale: #242424. Windows color (decimal): -15196068 or 6037528. OLE color: 6037528.
HSL color Cylindrical-coordinate representation of color #18205C: hue angle of 232.94º 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 #18205C is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 32 | 92 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.64 |
| HSL | 232.94º | 0.59% | 0.23% | - |
| HSV(B) | 232.94º | 0.74% | 0.36% | - |
| XYZ | 2.82 | 2 | 10.36 | - |
| YUV | 36.45 | 159.35 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 92 | 0.74 | 0.65 | 0 | 0.64 | 232.94 | 0.59 | 0.23 |
| Hex | 18 | 20 | 5C | 4A | 41 | 0 | 40 | E9 | 3B | 17 |
| Octal | 30 | 40 | 134 | 112 | 101 | 0 | 100 | 351 | 73 | 27 |
| Binary | 11000 | 100000 | 1011100 | 1001010 | 1000001 | 0 | 1000000 | 11101001 | 111011 | 10111 |
Color Harmonies of #18205C
Complementary color
Monochromatic Colors of #18205C
Black with #18205C
Text Example
Text Example
White with #18205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18205C; }
p { color: rgb(24,32,92); }
H1.HeaderClassName
{
color: #18205C;
}
.AnyTagClassName
{
color: #18205C;
}
</style>
background-color css
<style>
a { background-color: #18205C; }
a { background-color: rgb(24,32,92); }
div.DivClassName
{
background-color: #18205C;
}
.BgClassName
{
background-color: #18205C;
}
</style>
border-color css
<style>
span { border-color: #18205C; }
span { border-color: rgb(24,32,92); }
td.TdClassName
{
border-color: #18205C;
}
.TagClassName
{
border-color: #18205C;
}
</style>