Shades of Midnight Blue #121A68
Tints of Midnight Blue #121A68
RGB
CMYK
RGB Variations
Color information
#121A68 (or 0x121A68) is known color: Midnight Blue. HEX triplet: 12, 1A and 68. RGB value is (18,26,104). Sum of RGB (Red+Green+Blue) = 18+26+104=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 104 (41.02% from 255 or 70.27% from 148); Max value from RGB is 104 - color contains mainly: blue. Hex color #121A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A68 is #EDE597. Grayscale: #202020. Windows color (decimal): -15590808 or 6822418. OLE color: 6822418.
HSL color Cylindrical-coordinate representation of color #121A68: hue angle of 234.42º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121A68 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 26 | 104 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.59 |
| HSL | 234.42º | 0.7% | 0.24% | - |
| HSV(B) | 234.42º | 0.83% | 0.41% | - |
| XYZ | 3.12 | 1.87 | 13.29 | - |
| YUV | 32.5 | 168.35 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 104 | 0.83 | 0.75 | 0 | 0.59 | 234.42 | 0.7 | 0.24 |
| Hex | 12 | 1A | 68 | 53 | 4B | 0 | 3B | EA | 46 | 18 |
| Octal | 22 | 32 | 150 | 123 | 113 | 0 | 73 | 352 | 106 | 30 |
| Binary | 10010 | 11010 | 1101000 | 1010011 | 1001011 | 0 | 111011 | 11101010 | 1000110 | 11000 |
Color Harmonies of #121A68
Complementary color
Monochromatic Colors of #121A68
Black with #121A68
Text Example
Text Example
White with #121A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A68; }
p { color: rgb(18,26,104); }
H1.HeaderClassName
{
color: #121A68;
}
.AnyTagClassName
{
color: #121A68;
}
</style>
background-color css
<style>
a { background-color: #121A68; }
a { background-color: rgb(18,26,104); }
div.DivClassName
{
background-color: #121A68;
}
.BgClassName
{
background-color: #121A68;
}
</style>
border-color css
<style>
span { border-color: #121A68; }
span { border-color: rgb(18,26,104); }
td.TdClassName
{
border-color: #121A68;
}
.TagClassName
{
border-color: #121A68;
}
</style>