Shades of Midnight Blue #04065E
Tints of Midnight Blue #04065E
RGB
CMYK
RGB Variations
Color information
#04065E (or 0x04065E) is known color: Midnight Blue. HEX triplet: 04, 06 and 5E. RGB value is (4,6,94). Sum of RGB (Red+Green+Blue) = 4+6+94=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 94 (37.11% from 255 or 90.38% from 104); Max value from RGB is 94 - color contains mainly: blue. Hex color #04065E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04065E is #FBF9A1. Grayscale: #0F0F0F. Windows color (decimal): -16513442 or 6161924. OLE color: 6161924.
HSL color Cylindrical-coordinate representation of color #04065E: hue angle of 238.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 #04065E is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 6 | 94 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.63 |
| HSL | 238.67º | 0.92% | 0.19% | - |
| HSV(B) | 238.67º | 0.96% | 0.37% | - |
| XYZ | 2.14 | 0.96 | 10.66 | - |
| YUV | 15.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 6 | 94 | 0.96 | 0.94 | 0 | 0.63 | 238.67 | 0.92 | 0.19 |
| Hex | 4 | 6 | 5E | 60 | 5E | 0 | 3F | EF | 5C | 13 |
| Octal | 4 | 6 | 136 | 140 | 136 | 0 | 77 | 357 | 134 | 23 |
| Binary | 100 | 110 | 1011110 | 1100000 | 1011110 | 0 | 111111 | 11101111 | 1011100 | 10011 |
Color Harmonies of #04065E
Complementary color
Monochromatic Colors of #04065E
Black with #04065E
Text Example
Text Example
White with #04065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04065E; }
p { color: rgb(4,6,94); }
H1.HeaderClassName
{
color: #04065E;
}
.AnyTagClassName
{
color: #04065E;
}
</style>
background-color css
<style>
a { background-color: #04065E; }
a { background-color: rgb(4,6,94); }
div.DivClassName
{
background-color: #04065E;
}
.BgClassName
{
background-color: #04065E;
}
</style>
border-color css
<style>
span { border-color: #04065E; }
span { border-color: rgb(4,6,94); }
td.TdClassName
{
border-color: #04065E;
}
.TagClassName
{
border-color: #04065E;
}
</style>