Shades of Midnight Blue #18236C
Tints of Midnight Blue #18236C
RGB
CMYK
RGB Variations
Color information
#18236C (or 0x18236C) is known color: Midnight Blue. HEX triplet: 18, 23 and 6C. RGB value is (24,35,108). Sum of RGB (Red+Green+Blue) = 24+35+108=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #18236C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18236C is #E7DC93. Grayscale: #272727. Windows color (decimal): -15195284 or 7086872. OLE color: 7086872.
HSL color Cylindrical-coordinate representation of color #18236C: hue angle of 232.14º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18236C is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 35 | 108 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.58 |
| HSL | 232.14º | 0.64% | 0.26% | - |
| HSV(B) | 232.14º | 0.78% | 0.42% | - |
| XYZ | 3.68 | 2.48 | 14.47 | - |
| YUV | 40.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 108 | 0.78 | 0.68 | 0 | 0.58 | 232.14 | 0.64 | 0.26 |
| Hex | 18 | 23 | 6C | 4E | 44 | 0 | 3A | E8 | 40 | 1A |
| Octal | 30 | 43 | 154 | 116 | 104 | 0 | 72 | 350 | 100 | 32 |
| Binary | 11000 | 100011 | 1101100 | 1001110 | 1000100 | 0 | 111010 | 11101000 | 1000000 | 11010 |
Color Harmonies of #18236C
Complementary color
Monochromatic Colors of #18236C
Black with #18236C
Text Example
Text Example
White with #18236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18236C; }
p { color: rgb(24,35,108); }
H1.HeaderClassName
{
color: #18236C;
}
.AnyTagClassName
{
color: #18236C;
}
</style>
background-color css
<style>
a { background-color: #18236C; }
a { background-color: rgb(24,35,108); }
div.DivClassName
{
background-color: #18236C;
}
.BgClassName
{
background-color: #18236C;
}
</style>
border-color css
<style>
span { border-color: #18236C; }
span { border-color: rgb(24,35,108); }
td.TdClassName
{
border-color: #18236C;
}
.TagClassName
{
border-color: #18236C;
}
</style>