Shades of Midnight Express #01133F
Tints of Midnight Express #01133F
RGB
CMYK
RGB Variations
Color information
#01133F (or 0x01133F) is known color: Midnight Express. HEX triplet: 01, 13 and 3F. RGB value is (1,19,63). Sum of RGB (Red+Green+Blue) = 1+19+63=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 63 (25% from 255 or 75.90% from 83); Max value from RGB is 63 - color contains mainly: blue. Hex color #01133F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01133F is #FEECC0. Grayscale: #121212. Windows color (decimal): -16706753 or 4133633. OLE color: 4133633.
HSL color Cylindrical-coordinate representation of color #01133F: hue angle of 222.58º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01133F is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 19 | 63 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.75 |
| HSL | 222.58º | 0.97% | 0.13% | - |
| HSV(B) | 222.58º | 0.98% | 0.25% | - |
| XYZ | 1.14 | 0.83 | 4.8 | - |
| YUV | 18.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 63 | 0.98 | 0.70 | 0 | 0.75 | 222.58 | 0.97 | 0.13 |
| Hex | 1 | 13 | 3F | 62 | 46 | 0 | 4B | DF | 61 | D |
| Octal | 1 | 23 | 77 | 142 | 106 | 0 | 113 | 337 | 141 | 15 |
| Binary | 1 | 10011 | 111111 | 1100010 | 1000110 | 0 | 1001011 | 11011111 | 1100001 | 1101 |
Color Harmonies of #01133F
Complementary color
Monochromatic Colors of #01133F
Black with #01133F
Text Example
Text Example
White with #01133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01133F; }
p { color: rgb(1,19,63); }
H1.HeaderClassName
{
color: #01133F;
}
.AnyTagClassName
{
color: #01133F;
}
</style>
background-color css
<style>
a { background-color: #01133F; }
a { background-color: rgb(1,19,63); }
div.DivClassName
{
background-color: #01133F;
}
.BgClassName
{
background-color: #01133F;
}
</style>
border-color css
<style>
span { border-color: #01133F; }
span { border-color: rgb(1,19,63); }
td.TdClassName
{
border-color: #01133F;
}
.TagClassName
{
border-color: #01133F;
}
</style>