Shades of Midnight Blue #12036F
Tints of Midnight Blue #12036F
RGB
CMYK
RGB Variations
Color information
#12036F (or 0x12036F) is known color: Midnight Blue. HEX triplet: 12, 03 and 6F. RGB value is (18,3,111). Sum of RGB (Red+Green+Blue) = 18+3+111=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 111 (43.75% from 255 or 84.09% from 132); Max value from RGB is 111 - color contains mainly: blue. Hex color #12036F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12036F is #EDFC90. Grayscale: #131313. Windows color (decimal): -15596689 or 7275282. OLE color: 7275282.
HSL color Cylindrical-coordinate representation of color #12036F: hue angle of 248.33º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12036F is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 3 | 111 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.56 |
| HSL | 248.33º | 0.95% | 0.22% | - |
| HSV(B) | 248.33º | 0.97% | 0.44% | - |
| XYZ | 3.15 | 1.34 | 15.13 | - |
| YUV | 19.8 | 179.47 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 111 | 0.84 | 0.97 | 0 | 0.56 | 248.33 | 0.95 | 0.22 |
| Hex | 12 | 3 | 6F | 54 | 61 | 0 | 38 | F8 | 5F | 16 |
| Octal | 22 | 3 | 157 | 124 | 141 | 0 | 70 | 370 | 137 | 26 |
| Binary | 10010 | 11 | 1101111 | 1010100 | 1100001 | 0 | 111000 | 11111000 | 1011111 | 10110 |
Color Harmonies of #12036F
Complementary color
Monochromatic Colors of #12036F
Black with #12036F
Text Example
Text Example
White with #12036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12036F; }
p { color: rgb(18,3,111); }
H1.HeaderClassName
{
color: #12036F;
}
.AnyTagClassName
{
color: #12036F;
}
</style>
background-color css
<style>
a { background-color: #12036F; }
a { background-color: rgb(18,3,111); }
div.DivClassName
{
background-color: #12036F;
}
.BgClassName
{
background-color: #12036F;
}
</style>
border-color css
<style>
span { border-color: #12036F; }
span { border-color: rgb(18,3,111); }
td.TdClassName
{
border-color: #12036F;
}
.TagClassName
{
border-color: #12036F;
}
</style>