Shades of Midnight Blue #121B68
Tints of Midnight Blue #121B68
RGB
CMYK
RGB Variations
Color information
#121B68 (or 0x121B68) is known color: Midnight Blue. HEX triplet: 12, 1B and 68. RGB value is (18,27,104). Sum of RGB (Red+Green+Blue) = 18+27+104=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #121B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B68 is #EDE497. Grayscale: #202020. Windows color (decimal): -15590552 or 6822674. OLE color: 6822674.
HSL color Cylindrical-coordinate representation of color #121B68: hue angle of 233.72º 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 #121B68 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 27 | 104 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.59 |
| HSL | 233.72º | 0.7% | 0.24% | - |
| HSV(B) | 233.72º | 0.83% | 0.41% | - |
| XYZ | 3.14 | 1.91 | 13.3 | - |
| YUV | 33.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 104 | 0.83 | 0.74 | 0 | 0.59 | 233.72 | 0.7 | 0.24 |
| Hex | 12 | 1B | 68 | 53 | 4A | 0 | 3B | EA | 46 | 18 |
| Octal | 22 | 33 | 150 | 123 | 112 | 0 | 73 | 352 | 106 | 30 |
| Binary | 10010 | 11011 | 1101000 | 1010011 | 1001010 | 0 | 111011 | 11101010 | 1000110 | 11000 |
Color Harmonies of #121B68
Complementary color
Monochromatic Colors of #121B68
Black with #121B68
Text Example
Text Example
White with #121B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B68; }
p { color: rgb(18,27,104); }
H1.HeaderClassName
{
color: #121B68;
}
.AnyTagClassName
{
color: #121B68;
}
</style>
background-color css
<style>
a { background-color: #121B68; }
a { background-color: rgb(18,27,104); }
div.DivClassName
{
background-color: #121B68;
}
.BgClassName
{
background-color: #121B68;
}
</style>
border-color css
<style>
span { border-color: #121B68; }
span { border-color: rgb(18,27,104); }
td.TdClassName
{
border-color: #121B68;
}
.TagClassName
{
border-color: #121B68;
}
</style>