Shades of Midnight Blue #18215C
Tints of Midnight Blue #18215C
RGB
CMYK
RGB Variations
Color information
#18215C (or 0x18215C) is known color: Midnight Blue. HEX triplet: 18, 21 and 5C. RGB value is (24,33,92). Sum of RGB (Red+Green+Blue) = 24+33+92=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #18215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18215C is #E7DEA3. Grayscale: #242424. Windows color (decimal): -15195812 or 6037784. OLE color: 6037784.
HSL color Cylindrical-coordinate representation of color #18215C: hue angle of 232.06º 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 #18215C is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 33 | 92 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.64 |
| HSL | 232.06º | 0.59% | 0.23% | - |
| HSV(B) | 232.06º | 0.74% | 0.36% | - |
| XYZ | 2.85 | 2.05 | 10.37 | - |
| YUV | 37.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 92 | 0.74 | 0.64 | 0 | 0.64 | 232.06 | 0.59 | 0.23 |
| Hex | 18 | 21 | 5C | 4A | 40 | 0 | 40 | E8 | 3B | 17 |
| Octal | 30 | 41 | 134 | 112 | 100 | 0 | 100 | 350 | 73 | 27 |
| Binary | 11000 | 100001 | 1011100 | 1001010 | 1000000 | 0 | 1000000 | 11101000 | 111011 | 10111 |
Color Harmonies of #18215C
Complementary color
Monochromatic Colors of #18215C
Black with #18215C
Text Example
Text Example
White with #18215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18215C; }
p { color: rgb(24,33,92); }
H1.HeaderClassName
{
color: #18215C;
}
.AnyTagClassName
{
color: #18215C;
}
</style>
background-color css
<style>
a { background-color: #18215C; }
a { background-color: rgb(24,33,92); }
div.DivClassName
{
background-color: #18215C;
}
.BgClassName
{
background-color: #18215C;
}
</style>
border-color css
<style>
span { border-color: #18215C; }
span { border-color: rgb(24,33,92); }
td.TdClassName
{
border-color: #18215C;
}
.TagClassName
{
border-color: #18215C;
}
</style>