Shades of Midnight Blue #08045E
Tints of Midnight Blue #08045E
RGB
CMYK
RGB Variations
Color information
#08045E (or 0x08045E) is known color: Midnight Blue. HEX triplet: 08, 04 and 5E. RGB value is (8,4,94). Sum of RGB (Red+Green+Blue) = 8+4+94=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 94 (37.11% from 255 or 88.68% from 106); Max value from RGB is 94 - color contains mainly: blue. Hex color #08045E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08045E is #F7FBA1. Grayscale: #0F0F0F. Windows color (decimal): -16251810 or 6161416. OLE color: 6161416.
HSL color Cylindrical-coordinate representation of color #08045E: hue angle of 242.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08045E is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 4 | 94 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.63 |
| HSL | 242.67º | 0.92% | 0.19% | - |
| HSV(B) | 242.67º | 0.96% | 0.37% | - |
| XYZ | 2.16 | 0.95 | 10.66 | - |
| YUV | 15.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 94 | 0.91 | 0.96 | 0 | 0.63 | 242.67 | 0.92 | 0.19 |
| Hex | 8 | 4 | 5E | 5B | 60 | 0 | 3F | F3 | 5C | 13 |
| Octal | 10 | 4 | 136 | 133 | 140 | 0 | 77 | 363 | 134 | 23 |
| Binary | 1000 | 100 | 1011110 | 1011011 | 1100000 | 0 | 111111 | 11110011 | 1011100 | 10011 |
Color Harmonies of #08045E
Complementary color
Monochromatic Colors of #08045E
Black with #08045E
Text Example
Text Example
White with #08045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08045E; }
p { color: rgb(8,4,94); }
H1.HeaderClassName
{
color: #08045E;
}
.AnyTagClassName
{
color: #08045E;
}
</style>
background-color css
<style>
a { background-color: #08045E; }
a { background-color: rgb(8,4,94); }
div.DivClassName
{
background-color: #08045E;
}
.BgClassName
{
background-color: #08045E;
}
</style>
border-color css
<style>
span { border-color: #08045E; }
span { border-color: rgb(8,4,94); }
td.TdClassName
{
border-color: #08045E;
}
.TagClassName
{
border-color: #08045E;
}
</style>