Shades of Midnight Express #06123B
Tints of Midnight Express #06123B
RGB
CMYK
RGB Variations
Color information
#06123B (or 0x06123B) is known color: Midnight Express. HEX triplet: 06, 12 and 3B. RGB value is (6,18,59). Sum of RGB (Red+Green+Blue) = 6+18+59=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 59 (23.44% from 255 or 71.08% from 83); Max value from RGB is 59 - color contains mainly: blue. Hex color #06123B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06123B is #F9EDC4. Grayscale: #121212. Windows color (decimal): -16379333 or 3871238. OLE color: 3871238.
HSL color Cylindrical-coordinate representation of color #06123B: hue angle of 226.42º degrees, saturation: 0.82, 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 #06123B is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 18 | 59 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.77 |
| HSL | 226.42º | 0.82% | 0.13% | - |
| HSV(B) | 226.42º | 0.9% | 0.23% | - |
| XYZ | 1.08 | 0.79 | 4.23 | - |
| YUV | 19.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 59 | 0.90 | 0.69 | 0 | 0.77 | 226.42 | 0.82 | 0.13 |
| Hex | 6 | 12 | 3B | 5A | 45 | 0 | 4D | E2 | 52 | D |
| Octal | 6 | 22 | 73 | 132 | 105 | 0 | 115 | 342 | 122 | 15 |
| Binary | 110 | 10010 | 111011 | 1011010 | 1000101 | 0 | 1001101 | 11100010 | 1010010 | 1101 |
Color Harmonies of #06123B
Complementary color
Monochromatic Colors of #06123B
Black with #06123B
Text Example
Text Example
White with #06123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06123B; }
p { color: rgb(6,18,59); }
H1.HeaderClassName
{
color: #06123B;
}
.AnyTagClassName
{
color: #06123B;
}
</style>
background-color css
<style>
a { background-color: #06123B; }
a { background-color: rgb(6,18,59); }
div.DivClassName
{
background-color: #06123B;
}
.BgClassName
{
background-color: #06123B;
}
</style>
border-color css
<style>
span { border-color: #06123B; }
span { border-color: rgb(6,18,59); }
td.TdClassName
{
border-color: #06123B;
}
.TagClassName
{
border-color: #06123B;
}
</style>