Shades of Midnight Blue #121352
Tints of Midnight Blue #121352
RGB
CMYK
RGB Variations
Color information
#121352 (or 0x121352) is known color: Midnight Blue. HEX triplet: 12, 13 and 52. RGB value is (18,19,82). Sum of RGB (Red+Green+Blue) = 18+19+82=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 82 (32.42% from 255 or 68.91% from 119); Max value from RGB is 82 - color contains mainly: blue. Hex color #121352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121352 is #EDECAD. Grayscale: #191919. Windows color (decimal): -15592622 or 5378834. OLE color: 5378834.
HSL color Cylindrical-coordinate representation of color #121352: hue angle of 239.06º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121352 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 19 | 82 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.68 |
| HSL | 239.06º | 0.64% | 0.2% | - |
| HSV(B) | 239.06º | 0.78% | 0.32% | - |
| XYZ | 2.01 | 1.2 | 8.11 | - |
| YUV | 25.88 | 159.67 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 82 | 0.78 | 0.77 | 0 | 0.68 | 239.06 | 0.64 | 0.2 |
| Hex | 12 | 13 | 52 | 4E | 4D | 0 | 44 | EF | 40 | 14 |
| Octal | 22 | 23 | 122 | 116 | 115 | 0 | 104 | 357 | 100 | 24 |
| Binary | 10010 | 10011 | 1010010 | 1001110 | 1001101 | 0 | 1000100 | 11101111 | 1000000 | 10100 |
Color Harmonies of #121352
Complementary color
Monochromatic Colors of #121352
Black with #121352
Text Example
Text Example
White with #121352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121352; }
p { color: rgb(18,19,82); }
H1.HeaderClassName
{
color: #121352;
}
.AnyTagClassName
{
color: #121352;
}
</style>
background-color css
<style>
a { background-color: #121352; }
a { background-color: rgb(18,19,82); }
div.DivClassName
{
background-color: #121352;
}
.BgClassName
{
background-color: #121352;
}
</style>
border-color css
<style>
span { border-color: #121352; }
span { border-color: rgb(18,19,82); }
td.TdClassName
{
border-color: #121352;
}
.TagClassName
{
border-color: #121352;
}
</style>