Shades of Midnight Blue #122385
Tints of Midnight Blue #122385
RGB
CMYK
RGB Variations
Color information
#122385 (or 0x122385) is known color: Midnight Blue. HEX triplet: 12, 23 and 85. RGB value is (18,35,133). Sum of RGB (Red+Green+Blue) = 18+35+133=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #122385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122385 is #EDDC7A. Grayscale: #282828. Windows color (decimal): -15588475 or 8725266. OLE color: 8725266.
HSL color Cylindrical-coordinate representation of color #122385: hue angle of 231.13º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122385 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 35 | 133 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.48 |
| HSL | 231.13º | 0.76% | 0.3% | - |
| HSV(B) | 231.13º | 0.86% | 0.52% | - |
| XYZ | 5.08 | 3.02 | 22.51 | - |
| YUV | 41.09 | 179.87 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 133 | 0.86 | 0.74 | 0 | 0.48 | 231.13 | 0.76 | 0.3 |
| Hex | 12 | 23 | 85 | 56 | 4A | 0 | 30 | E7 | 4C | 1E |
| Octal | 22 | 43 | 205 | 126 | 112 | 0 | 60 | 347 | 114 | 36 |
| Binary | 10010 | 100011 | 10000101 | 1010110 | 1001010 | 0 | 110000 | 11100111 | 1001100 | 11110 |
Color Harmonies of #122385
Complementary color
Monochromatic Colors of #122385
Black with #122385
Text Example
Text Example
White with #122385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122385; }
p { color: rgb(18,35,133); }
H1.HeaderClassName
{
color: #122385;
}
.AnyTagClassName
{
color: #122385;
}
</style>
background-color css
<style>
a { background-color: #122385; }
a { background-color: rgb(18,35,133); }
div.DivClassName
{
background-color: #122385;
}
.BgClassName
{
background-color: #122385;
}
</style>
border-color css
<style>
span { border-color: #122385; }
span { border-color: rgb(18,35,133); }
td.TdClassName
{
border-color: #122385;
}
.TagClassName
{
border-color: #122385;
}
</style>