Shades of Midnight Blue #12135C
Tints of Midnight Blue #12135C
RGB
CMYK
RGB Variations
Color information
#12135C (or 0x12135C) is known color: Midnight Blue. HEX triplet: 12, 13 and 5C. RGB value is (18,19,92). Sum of RGB (Red+Green+Blue) = 18+19+92=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #12135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12135C is #EDECA3. Grayscale: #1A1A1A. Windows color (decimal): -15592612 or 6034194. OLE color: 6034194.
HSL color Cylindrical-coordinate representation of color #12135C: hue angle of 239.19º 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 #12135C is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 19 | 92 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.64 |
| HSL | 239.19º | 0.67% | 0.22% | - |
| HSV(B) | 239.19º | 0.8% | 0.36% | - |
| XYZ | 2.41 | 1.37 | 10.26 | - |
| YUV | 27.02 | 164.67 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 92 | 0.80 | 0.79 | 0 | 0.64 | 239.19 | 0.67 | 0.22 |
| Hex | 12 | 13 | 5C | 50 | 4F | 0 | 40 | EF | 43 | 16 |
| Octal | 22 | 23 | 134 | 120 | 117 | 0 | 100 | 357 | 103 | 26 |
| Binary | 10010 | 10011 | 1011100 | 1010000 | 1001111 | 0 | 1000000 | 11101111 | 1000011 | 10110 |
Color Harmonies of #12135C
Complementary color
Monochromatic Colors of #12135C
Black with #12135C
Text Example
Text Example
White with #12135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12135C; }
p { color: rgb(18,19,92); }
H1.HeaderClassName
{
color: #12135C;
}
.AnyTagClassName
{
color: #12135C;
}
</style>
background-color css
<style>
a { background-color: #12135C; }
a { background-color: rgb(18,19,92); }
div.DivClassName
{
background-color: #12135C;
}
.BgClassName
{
background-color: #12135C;
}
</style>
border-color css
<style>
span { border-color: #12135C; }
span { border-color: rgb(18,19,92); }
td.TdClassName
{
border-color: #12135C;
}
.TagClassName
{
border-color: #12135C;
}
</style>