Shades of Midnight Blue #121C6A
Tints of Midnight Blue #121C6A
RGB
CMYK
RGB Variations
Color information
#121C6A (or 0x121C6A) is known color: Midnight Blue. HEX triplet: 12, 1C and 6A. RGB value is (18,28,106). Sum of RGB (Red+Green+Blue) = 18+28+106=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 106 (41.80% from 255 or 69.74% from 152); Max value from RGB is 106 - color contains mainly: blue. Hex color #121C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C6A is #EDE395. Grayscale: #212121. Windows color (decimal): -15590294 or 6954002. OLE color: 6954002.
HSL color Cylindrical-coordinate representation of color #121C6A: hue angle of 233.18º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121C6A is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 28 | 106 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.58 |
| HSL | 233.18º | 0.71% | 0.24% | - |
| HSV(B) | 233.18º | 0.83% | 0.42% | - |
| XYZ | 3.27 | 2 | 13.85 | - |
| YUV | 33.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 106 | 0.83 | 0.74 | 0 | 0.58 | 233.18 | 0.71 | 0.24 |
| Hex | 12 | 1C | 6A | 53 | 4A | 0 | 3A | E9 | 47 | 18 |
| Octal | 22 | 34 | 152 | 123 | 112 | 0 | 72 | 351 | 107 | 30 |
| Binary | 10010 | 11100 | 1101010 | 1010011 | 1001010 | 0 | 111010 | 11101001 | 1000111 | 11000 |
Color Harmonies of #121C6A
Complementary color
Monochromatic Colors of #121C6A
Black with #121C6A
Text Example
Text Example
White with #121C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C6A; }
p { color: rgb(18,28,106); }
H1.HeaderClassName
{
color: #121C6A;
}
.AnyTagClassName
{
color: #121C6A;
}
</style>
background-color css
<style>
a { background-color: #121C6A; }
a { background-color: rgb(18,28,106); }
div.DivClassName
{
background-color: #121C6A;
}
.BgClassName
{
background-color: #121C6A;
}
</style>
border-color css
<style>
span { border-color: #121C6A; }
span { border-color: rgb(18,28,106); }
td.TdClassName
{
border-color: #121C6A;
}
.TagClassName
{
border-color: #121C6A;
}
</style>