Shades of New Midnight Blue #070F9C
Tints of New Midnight Blue #070F9C
RGB
CMYK
RGB Variations
Color information
#070F9C (or 0x070F9C) is known color: New Midnight Blue. HEX triplet: 07, 0F and 9C. RGB value is (7,15,156). Sum of RGB (Red+Green+Blue) = 7+15+156=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 156 (61.33% from 255 or 87.64% from 178); Max value from RGB is 156 - color contains mainly: blue. Hex color #070F9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070F9C is #F8F063. Grayscale: #1C1C1C. Windows color (decimal): -16314468 or 10227463. OLE color: 10227463.
HSL color Cylindrical-coordinate representation of color #070F9C: hue angle of 236.78º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070F9C is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 15 | 156 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.39 |
| HSL | 236.78º | 0.91% | 0.32% | - |
| HSV(B) | 236.78º | 0.96% | 0.61% | - |
| XYZ | 6.26 | 2.79 | 31.66 | - |
| YUV | 28.68 | 199.85 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 156 | 0.96 | 0.90 | 0 | 0.39 | 236.78 | 0.91 | 0.32 |
| Hex | 7 | F | 9C | 60 | 5A | 0 | 27 | ED | 5B | 20 |
| Octal | 7 | 17 | 234 | 140 | 132 | 0 | 47 | 355 | 133 | 40 |
| Binary | 111 | 1111 | 10011100 | 1100000 | 1011010 | 0 | 100111 | 11101101 | 1011011 | 100000 |
Color Harmonies of #070F9C
Complementary color
Monochromatic Colors of #070F9C
Black with #070F9C
Text Example
Text Example
White with #070F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F9C; }
p { color: rgb(7,15,156); }
H1.HeaderClassName
{
color: #070F9C;
}
.AnyTagClassName
{
color: #070F9C;
}
</style>
background-color css
<style>
a { background-color: #070F9C; }
a { background-color: rgb(7,15,156); }
div.DivClassName
{
background-color: #070F9C;
}
.BgClassName
{
background-color: #070F9C;
}
</style>
border-color css
<style>
span { border-color: #070F9C; }
span { border-color: rgb(7,15,156); }
td.TdClassName
{
border-color: #070F9C;
}
.TagClassName
{
border-color: #070F9C;
}
</style>