Shades of Midnight Blue #12075A
Tints of Midnight Blue #12075A
RGB
CMYK
RGB Variations
Color information
#12075A (or 0x12075A) is known color: Midnight Blue. HEX triplet: 12, 07 and 5A. RGB value is (18,7,90). Sum of RGB (Red+Green+Blue) = 18+7+90=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #12075A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12075A is #EDF8A5. Grayscale: #131313. Windows color (decimal): -15595686 or 5900050. OLE color: 5900050.
HSL color Cylindrical-coordinate representation of color #12075A: hue angle of 247.95º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12075A is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 7 | 90 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.65 |
| HSL | 247.95º | 0.86% | 0.19% | - |
| HSV(B) | 247.95º | 0.92% | 0.35% | - |
| XYZ | 2.17 | 1.02 | 9.76 | - |
| YUV | 19.75 | 167.64 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 90 | 0.80 | 0.92 | 0 | 0.65 | 247.95 | 0.86 | 0.19 |
| Hex | 12 | 7 | 5A | 50 | 5C | 0 | 41 | F8 | 56 | 13 |
| Octal | 22 | 7 | 132 | 120 | 134 | 0 | 101 | 370 | 126 | 23 |
| Binary | 10010 | 111 | 1011010 | 1010000 | 1011100 | 0 | 1000001 | 11111000 | 1010110 | 10011 |
Color Harmonies of #12075A
Complementary color
Monochromatic Colors of #12075A
Black with #12075A
Text Example
Text Example
White with #12075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12075A; }
p { color: rgb(18,7,90); }
H1.HeaderClassName
{
color: #12075A;
}
.AnyTagClassName
{
color: #12075A;
}
</style>
background-color css
<style>
a { background-color: #12075A; }
a { background-color: rgb(18,7,90); }
div.DivClassName
{
background-color: #12075A;
}
.BgClassName
{
background-color: #12075A;
}
</style>
border-color css
<style>
span { border-color: #12075A; }
span { border-color: rgb(18,7,90); }
td.TdClassName
{
border-color: #12075A;
}
.TagClassName
{
border-color: #12075A;
}
</style>