Shades of Midnight Blue #121263
Tints of Midnight Blue #121263
RGB
CMYK
RGB Variations
Color information
#121263 (or 0x121263) is known color: Midnight Blue. HEX triplet: 12, 12 and 63. RGB value is (18,18,99). Sum of RGB (Red+Green+Blue) = 18+18+99=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #121263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121263 is #EDED9C. Grayscale: #1A1A1A. Windows color (decimal): -15592861 or 6492690. OLE color: 6492690.
HSL color Cylindrical-coordinate representation of color #121263: hue angle of 240º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121263 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 18 | 99 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.61 |
| HSL | 240º | 0.69% | 0.23% | - |
| HSV(B) | 240º | 0.82% | 0.39% | - |
| XYZ | 2.72 | 1.46 | 11.94 | - |
| YUV | 27.23 | 168.5 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 99 | 0.82 | 0.82 | 0 | 0.61 | 240 | 0.69 | 0.23 |
| Hex | 12 | 12 | 63 | 52 | 52 | 0 | 3D | F0 | 45 | 17 |
| Octal | 22 | 22 | 143 | 122 | 122 | 0 | 75 | 360 | 105 | 27 |
| Binary | 10010 | 10010 | 1100011 | 1010010 | 1010010 | 0 | 111101 | 11110000 | 1000101 | 10111 |
Color Harmonies of #121263
Complementary color
Monochromatic Colors of #121263
Black with #121263
Text Example
Text Example
White with #121263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121263; }
p { color: rgb(18,18,99); }
H1.HeaderClassName
{
color: #121263;
}
.AnyTagClassName
{
color: #121263;
}
</style>
background-color css
<style>
a { background-color: #121263; }
a { background-color: rgb(18,18,99); }
div.DivClassName
{
background-color: #121263;
}
.BgClassName
{
background-color: #121263;
}
</style>
border-color css
<style>
span { border-color: #121263; }
span { border-color: rgb(18,18,99); }
td.TdClassName
{
border-color: #121263;
}
.TagClassName
{
border-color: #121263;
}
</style>