Shades of New Midnight Blue #0A079F
Tints of New Midnight Blue #0A079F
RGB
CMYK
RGB Variations
Color information
#0A079F (or 0x0A079F) is known color: New Midnight Blue. HEX triplet: 0A, 07 and 9F. RGB value is (10,7,159). Sum of RGB (Red+Green+Blue) = 10+7+159=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 159 (62.5% from 255 or 90.34% from 176); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A079F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A079F is #F5F860. Grayscale: #181818. Windows color (decimal): -16119905 or 10422026. OLE color: 10422026.
HSL color Cylindrical-coordinate representation of color #0A079F: hue angle of 241.18º 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 #0A079F is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 7 | 159 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.38 |
| HSL | 241.18º | 0.92% | 0.33% | - |
| HSV(B) | 241.18º | 0.96% | 0.62% | - |
| XYZ | 6.46 | 2.72 | 32.99 | - |
| YUV | 25.23 | 203.49 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 159 | 0.94 | 0.96 | 0 | 0.38 | 241.18 | 0.92 | 0.33 |
| Hex | A | 7 | 9F | 5E | 60 | 0 | 26 | F1 | 5C | 21 |
| Octal | 12 | 7 | 237 | 136 | 140 | 0 | 46 | 361 | 134 | 41 |
| Binary | 1010 | 111 | 10011111 | 1011110 | 1100000 | 0 | 100110 | 11110001 | 1011100 | 100001 |
Color Harmonies of #0A079F
Complementary color
Monochromatic Colors of #0A079F
Black with #0A079F
Text Example
Text Example
White with #0A079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A079F; }
p { color: rgb(10,7,159); }
H1.HeaderClassName
{
color: #0A079F;
}
.AnyTagClassName
{
color: #0A079F;
}
</style>
background-color css
<style>
a { background-color: #0A079F; }
a { background-color: rgb(10,7,159); }
div.DivClassName
{
background-color: #0A079F;
}
.BgClassName
{
background-color: #0A079F;
}
</style>
border-color css
<style>
span { border-color: #0A079F; }
span { border-color: rgb(10,7,159); }
td.TdClassName
{
border-color: #0A079F;
}
.TagClassName
{
border-color: #0A079F;
}
</style>