Shades of Midnight Blue #12155C
Tints of Midnight Blue #12155C
RGB
CMYK
RGB Variations
Color information
#12155C (or 0x12155C) is known color: Midnight Blue. HEX triplet: 12, 15 and 5C. RGB value is (18,21,92). Sum of RGB (Red+Green+Blue) = 18+21+92=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 92 (36.33% from 255 or 70.23% from 131); Max value from RGB is 92 - color contains mainly: blue. Hex color #12155C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12155C is #EDEAA3. Grayscale: #1B1B1B. Windows color (decimal): -15592100 or 6034706. OLE color: 6034706.
HSL color Cylindrical-coordinate representation of color #12155C: hue angle of 237.57º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12155C is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 21 | 92 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.64 |
| HSL | 237.57º | 0.67% | 0.22% | - |
| HSV(B) | 237.57º | 0.8% | 0.36% | - |
| XYZ | 2.45 | 1.44 | 10.27 | - |
| YUV | 28.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 92 | 0.80 | 0.77 | 0 | 0.64 | 237.57 | 0.67 | 0.22 |
| Hex | 12 | 15 | 5C | 50 | 4D | 0 | 40 | EE | 43 | 16 |
| Octal | 22 | 25 | 134 | 120 | 115 | 0 | 100 | 356 | 103 | 26 |
| Binary | 10010 | 10101 | 1011100 | 1010000 | 1001101 | 0 | 1000000 | 11101110 | 1000011 | 10110 |
Color Harmonies of #12155C
Complementary color
Monochromatic Colors of #12155C
Black with #12155C
Text Example
Text Example
White with #12155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12155C; }
p { color: rgb(18,21,92); }
H1.HeaderClassName
{
color: #12155C;
}
.AnyTagClassName
{
color: #12155C;
}
</style>
background-color css
<style>
a { background-color: #12155C; }
a { background-color: rgb(18,21,92); }
div.DivClassName
{
background-color: #12155C;
}
.BgClassName
{
background-color: #12155C;
}
</style>
border-color css
<style>
span { border-color: #12155C; }
span { border-color: rgb(18,21,92); }
td.TdClassName
{
border-color: #12155C;
}
.TagClassName
{
border-color: #12155C;
}
</style>