Shades of New Midnight Blue #070C9F
Tints of New Midnight Blue #070C9F
RGB
CMYK
RGB Variations
Color information
#070C9F (or 0x070C9F) is known color: New Midnight Blue. HEX triplet: 07, 0C and 9F. RGB value is (7,12,159). Sum of RGB (Red+Green+Blue) = 7+12+159=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 159 (62.5% from 255 or 89.33% from 178); Max value from RGB is 159 - color contains mainly: blue. Hex color #070C9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070C9F is #F8F360. Grayscale: #1A1A1A. Windows color (decimal): -16315233 or 10423303. OLE color: 10423303.
HSL color Cylindrical-coordinate representation of color #070C9F: hue angle of 238.03º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070C9F is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 12 | 159 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.38 |
| HSL | 238.03º | 0.92% | 0.33% | - |
| HSV(B) | 238.03º | 0.96% | 0.62% | - |
| XYZ | 6.48 | 2.81 | 33 | - |
| YUV | 27.26 | 202.34 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 159 | 0.96 | 0.92 | 0 | 0.38 | 238.03 | 0.92 | 0.33 |
| Hex | 7 | C | 9F | 60 | 5C | 0 | 26 | EE | 5C | 21 |
| Octal | 7 | 14 | 237 | 140 | 134 | 0 | 46 | 356 | 134 | 41 |
| Binary | 111 | 1100 | 10011111 | 1100000 | 1011100 | 0 | 100110 | 11101110 | 1011100 | 100001 |
Color Harmonies of #070C9F
Complementary color
Monochromatic Colors of #070C9F
Black with #070C9F
Text Example
Text Example
White with #070C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C9F; }
p { color: rgb(7,12,159); }
H1.HeaderClassName
{
color: #070C9F;
}
.AnyTagClassName
{
color: #070C9F;
}
</style>
background-color css
<style>
a { background-color: #070C9F; }
a { background-color: rgb(7,12,159); }
div.DivClassName
{
background-color: #070C9F;
}
.BgClassName
{
background-color: #070C9F;
}
</style>
border-color css
<style>
span { border-color: #070C9F; }
span { border-color: rgb(7,12,159); }
td.TdClassName
{
border-color: #070C9F;
}
.TagClassName
{
border-color: #070C9F;
}
</style>