Shades of Midnight Blue #04106D
Tints of Midnight Blue #04106D
RGB
CMYK
RGB Variations
Color information
#04106D (or 0x04106D) is known color: Midnight Blue. HEX triplet: 04, 10 and 6D. RGB value is (4,16,109). Sum of RGB (Red+Green+Blue) = 4+16+109=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 109 (42.97% from 255 or 84.50% from 129); Max value from RGB is 109 - color contains mainly: blue. Hex color #04106D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04106D is #FBEF92. Grayscale: #161616. Windows color (decimal): -16510867 or 7147524. OLE color: 7147524.
HSL color Cylindrical-coordinate representation of color #04106D: hue angle of 233.14º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04106D is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 16 | 109 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.57 |
| HSL | 233.14º | 0.93% | 0.22% | - |
| HSV(B) | 233.14º | 0.96% | 0.43% | - |
| XYZ | 3 | 1.5 | 14.6 | - |
| YUV | 23.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 109 | 0.96 | 0.85 | 0 | 0.57 | 233.14 | 0.93 | 0.22 |
| Hex | 4 | 10 | 6D | 60 | 55 | 0 | 39 | E9 | 5D | 16 |
| Octal | 4 | 20 | 155 | 140 | 125 | 0 | 71 | 351 | 135 | 26 |
| Binary | 100 | 10000 | 1101101 | 1100000 | 1010101 | 0 | 111001 | 11101001 | 1011101 | 10110 |
Color Harmonies of #04106D
Complementary color
Monochromatic Colors of #04106D
Black with #04106D
Text Example
Text Example
White with #04106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04106D; }
p { color: rgb(4,16,109); }
H1.HeaderClassName
{
color: #04106D;
}
.AnyTagClassName
{
color: #04106D;
}
</style>
background-color css
<style>
a { background-color: #04106D; }
a { background-color: rgb(4,16,109); }
div.DivClassName
{
background-color: #04106D;
}
.BgClassName
{
background-color: #04106D;
}
</style>
border-color css
<style>
span { border-color: #04106D; }
span { border-color: rgb(4,16,109); }
td.TdClassName
{
border-color: #04106D;
}
.TagClassName
{
border-color: #04106D;
}
</style>