Shades of Midnight Express #04122B
Tints of Midnight Express #04122B
RGB
CMYK
RGB Variations
Color information
#04122B (or 0x04122B) is known color: Midnight Express. HEX triplet: 04, 12 and 2B. RGB value is (4,18,43). Sum of RGB (Red+Green+Blue) = 4+18+43=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 43 (17.19% from 255 or 66.15% from 65); Max value from RGB is 43 - color contains mainly: blue. Hex color #04122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04122B is #FBEDD4. Grayscale: #101010. Windows color (decimal): -16510421 or 2822660. OLE color: 2822660.
HSL color Cylindrical-coordinate representation of color #04122B: hue angle of 218.46º 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 #04122B is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 18 | 43 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.83 |
| HSL | 218.46º | 0.83% | 0.09% | - |
| HSV(B) | 218.46º | 0.91% | 0.17% | - |
| XYZ | 0.7 | 0.63 | 2.37 | - |
| YUV | 16.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 43 | 0.91 | 0.58 | 0 | 0.83 | 218.46 | 0.83 | 0.09 |
| Hex | 4 | 12 | 2B | 5B | 3A | 0 | 53 | DA | 53 | 9 |
| Octal | 4 | 22 | 53 | 133 | 72 | 0 | 123 | 332 | 123 | 11 |
| Binary | 100 | 10010 | 101011 | 1011011 | 111010 | 0 | 1010011 | 11011010 | 1010011 | 1001 |
Color Harmonies of #04122B
Complementary color
Monochromatic Colors of #04122B
Black with #04122B
Text Example
Text Example
White with #04122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04122B; }
p { color: rgb(4,18,43); }
H1.HeaderClassName
{
color: #04122B;
}
.AnyTagClassName
{
color: #04122B;
}
</style>
background-color css
<style>
a { background-color: #04122B; }
a { background-color: rgb(4,18,43); }
div.DivClassName
{
background-color: #04122B;
}
.BgClassName
{
background-color: #04122B;
}
</style>
border-color css
<style>
span { border-color: #04122B; }
span { border-color: rgb(4,18,43); }
td.TdClassName
{
border-color: #04122B;
}
.TagClassName
{
border-color: #04122B;
}
</style>