Shades of Midnight Blue #12005B
Tints of Midnight Blue #12005B
RGB
CMYK
RGB Variations
Color information
#12005B (or 0x12005B) is known color: Midnight Blue. HEX triplet: 12, 00 and 5B. RGB value is (18,0,91). Sum of RGB (Red+Green+Blue) = 18+0+91=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 91 (35.94% from 255 or 83.49% from 109); Max value from RGB is 91 - color contains mainly: blue. Hex color #12005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12005B is #EDFFA4. Grayscale: #0F0F0F. Windows color (decimal): -15597477 or 5963794. OLE color: 5963794.
HSL color Cylindrical-coordinate representation of color #12005B: hue angle of 251.87º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12005B is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 0 | 91 | - |
| CMYK | 0.80 | 1 | 0 | 0.64 |
| HSL | 251.87º | 1% | 0.18% | - |
| HSV(B) | 251.87º | 1% | 0.36% | - |
| XYZ | 2.14 | 0.88 | 9.96 | - |
| YUV | 15.76 | 170.46 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 91 | 0.80 | 1 | 0 | 0.64 | 251.87 | 1 | 0.18 |
| Hex | 12 | 0 | 5B | 50 | 64 | 0 | 40 | FC | 64 | 12 |
| Octal | 22 | 0 | 133 | 120 | 144 | 0 | 100 | 374 | 144 | 22 |
| Binary | 10010 | 0 | 1011011 | 1010000 | 1100100 | 0 | 1000000 | 11111100 | 1100100 | 10010 |
Color Harmonies of #12005B
Complementary color
Monochromatic Colors of #12005B
Black with #12005B
Text Example
Text Example
White with #12005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12005B; }
p { color: rgb(18,0,91); }
H1.HeaderClassName
{
color: #12005B;
}
.AnyTagClassName
{
color: #12005B;
}
</style>
background-color css
<style>
a { background-color: #12005B; }
a { background-color: rgb(18,0,91); }
div.DivClassName
{
background-color: #12005B;
}
.BgClassName
{
background-color: #12005B;
}
</style>
border-color css
<style>
span { border-color: #12005B; }
span { border-color: rgb(18,0,91); }
td.TdClassName
{
border-color: #12005B;
}
.TagClassName
{
border-color: #12005B;
}
</style>