Shades of Midnight Blue #12045D
Tints of Midnight Blue #12045D
RGB
CMYK
RGB Variations
Color information
#12045D (or 0x12045D) is known color: Midnight Blue. HEX triplet: 12, 04 and 5D. RGB value is (18,4,93). Sum of RGB (Red+Green+Blue) = 18+4+93=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 93 (36.72% from 255 or 80.87% from 115); Max value from RGB is 93 - color contains mainly: blue. Hex color #12045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12045D is #EDFBA2. Grayscale: #111111. Windows color (decimal): -15596451 or 6095890. OLE color: 6095890.
HSL color Cylindrical-coordinate representation of color #12045D: hue angle of 249.44º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12045D is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 4 | 93 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.64 |
| HSL | 249.44º | 0.92% | 0.19% | - |
| HSV(B) | 249.44º | 0.96% | 0.36% | - |
| XYZ | 2.27 | 1.01 | 10.43 | - |
| YUV | 18.33 | 170.14 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 93 | 0.81 | 0.96 | 0 | 0.64 | 249.44 | 0.92 | 0.19 |
| Hex | 12 | 4 | 5D | 51 | 60 | 0 | 40 | F9 | 5C | 13 |
| Octal | 22 | 4 | 135 | 121 | 140 | 0 | 100 | 371 | 134 | 23 |
| Binary | 10010 | 100 | 1011101 | 1010001 | 1100000 | 0 | 1000000 | 11111001 | 1011100 | 10011 |
Color Harmonies of #12045D
Complementary color
Monochromatic Colors of #12045D
Black with #12045D
Text Example
Text Example
White with #12045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12045D; }
p { color: rgb(18,4,93); }
H1.HeaderClassName
{
color: #12045D;
}
.AnyTagClassName
{
color: #12045D;
}
</style>
background-color css
<style>
a { background-color: #12045D; }
a { background-color: rgb(18,4,93); }
div.DivClassName
{
background-color: #12045D;
}
.BgClassName
{
background-color: #12045D;
}
</style>
border-color css
<style>
span { border-color: #12045D; }
span { border-color: rgb(18,4,93); }
td.TdClassName
{
border-color: #12045D;
}
.TagClassName
{
border-color: #12045D;
}
</style>