Shades of New Midnight Blue #08069E
Tints of New Midnight Blue #08069E
RGB
CMYK
RGB Variations
Color information
#08069E (or 0x08069E) is known color: New Midnight Blue. HEX triplet: 08, 06 and 9E. RGB value is (8,6,158). Sum of RGB (Red+Green+Blue) = 8+6+158=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 158 (62.11% from 255 or 91.86% from 172); Max value from RGB is 158 - color contains mainly: blue. Hex color #08069E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08069E is #F7F961. Grayscale: #171717. Windows color (decimal): -16251234 or 10356232. OLE color: 10356232.
HSL color Cylindrical-coordinate representation of color #08069E: hue angle of 240.79º degrees, saturation: 0.93, 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 #08069E is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 6 | 158 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.38 |
| HSL | 240.79º | 0.93% | 0.32% | - |
| HSV(B) | 240.79º | 0.96% | 0.62% | - |
| XYZ | 6.34 | 2.65 | 32.53 | - |
| YUV | 23.93 | 203.66 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 158 | 0.95 | 0.96 | 0 | 0.38 | 240.79 | 0.93 | 0.32 |
| Hex | 8 | 6 | 9E | 5F | 60 | 0 | 26 | F1 | 5D | 20 |
| Octal | 10 | 6 | 236 | 137 | 140 | 0 | 46 | 361 | 135 | 40 |
| Binary | 1000 | 110 | 10011110 | 1011111 | 1100000 | 0 | 100110 | 11110001 | 1011101 | 100000 |
Color Harmonies of #08069E
Complementary color
Monochromatic Colors of #08069E
Black with #08069E
Text Example
Text Example
White with #08069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08069E; }
p { color: rgb(8,6,158); }
H1.HeaderClassName
{
color: #08069E;
}
.AnyTagClassName
{
color: #08069E;
}
</style>
background-color css
<style>
a { background-color: #08069E; }
a { background-color: rgb(8,6,158); }
div.DivClassName
{
background-color: #08069E;
}
.BgClassName
{
background-color: #08069E;
}
</style>
border-color css
<style>
span { border-color: #08069E; }
span { border-color: rgb(8,6,158); }
td.TdClassName
{
border-color: #08069E;
}
.TagClassName
{
border-color: #08069E;
}
</style>