Shades of New Midnight Blue #0712AC
Tints of New Midnight Blue #0712AC
RGB
CMYK
RGB Variations
Color information
#0712AC (or 0x0712AC) is known color: New Midnight Blue. HEX triplet: 07, 12 and AC. RGB value is (7,18,172). Sum of RGB (Red+Green+Blue) = 7+18+172=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 172 (67.58% from 255 or 87.31% from 197); Max value from RGB is 172 - color contains mainly: blue. Hex color #0712AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0712AC is #F8ED53. Grayscale: #1F1F1F. Windows color (decimal): -16313684 or 11276807. OLE color: 11276807.
HSL color Cylindrical-coordinate representation of color #0712AC: hue angle of 236º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0712AC is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 18 | 172 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.33 |
| HSL | 236º | 0.92% | 0.35% | - |
| HSV(B) | 236º | 0.96% | 0.67% | - |
| XYZ | 7.75 | 3.46 | 39.29 | - |
| YUV | 32.27 | 206.86 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 172 | 0.96 | 0.90 | 0 | 0.33 | 236 | 0.92 | 0.35 |
| Hex | 7 | 12 | AC | 60 | 5A | 0 | 21 | EC | 5C | 23 |
| Octal | 7 | 22 | 254 | 140 | 132 | 0 | 41 | 354 | 134 | 43 |
| Binary | 111 | 10010 | 10101100 | 1100000 | 1011010 | 0 | 100001 | 11101100 | 1011100 | 100011 |
Color Harmonies of #0712AC
Complementary color
Monochromatic Colors of #0712AC
Black with #0712AC
Text Example
Text Example
White with #0712AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0712AC; }
p { color: rgb(7,18,172); }
H1.HeaderClassName
{
color: #0712AC;
}
.AnyTagClassName
{
color: #0712AC;
}
</style>
background-color css
<style>
a { background-color: #0712AC; }
a { background-color: rgb(7,18,172); }
div.DivClassName
{
background-color: #0712AC;
}
.BgClassName
{
background-color: #0712AC;
}
</style>
border-color css
<style>
span { border-color: #0712AC; }
span { border-color: rgb(7,18,172); }
td.TdClassName
{
border-color: #0712AC;
}
.TagClassName
{
border-color: #0712AC;
}
</style>