Shades of Midnight Express #01123D
Tints of Midnight Express #01123D
RGB
CMYK
RGB Variations
Color information
#01123D (or 0x01123D) is known color: Midnight Express. HEX triplet: 01, 12 and 3D. RGB value is (1,18,61). Sum of RGB (Red+Green+Blue) = 1+18+61=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 61 (24.22% from 255 or 76.25% from 80); Max value from RGB is 61 - color contains mainly: blue. Hex color #01123D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01123D is #FEEDC2. Grayscale: #111111. Windows color (decimal): -16707011 or 4002305. OLE color: 4002305.
HSL color Cylindrical-coordinate representation of color #01123D: hue angle of 223º 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 #01123D is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 18 | 61 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.76 |
| HSL | 223º | 0.97% | 0.12% | - |
| HSV(B) | 223º | 0.98% | 0.24% | - |
| XYZ | 1.07 | 0.78 | 4.51 | - |
| YUV | 17.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 61 | 0.98 | 0.70 | 0 | 0.76 | 223 | 0.97 | 0.12 |
| Hex | 1 | 12 | 3D | 62 | 46 | 0 | 4C | DF | 61 | C |
| Octal | 1 | 22 | 75 | 142 | 106 | 0 | 114 | 337 | 141 | 14 |
| Binary | 1 | 10010 | 111101 | 1100010 | 1000110 | 0 | 1001100 | 11011111 | 1100001 | 1100 |
Color Harmonies of #01123D
Complementary color
Monochromatic Colors of #01123D
Black with #01123D
Text Example
Text Example
White with #01123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01123D; }
p { color: rgb(1,18,61); }
H1.HeaderClassName
{
color: #01123D;
}
.AnyTagClassName
{
color: #01123D;
}
</style>
background-color css
<style>
a { background-color: #01123D; }
a { background-color: rgb(1,18,61); }
div.DivClassName
{
background-color: #01123D;
}
.BgClassName
{
background-color: #01123D;
}
</style>
border-color css
<style>
span { border-color: #01123D; }
span { border-color: rgb(1,18,61); }
td.TdClassName
{
border-color: #01123D;
}
.TagClassName
{
border-color: #01123D;
}
</style>