Shades of Midnight Express #06123A
Tints of Midnight Express #06123A
RGB
CMYK
RGB Variations
Color information
#06123A (or 0x06123A) is known color: Midnight Express. HEX triplet: 06, 12 and 3A. RGB value is (6,18,58). Sum of RGB (Red+Green+Blue) = 6+18+58=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 58 (23.05% from 255 or 70.73% from 82); Max value from RGB is 58 - color contains mainly: blue. Hex color #06123A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06123A is #F9EDC5. Grayscale: #121212. Windows color (decimal): -16379334 or 3805702. OLE color: 3805702.
HSL color Cylindrical-coordinate representation of color #06123A: hue angle of 226.15º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06123A is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 18 | 58 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.77 |
| HSL | 226.15º | 0.81% | 0.13% | - |
| HSV(B) | 226.15º | 0.9% | 0.23% | - |
| XYZ | 1.06 | 0.78 | 4.1 | - |
| YUV | 18.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 58 | 0.90 | 0.69 | 0 | 0.77 | 226.15 | 0.81 | 0.13 |
| Hex | 6 | 12 | 3A | 5A | 45 | 0 | 4D | E2 | 51 | D |
| Octal | 6 | 22 | 72 | 132 | 105 | 0 | 115 | 342 | 121 | 15 |
| Binary | 110 | 10010 | 111010 | 1011010 | 1000101 | 0 | 1001101 | 11100010 | 1010001 | 1101 |
Color Harmonies of #06123A
Complementary color
Monochromatic Colors of #06123A
Black with #06123A
Text Example
Text Example
White with #06123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06123A; }
p { color: rgb(6,18,58); }
H1.HeaderClassName
{
color: #06123A;
}
.AnyTagClassName
{
color: #06123A;
}
</style>
background-color css
<style>
a { background-color: #06123A; }
a { background-color: rgb(6,18,58); }
div.DivClassName
{
background-color: #06123A;
}
.BgClassName
{
background-color: #06123A;
}
</style>
border-color css
<style>
span { border-color: #06123A; }
span { border-color: rgb(6,18,58); }
td.TdClassName
{
border-color: #06123A;
}
.TagClassName
{
border-color: #06123A;
}
</style>