Shades of Midnight Blue #04075F
Tints of Midnight Blue #04075F
RGB
CMYK
RGB Variations
Color information
#04075F (or 0x04075F) is known color: Midnight Blue. HEX triplet: 04, 07 and 5F. RGB value is (4,7,95). Sum of RGB (Red+Green+Blue) = 4+7+95=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 95 (37.5% from 255 or 89.62% from 106); Max value from RGB is 95 - color contains mainly: blue. Hex color #04075F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04075F is #FBF8A0. Grayscale: #0F0F0F. Windows color (decimal): -16513185 or 6227716. OLE color: 6227716.
HSL color Cylindrical-coordinate representation of color #04075F: hue angle of 238.02º 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 #04075F is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 7 | 95 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.63 |
| HSL | 238.02º | 0.92% | 0.19% | - |
| HSV(B) | 238.02º | 0.96% | 0.37% | - |
| XYZ | 2.19 | 1 | 10.9 | - |
| YUV | 16.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 95 | 0.96 | 0.93 | 0 | 0.63 | 238.02 | 0.92 | 0.19 |
| Hex | 4 | 7 | 5F | 60 | 5D | 0 | 3F | EE | 5C | 13 |
| Octal | 4 | 7 | 137 | 140 | 135 | 0 | 77 | 356 | 134 | 23 |
| Binary | 100 | 111 | 1011111 | 1100000 | 1011101 | 0 | 111111 | 11101110 | 1011100 | 10011 |
Color Harmonies of #04075F
Complementary color
Monochromatic Colors of #04075F
Black with #04075F
Text Example
Text Example
White with #04075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04075F; }
p { color: rgb(4,7,95); }
H1.HeaderClassName
{
color: #04075F;
}
.AnyTagClassName
{
color: #04075F;
}
</style>
background-color css
<style>
a { background-color: #04075F; }
a { background-color: rgb(4,7,95); }
div.DivClassName
{
background-color: #04075F;
}
.BgClassName
{
background-color: #04075F;
}
</style>
border-color css
<style>
span { border-color: #04075F; }
span { border-color: rgb(4,7,95); }
td.TdClassName
{
border-color: #04075F;
}
.TagClassName
{
border-color: #04075F;
}
</style>