Shades of Midnight Blue #12095B
Tints of Midnight Blue #12095B
RGB
CMYK
RGB Variations
Color information
#12095B (or 0x12095B) is known color: Midnight Blue. HEX triplet: 12, 09 and 5B. RGB value is (18,9,91). Sum of RGB (Red+Green+Blue) = 18+9+91=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 91 (35.94% from 255 or 77.12% from 118); Max value from RGB is 91 - color contains mainly: blue. Hex color #12095B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12095B is #EDF6A4. Grayscale: #141414. Windows color (decimal): -15595173 or 5966098. OLE color: 5966098.
HSL color Cylindrical-coordinate representation of color #12095B: hue angle of 246.59º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12095B is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 9 | 91 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.64 |
| HSL | 246.59º | 0.82% | 0.2% | - |
| HSV(B) | 246.59º | 0.9% | 0.36% | - |
| XYZ | 2.24 | 1.08 | 9.99 | - |
| YUV | 21.04 | 167.48 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 91 | 0.80 | 0.90 | 0 | 0.64 | 246.59 | 0.82 | 0.2 |
| Hex | 12 | 9 | 5B | 50 | 5A | 0 | 40 | F7 | 52 | 14 |
| Octal | 22 | 11 | 133 | 120 | 132 | 0 | 100 | 367 | 122 | 24 |
| Binary | 10010 | 1001 | 1011011 | 1010000 | 1011010 | 0 | 1000000 | 11110111 | 1010010 | 10100 |
Color Harmonies of #12095B
Complementary color
Monochromatic Colors of #12095B
Black with #12095B
Text Example
Text Example
White with #12095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12095B; }
p { color: rgb(18,9,91); }
H1.HeaderClassName
{
color: #12095B;
}
.AnyTagClassName
{
color: #12095B;
}
</style>
background-color css
<style>
a { background-color: #12095B; }
a { background-color: rgb(18,9,91); }
div.DivClassName
{
background-color: #12095B;
}
.BgClassName
{
background-color: #12095B;
}
</style>
border-color css
<style>
span { border-color: #12095B; }
span { border-color: rgb(18,9,91); }
td.TdClassName
{
border-color: #12095B;
}
.TagClassName
{
border-color: #12095B;
}
</style>