Shades of Midnight Express #01093C
Tints of Midnight Express #01093C
RGB
CMYK
RGB Variations
Color information
#01093C (or 0x01093C) is known color: Midnight Express. HEX triplet: 01, 09 and 3C. RGB value is (1,9,60). Sum of RGB (Red+Green+Blue) = 1+9+60=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 60 (23.83% from 255 or 85.71% from 70); Max value from RGB is 60 - color contains mainly: blue. Hex color #01093C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01093C is #FEF6C3. Grayscale: #0C0C0C. Windows color (decimal): -16709316 or 3934465. OLE color: 3934465.
HSL color Cylindrical-coordinate representation of color #01093C: hue angle of 231.86º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01093C is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 9 | 60 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.76 |
| HSL | 231.86º | 0.97% | 0.12% | - |
| HSV(B) | 231.86º | 0.98% | 0.24% | - |
| XYZ | 0.93 | 0.53 | 4.33 | - |
| YUV | 12.42 | 154.85 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 60 | 0.98 | 0.85 | 0 | 0.76 | 231.86 | 0.97 | 0.12 |
| Hex | 1 | 9 | 3C | 62 | 55 | 0 | 4C | E8 | 61 | C |
| Octal | 1 | 11 | 74 | 142 | 125 | 0 | 114 | 350 | 141 | 14 |
| Binary | 1 | 1001 | 111100 | 1100010 | 1010101 | 0 | 1001100 | 11101000 | 1100001 | 1100 |
Color Harmonies of #01093C
Complementary color
Monochromatic Colors of #01093C
Black with #01093C
Text Example
Text Example
White with #01093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01093C; }
p { color: rgb(1,9,60); }
H1.HeaderClassName
{
color: #01093C;
}
.AnyTagClassName
{
color: #01093C;
}
</style>
background-color css
<style>
a { background-color: #01093C; }
a { background-color: rgb(1,9,60); }
div.DivClassName
{
background-color: #01093C;
}
.BgClassName
{
background-color: #01093C;
}
</style>
border-color css
<style>
span { border-color: #01093C; }
span { border-color: rgb(1,9,60); }
td.TdClassName
{
border-color: #01093C;
}
.TagClassName
{
border-color: #01093C;
}
</style>