Shades of Midnight Express #01143A
Tints of Midnight Express #01143A
RGB
CMYK
RGB Variations
Color information
#01143A (or 0x01143A) is known color: Midnight Express. HEX triplet: 01, 14 and 3A. RGB value is (1,20,58). Sum of RGB (Red+Green+Blue) = 1+20+58=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 58 (23.05% from 255 or 73.42% from 79); Max value from RGB is 58 - color contains mainly: blue. Hex color #01143A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01143A is #FEEBC5. Grayscale: #121212. Windows color (decimal): -16706502 or 3806209. OLE color: 3806209.
HSL color Cylindrical-coordinate representation of color #01143A: hue angle of 220º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01143A is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 20 | 58 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.77 |
| HSL | 220º | 0.97% | 0.12% | - |
| HSV(B) | 220º | 0.98% | 0.23% | - |
| XYZ | 1.03 | 0.81 | 4.11 | - |
| YUV | 18.65 | 150.21 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 58 | 0.98 | 0.66 | 0 | 0.77 | 220 | 0.97 | 0.12 |
| Hex | 1 | 14 | 3A | 62 | 42 | 0 | 4D | DC | 61 | C |
| Octal | 1 | 24 | 72 | 142 | 102 | 0 | 115 | 334 | 141 | 14 |
| Binary | 1 | 10100 | 111010 | 1100010 | 1000010 | 0 | 1001101 | 11011100 | 1100001 | 1100 |
Color Harmonies of #01143A
Complementary color
Monochromatic Colors of #01143A
Black with #01143A
Text Example
Text Example
White with #01143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01143A; }
p { color: rgb(1,20,58); }
H1.HeaderClassName
{
color: #01143A;
}
.AnyTagClassName
{
color: #01143A;
}
</style>
background-color css
<style>
a { background-color: #01143A; }
a { background-color: rgb(1,20,58); }
div.DivClassName
{
background-color: #01143A;
}
.BgClassName
{
background-color: #01143A;
}
</style>
border-color css
<style>
span { border-color: #01143A; }
span { border-color: rgb(1,20,58); }
td.TdClassName
{
border-color: #01143A;
}
.TagClassName
{
border-color: #01143A;
}
</style>