Shades of Midnight Express #04102B
Tints of Midnight Express #04102B
RGB
CMYK
RGB Variations
Color information
#04102B (or 0x04102B) is known color: Midnight Express. HEX triplet: 04, 10 and 2B. RGB value is (4,16,43). Sum of RGB (Red+Green+Blue) = 4+16+43=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 43 (17.19% from 255 or 68.25% from 63); Max value from RGB is 43 - color contains mainly: blue. Hex color #04102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04102B is #FBEFD4. Grayscale: #0F0F0F. Windows color (decimal): -16510933 or 2822148. OLE color: 2822148.
HSL color Cylindrical-coordinate representation of color #04102B: hue angle of 221.54º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04102B is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 16 | 43 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.83 |
| HSL | 221.54º | 0.83% | 0.09% | - |
| HSV(B) | 221.54º | 0.91% | 0.17% | - |
| XYZ | 0.67 | 0.57 | 2.36 | - |
| YUV | 15.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 43 | 0.91 | 0.63 | 0 | 0.83 | 221.54 | 0.83 | 0.09 |
| Hex | 4 | 10 | 2B | 5B | 3F | 0 | 53 | DE | 53 | 9 |
| Octal | 4 | 20 | 53 | 133 | 77 | 0 | 123 | 336 | 123 | 11 |
| Binary | 100 | 10000 | 101011 | 1011011 | 111111 | 0 | 1010011 | 11011110 | 1010011 | 1001 |
Color Harmonies of #04102B
Complementary color
Monochromatic Colors of #04102B
Black with #04102B
Text Example
Text Example
White with #04102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04102B; }
p { color: rgb(4,16,43); }
H1.HeaderClassName
{
color: #04102B;
}
.AnyTagClassName
{
color: #04102B;
}
</style>
background-color css
<style>
a { background-color: #04102B; }
a { background-color: rgb(4,16,43); }
div.DivClassName
{
background-color: #04102B;
}
.BgClassName
{
background-color: #04102B;
}
</style>
border-color css
<style>
span { border-color: #04102B; }
span { border-color: rgb(4,16,43); }
td.TdClassName
{
border-color: #04102B;
}
.TagClassName
{
border-color: #04102B;
}
</style>