Shades of New Midnight Blue #08079E
Tints of New Midnight Blue #08079E
RGB
CMYK
RGB Variations
Color information
#08079E (or 0x08079E) is known color: New Midnight Blue. HEX triplet: 08, 07 and 9E. RGB value is (8,7,158). Sum of RGB (Red+Green+Blue) = 8+7+158=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 158 (62.11% from 255 or 91.33% from 173); Max value from RGB is 158 - color contains mainly: blue. Hex color #08079E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08079E is #F7F861. Grayscale: #171717. Windows color (decimal): -16250978 or 10356488. OLE color: 10356488.
HSL color Cylindrical-coordinate representation of color #08079E: hue angle of 240.4º 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 #08079E is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 7 | 158 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.38 |
| HSL | 240.4º | 0.92% | 0.32% | - |
| HSV(B) | 240.4º | 0.96% | 0.62% | - |
| XYZ | 6.35 | 2.67 | 32.53 | - |
| YUV | 24.51 | 203.33 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 158 | 0.95 | 0.96 | 0 | 0.38 | 240.4 | 0.92 | 0.32 |
| Hex | 8 | 7 | 9E | 5F | 60 | 0 | 26 | F0 | 5C | 20 |
| Octal | 10 | 7 | 236 | 137 | 140 | 0 | 46 | 360 | 134 | 40 |
| Binary | 1000 | 111 | 10011110 | 1011111 | 1100000 | 0 | 100110 | 11110000 | 1011100 | 100000 |
Color Harmonies of #08079E
Complementary color
Monochromatic Colors of #08079E
Black with #08079E
Text Example
Text Example
White with #08079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08079E; }
p { color: rgb(8,7,158); }
H1.HeaderClassName
{
color: #08079E;
}
.AnyTagClassName
{
color: #08079E;
}
</style>
background-color css
<style>
a { background-color: #08079E; }
a { background-color: rgb(8,7,158); }
div.DivClassName
{
background-color: #08079E;
}
.BgClassName
{
background-color: #08079E;
}
</style>
border-color css
<style>
span { border-color: #08079E; }
span { border-color: rgb(8,7,158); }
td.TdClassName
{
border-color: #08079E;
}
.TagClassName
{
border-color: #08079E;
}
</style>