Shades of New Midnight Blue #070CA4
Tints of New Midnight Blue #070CA4
RGB
CMYK
RGB Variations
Color information
#070CA4 (or 0x070CA4) is known color: New Midnight Blue. HEX triplet: 07, 0C and A4. RGB value is (7,12,164). Sum of RGB (Red+Green+Blue) = 7+12+164=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 164 (64.45% from 255 or 89.62% from 183); Max value from RGB is 164 - color contains mainly: blue. Hex color #070CA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070CA4 is #F8F35B. Grayscale: #1B1B1B. Windows color (decimal): -16315228 or 10750983. OLE color: 10750983.
HSL color Cylindrical-coordinate representation of color #070CA4: hue angle of 238.09º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070CA4 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 12 | 164 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.36 |
| HSL | 238.09º | 0.92% | 0.34% | - |
| HSV(B) | 238.09º | 0.96% | 0.64% | - |
| XYZ | 6.92 | 2.99 | 35.33 | - |
| YUV | 27.83 | 204.84 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 164 | 0.96 | 0.93 | 0 | 0.36 | 238.09 | 0.92 | 0.34 |
| Hex | 7 | C | A4 | 60 | 5D | 0 | 24 | EE | 5C | 22 |
| Octal | 7 | 14 | 244 | 140 | 135 | 0 | 44 | 356 | 134 | 42 |
| Binary | 111 | 1100 | 10100100 | 1100000 | 1011101 | 0 | 100100 | 11101110 | 1011100 | 100010 |
Color Harmonies of #070CA4
Complementary color
Monochromatic Colors of #070CA4
Black with #070CA4
Text Example
Text Example
White with #070CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070CA4; }
p { color: rgb(7,12,164); }
H1.HeaderClassName
{
color: #070CA4;
}
.AnyTagClassName
{
color: #070CA4;
}
</style>
background-color css
<style>
a { background-color: #070CA4; }
a { background-color: rgb(7,12,164); }
div.DivClassName
{
background-color: #070CA4;
}
.BgClassName
{
background-color: #070CA4;
}
</style>
border-color css
<style>
span { border-color: #070CA4; }
span { border-color: rgb(7,12,164); }
td.TdClassName
{
border-color: #070CA4;
}
.TagClassName
{
border-color: #070CA4;
}
</style>