Shades of Midnight Blue #12085A
Tints of Midnight Blue #12085A
RGB
CMYK
RGB Variations
Color information
#12085A (or 0x12085A) is known color: Midnight Blue. HEX triplet: 12, 08 and 5A. RGB value is (18,8,90). Sum of RGB (Red+Green+Blue) = 18+8+90=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 90 (35.55% from 255 or 77.59% from 116); Max value from RGB is 90 - color contains mainly: blue. Hex color #12085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12085A is #EDF7A5. Grayscale: #141414. Windows color (decimal): -15595430 or 5900306. OLE color: 5900306.
HSL color Cylindrical-coordinate representation of color #12085A: hue angle of 247.32º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12085A is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 8 | 90 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.65 |
| HSL | 247.32º | 0.84% | 0.19% | - |
| HSV(B) | 247.32º | 0.91% | 0.35% | - |
| XYZ | 2.18 | 1.04 | 9.76 | - |
| YUV | 20.34 | 167.31 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 90 | 0.80 | 0.91 | 0 | 0.65 | 247.32 | 0.84 | 0.19 |
| Hex | 12 | 8 | 5A | 50 | 5B | 0 | 41 | F7 | 54 | 13 |
| Octal | 22 | 10 | 132 | 120 | 133 | 0 | 101 | 367 | 124 | 23 |
| Binary | 10010 | 1000 | 1011010 | 1010000 | 1011011 | 0 | 1000001 | 11110111 | 1010100 | 10011 |
Color Harmonies of #12085A
Complementary color
Monochromatic Colors of #12085A
Black with #12085A
Text Example
Text Example
White with #12085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12085A; }
p { color: rgb(18,8,90); }
H1.HeaderClassName
{
color: #12085A;
}
.AnyTagClassName
{
color: #12085A;
}
</style>
background-color css
<style>
a { background-color: #12085A; }
a { background-color: rgb(18,8,90); }
div.DivClassName
{
background-color: #12085A;
}
.BgClassName
{
background-color: #12085A;
}
</style>
border-color css
<style>
span { border-color: #12085A; }
span { border-color: rgb(18,8,90); }
td.TdClassName
{
border-color: #12085A;
}
.TagClassName
{
border-color: #12085A;
}
</style>