Shades of Midnight Blue #04095E
Tints of Midnight Blue #04095E
RGB
CMYK
RGB Variations
Color information
#04095E (or 0x04095E) is known color: Midnight Blue. HEX triplet: 04, 09 and 5E. RGB value is (4,9,94). Sum of RGB (Red+Green+Blue) = 4+9+94=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 94 (37.11% from 255 or 87.85% from 107); Max value from RGB is 94 - color contains mainly: blue. Hex color #04095E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04095E is #FBF6A1. Grayscale: #101010. Windows color (decimal): -16512674 or 6162692. OLE color: 6162692.
HSL color Cylindrical-coordinate representation of color #04095E: hue angle of 236.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 #04095E is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 9 | 94 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.63 |
| HSL | 236.67º | 0.92% | 0.19% | - |
| HSV(B) | 236.67º | 0.96% | 0.37% | - |
| XYZ | 2.17 | 1.03 | 10.67 | - |
| YUV | 17.2 | 171.34 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 9 | 94 | 0.96 | 0.90 | 0 | 0.63 | 236.67 | 0.92 | 0.19 |
| Hex | 4 | 9 | 5E | 60 | 5A | 0 | 3F | ED | 5C | 13 |
| Octal | 4 | 11 | 136 | 140 | 132 | 0 | 77 | 355 | 134 | 23 |
| Binary | 100 | 1001 | 1011110 | 1100000 | 1011010 | 0 | 111111 | 11101101 | 1011100 | 10011 |
Color Harmonies of #04095E
Complementary color
Monochromatic Colors of #04095E
Black with #04095E
Text Example
Text Example
White with #04095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04095E; }
p { color: rgb(4,9,94); }
H1.HeaderClassName
{
color: #04095E;
}
.AnyTagClassName
{
color: #04095E;
}
</style>
background-color css
<style>
a { background-color: #04095E; }
a { background-color: rgb(4,9,94); }
div.DivClassName
{
background-color: #04095E;
}
.BgClassName
{
background-color: #04095E;
}
</style>
border-color css
<style>
span { border-color: #04095E; }
span { border-color: rgb(4,9,94); }
td.TdClassName
{
border-color: #04095E;
}
.TagClassName
{
border-color: #04095E;
}
</style>