Shades of Midnight Blue #12005A
Tints of Midnight Blue #12005A
RGB
CMYK
RGB Variations
Color information
#12005A (or 0x12005A) is known color: Midnight Blue. HEX triplet: 12, 00 and 5A. RGB value is (18,0,90). Sum of RGB (Red+Green+Blue) = 18+0+90=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 90 (35.55% from 255 or 83.33% from 108); Max value from RGB is 90 - color contains mainly: blue. Hex color #12005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12005A is #EDFFA5. Grayscale: #0F0F0F. Windows color (decimal): -15597478 or 5898258. OLE color: 5898258.
HSL color Cylindrical-coordinate representation of color #12005A: hue angle of 252º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12005A is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 0 | 90 | - |
| CMYK | 0.80 | 1 | 0 | 0.65 |
| HSL | 252º | 1% | 0.18% | - |
| HSV(B) | 252º | 1% | 0.35% | - |
| XYZ | 2.09 | 0.87 | 9.73 | - |
| YUV | 15.64 | 169.96 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 90 | 0.80 | 1 | 0 | 0.65 | 252 | 1 | 0.18 |
| Hex | 12 | 0 | 5A | 50 | 64 | 0 | 41 | FC | 64 | 12 |
| Octal | 22 | 0 | 132 | 120 | 144 | 0 | 101 | 374 | 144 | 22 |
| Binary | 10010 | 0 | 1011010 | 1010000 | 1100100 | 0 | 1000001 | 11111100 | 1100100 | 10010 |
Color Harmonies of #12005A
Complementary color
Monochromatic Colors of #12005A
Black with #12005A
Text Example
Text Example
White with #12005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12005A; }
p { color: rgb(18,0,90); }
H1.HeaderClassName
{
color: #12005A;
}
.AnyTagClassName
{
color: #12005A;
}
</style>
background-color css
<style>
a { background-color: #12005A; }
a { background-color: rgb(18,0,90); }
div.DivClassName
{
background-color: #12005A;
}
.BgClassName
{
background-color: #12005A;
}
</style>
border-color css
<style>
span { border-color: #12005A; }
span { border-color: rgb(18,0,90); }
td.TdClassName
{
border-color: #12005A;
}
.TagClassName
{
border-color: #12005A;
}
</style>