Shades of New Midnight Blue #08059E
Tints of New Midnight Blue #08059E
RGB
CMYK
RGB Variations
Color information
#08059E (or 0x08059E) is known color: New Midnight Blue. HEX triplet: 08, 05 and 9E. RGB value is (8,5,158). Sum of RGB (Red+Green+Blue) = 8+5+158=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 158 (62.11% from 255 or 92.40% from 171); Max value from RGB is 158 - color contains mainly: blue. Hex color #08059E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08059E is #F7FA61. Grayscale: #161616. Windows color (decimal): -16251490 or 10355976. OLE color: 10355976.
HSL color Cylindrical-coordinate representation of color #08059E: hue angle of 241.18º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08059E is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 5 | 158 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.38 |
| HSL | 241.18º | 0.94% | 0.32% | - |
| HSV(B) | 241.18º | 0.97% | 0.62% | - |
| XYZ | 6.33 | 2.63 | 32.52 | - |
| YUV | 23.34 | 203.99 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 158 | 0.95 | 0.97 | 0 | 0.38 | 241.18 | 0.94 | 0.32 |
| Hex | 8 | 5 | 9E | 5F | 61 | 0 | 26 | F1 | 5E | 20 |
| Octal | 10 | 5 | 236 | 137 | 141 | 0 | 46 | 361 | 136 | 40 |
| Binary | 1000 | 101 | 10011110 | 1011111 | 1100001 | 0 | 100110 | 11110001 | 1011110 | 100000 |
Color Harmonies of #08059E
Complementary color
Monochromatic Colors of #08059E
Black with #08059E
Text Example
Text Example
White with #08059E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08059E; }
p { color: rgb(8,5,158); }
H1.HeaderClassName
{
color: #08059E;
}
.AnyTagClassName
{
color: #08059E;
}
</style>
background-color css
<style>
a { background-color: #08059E; }
a { background-color: rgb(8,5,158); }
div.DivClassName
{
background-color: #08059E;
}
.BgClassName
{
background-color: #08059E;
}
</style>
border-color css
<style>
span { border-color: #08059E; }
span { border-color: rgb(8,5,158); }
td.TdClassName
{
border-color: #08059E;
}
.TagClassName
{
border-color: #08059E;
}
</style>