Shades of Midnight Blue #121C65
Tints of Midnight Blue #121C65
RGB
CMYK
RGB Variations
Color information
#121C65 (or 0x121C65) is known color: Midnight Blue. HEX triplet: 12, 1C and 65. RGB value is (18,28,101). Sum of RGB (Red+Green+Blue) = 18+28+101=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 101 (39.84% from 255 or 68.71% from 147); Max value from RGB is 101 - color contains mainly: blue. Hex color #121C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C65 is #EDE39A. Grayscale: #212121. Windows color (decimal): -15590299 or 6626322. OLE color: 6626322.
HSL color Cylindrical-coordinate representation of color #121C65: hue angle of 232.77º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121C65 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 28 | 101 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.60 |
| HSL | 232.77º | 0.7% | 0.23% | - |
| HSV(B) | 232.77º | 0.82% | 0.4% | - |
| XYZ | 3.01 | 1.9 | 12.52 | - |
| YUV | 33.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 101 | 0.82 | 0.72 | 0 | 0.60 | 232.77 | 0.7 | 0.23 |
| Hex | 12 | 1C | 65 | 52 | 48 | 0 | 3C | E9 | 46 | 17 |
| Octal | 22 | 34 | 145 | 122 | 110 | 0 | 74 | 351 | 106 | 27 |
| Binary | 10010 | 11100 | 1100101 | 1010010 | 1001000 | 0 | 111100 | 11101001 | 1000110 | 10111 |
Color Harmonies of #121C65
Complementary color
Monochromatic Colors of #121C65
Black with #121C65
Text Example
Text Example
White with #121C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C65; }
p { color: rgb(18,28,101); }
H1.HeaderClassName
{
color: #121C65;
}
.AnyTagClassName
{
color: #121C65;
}
</style>
background-color css
<style>
a { background-color: #121C65; }
a { background-color: rgb(18,28,101); }
div.DivClassName
{
background-color: #121C65;
}
.BgClassName
{
background-color: #121C65;
}
</style>
border-color css
<style>
span { border-color: #121C65; }
span { border-color: rgb(18,28,101); }
td.TdClassName
{
border-color: #121C65;
}
.TagClassName
{
border-color: #121C65;
}
</style>