Shades of Midnight Blue #04116B
Tints of Midnight Blue #04116B
RGB
CMYK
RGB Variations
Color information
#04116B (or 0x04116B) is known color: Midnight Blue. HEX triplet: 04, 11 and 6B. RGB value is (4,17,107). Sum of RGB (Red+Green+Blue) = 4+17+107=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 107 (42.19% from 255 or 83.59% from 128); Max value from RGB is 107 - color contains mainly: blue. Hex color #04116B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04116B is #FBEE94. Grayscale: #171717. Windows color (decimal): -16510613 or 7016708. OLE color: 7016708.
HSL color Cylindrical-coordinate representation of color #04116B: hue angle of 232.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04116B is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 17 | 107 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.58 |
| HSL | 232.43º | 0.93% | 0.22% | - |
| HSV(B) | 232.43º | 0.96% | 0.42% | - |
| XYZ | 2.9 | 1.49 | 14.04 | - |
| YUV | 23.37 | 175.19 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 107 | 0.96 | 0.84 | 0 | 0.58 | 232.43 | 0.93 | 0.22 |
| Hex | 4 | 11 | 6B | 60 | 54 | 0 | 3A | E8 | 5D | 16 |
| Octal | 4 | 21 | 153 | 140 | 124 | 0 | 72 | 350 | 135 | 26 |
| Binary | 100 | 10001 | 1101011 | 1100000 | 1010100 | 0 | 111010 | 11101000 | 1011101 | 10110 |
Color Harmonies of #04116B
Complementary color
Monochromatic Colors of #04116B
Black with #04116B
Text Example
Text Example
White with #04116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04116B; }
p { color: rgb(4,17,107); }
H1.HeaderClassName
{
color: #04116B;
}
.AnyTagClassName
{
color: #04116B;
}
</style>
background-color css
<style>
a { background-color: #04116B; }
a { background-color: rgb(4,17,107); }
div.DivClassName
{
background-color: #04116B;
}
.BgClassName
{
background-color: #04116B;
}
</style>
border-color css
<style>
span { border-color: #04116B; }
span { border-color: rgb(4,17,107); }
td.TdClassName
{
border-color: #04116B;
}
.TagClassName
{
border-color: #04116B;
}
</style>