Shades of Midnight Blue #121B65
Tints of Midnight Blue #121B65
RGB
CMYK
RGB Variations
Color information
#121B65 (or 0x121B65) is known color: Midnight Blue. HEX triplet: 12, 1B and 65. RGB value is (18,27,101). Sum of RGB (Red+Green+Blue) = 18+27+101=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #121B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B65 is #EDE49A. Grayscale: #202020. Windows color (decimal): -15590555 or 6626066. OLE color: 6626066.
HSL color Cylindrical-coordinate representation of color #121B65: hue angle of 233.49º 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 #121B65 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 27 | 101 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.60 |
| HSL | 233.49º | 0.7% | 0.23% | - |
| HSV(B) | 233.49º | 0.82% | 0.4% | - |
| XYZ | 2.99 | 1.85 | 12.51 | - |
| YUV | 32.75 | 166.52 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 101 | 0.82 | 0.73 | 0 | 0.60 | 233.49 | 0.7 | 0.23 |
| Hex | 12 | 1B | 65 | 52 | 49 | 0 | 3C | E9 | 46 | 17 |
| Octal | 22 | 33 | 145 | 122 | 111 | 0 | 74 | 351 | 106 | 27 |
| Binary | 10010 | 11011 | 1100101 | 1010010 | 1001001 | 0 | 111100 | 11101001 | 1000110 | 10111 |
Color Harmonies of #121B65
Complementary color
Monochromatic Colors of #121B65
Black with #121B65
Text Example
Text Example
White with #121B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B65; }
p { color: rgb(18,27,101); }
H1.HeaderClassName
{
color: #121B65;
}
.AnyTagClassName
{
color: #121B65;
}
</style>
background-color css
<style>
a { background-color: #121B65; }
a { background-color: rgb(18,27,101); }
div.DivClassName
{
background-color: #121B65;
}
.BgClassName
{
background-color: #121B65;
}
</style>
border-color css
<style>
span { border-color: #121B65; }
span { border-color: rgb(18,27,101); }
td.TdClassName
{
border-color: #121B65;
}
.TagClassName
{
border-color: #121B65;
}
</style>