Shades of Midnight Express #060C46
Tints of Midnight Express #060C46
RGB
CMYK
RGB Variations
Color information
#060C46 (or 0x060C46) is known color: Midnight Express. HEX triplet: 06, 0C and 46. RGB value is (6,12,70). Sum of RGB (Red+Green+Blue) = 6+12+70=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 70 (27.73% from 255 or 79.55% from 88); Max value from RGB is 70 - color contains mainly: blue. Hex color #060C46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C46 is #F9F3B9. Grayscale: #101010. Windows color (decimal): -16380858 or 4590598. OLE color: 4590598.
HSL color Cylindrical-coordinate representation of color #060C46: hue angle of 234.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #060C46 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 12 | 70 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.73 |
| HSL | 234.38º | 0.84% | 0.15% | - |
| HSV(B) | 234.38º | 0.91% | 0.27% | - |
| XYZ | 1.31 | 0.74 | 5.87 | - |
| YUV | 16.82 | 158.01 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 70 | 0.91 | 0.83 | 0 | 0.73 | 234.38 | 0.84 | 0.15 |
| Hex | 6 | C | 46 | 5B | 53 | 0 | 49 | EA | 54 | F |
| Octal | 6 | 14 | 106 | 133 | 123 | 0 | 111 | 352 | 124 | 17 |
| Binary | 110 | 1100 | 1000110 | 1011011 | 1010011 | 0 | 1001001 | 11101010 | 1010100 | 1111 |
Color Harmonies of #060C46
Complementary color
Monochromatic Colors of #060C46
Black with #060C46
Text Example
Text Example
White with #060C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C46; }
p { color: rgb(6,12,70); }
H1.HeaderClassName
{
color: #060C46;
}
.AnyTagClassName
{
color: #060C46;
}
</style>
background-color css
<style>
a { background-color: #060C46; }
a { background-color: rgb(6,12,70); }
div.DivClassName
{
background-color: #060C46;
}
.BgClassName
{
background-color: #060C46;
}
</style>
border-color css
<style>
span { border-color: #060C46; }
span { border-color: rgb(6,12,70); }
td.TdClassName
{
border-color: #060C46;
}
.TagClassName
{
border-color: #060C46;
}
</style>