Shades of New Midnight Blue #070C9E
Tints of New Midnight Blue #070C9E
RGB
CMYK
RGB Variations
Color information
#070C9E (or 0x070C9E) is known color: New Midnight Blue. HEX triplet: 07, 0C and 9E. RGB value is (7,12,158). Sum of RGB (Red+Green+Blue) = 7+12+158=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 158 (62.11% from 255 or 89.27% from 177); Max value from RGB is 158 - color contains mainly: blue. Hex color #070C9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070C9E is #F8F361. Grayscale: #1A1A1A. Windows color (decimal): -16315234 or 10357767. OLE color: 10357767.
HSL color Cylindrical-coordinate representation of color #070C9E: hue angle of 238.01º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070C9E is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 12 | 158 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.38 |
| HSL | 238.01º | 0.92% | 0.32% | - |
| HSV(B) | 238.01º | 0.96% | 0.62% | - |
| XYZ | 6.39 | 2.78 | 32.55 | - |
| YUV | 27.15 | 201.84 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 158 | 0.96 | 0.92 | 0 | 0.38 | 238.01 | 0.92 | 0.32 |
| Hex | 7 | C | 9E | 60 | 5C | 0 | 26 | EE | 5C | 20 |
| Octal | 7 | 14 | 236 | 140 | 134 | 0 | 46 | 356 | 134 | 40 |
| Binary | 111 | 1100 | 10011110 | 1100000 | 1011100 | 0 | 100110 | 11101110 | 1011100 | 100000 |
Color Harmonies of #070C9E
Complementary color
Monochromatic Colors of #070C9E
Black with #070C9E
Text Example
Text Example
White with #070C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C9E; }
p { color: rgb(7,12,158); }
H1.HeaderClassName
{
color: #070C9E;
}
.AnyTagClassName
{
color: #070C9E;
}
</style>
background-color css
<style>
a { background-color: #070C9E; }
a { background-color: rgb(7,12,158); }
div.DivClassName
{
background-color: #070C9E;
}
.BgClassName
{
background-color: #070C9E;
}
</style>
border-color css
<style>
span { border-color: #070C9E; }
span { border-color: rgb(7,12,158); }
td.TdClassName
{
border-color: #070C9E;
}
.TagClassName
{
border-color: #070C9E;
}
</style>