Shades of Midnight Blue #12035F
Tints of Midnight Blue #12035F
RGB
CMYK
RGB Variations
Color information
#12035F (or 0x12035F) is known color: Midnight Blue. HEX triplet: 12, 03 and 5F. RGB value is (18,3,95). Sum of RGB (Red+Green+Blue) = 18+3+95=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 95 (37.5% from 255 or 81.90% from 116); Max value from RGB is 95 - color contains mainly: blue. Hex color #12035F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12035F is #EDFCA0. Grayscale: #111111. Windows color (decimal): -15596705 or 6226706. OLE color: 6226706.
HSL color Cylindrical-coordinate representation of color #12035F: hue angle of 249.78º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12035F is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 3 | 95 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.63 |
| HSL | 249.78º | 0.94% | 0.19% | - |
| HSV(B) | 249.78º | 0.97% | 0.37% | - |
| XYZ | 2.35 | 1.02 | 10.9 | - |
| YUV | 17.97 | 171.47 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 95 | 0.81 | 0.97 | 0 | 0.63 | 249.78 | 0.94 | 0.19 |
| Hex | 12 | 3 | 5F | 51 | 61 | 0 | 3F | FA | 5E | 13 |
| Octal | 22 | 3 | 137 | 121 | 141 | 0 | 77 | 372 | 136 | 23 |
| Binary | 10010 | 11 | 1011111 | 1010001 | 1100001 | 0 | 111111 | 11111010 | 1011110 | 10011 |
Color Harmonies of #12035F
Complementary color
Monochromatic Colors of #12035F
Black with #12035F
Text Example
Text Example
White with #12035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12035F; }
p { color: rgb(18,3,95); }
H1.HeaderClassName
{
color: #12035F;
}
.AnyTagClassName
{
color: #12035F;
}
</style>
background-color css
<style>
a { background-color: #12035F; }
a { background-color: rgb(18,3,95); }
div.DivClassName
{
background-color: #12035F;
}
.BgClassName
{
background-color: #12035F;
}
</style>
border-color css
<style>
span { border-color: #12035F; }
span { border-color: rgb(18,3,95); }
td.TdClassName
{
border-color: #12035F;
}
.TagClassName
{
border-color: #12035F;
}
</style>