Shades of Midnight Express #01083D
Tints of Midnight Express #01083D
RGB
CMYK
RGB Variations
Color information
#01083D (or 0x01083D) is known color: Midnight Express. HEX triplet: 01, 08 and 3D. RGB value is (1,8,61). Sum of RGB (Red+Green+Blue) = 1+8+61=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 61 (24.22% from 255 or 87.14% from 70); Max value from RGB is 61 - color contains mainly: blue. Hex color #01083D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01083D is #FEF7C2. Grayscale: #0B0B0B. Windows color (decimal): -16709571 or 3999745. OLE color: 3999745.
HSL color Cylindrical-coordinate representation of color #01083D: hue angle of 233º 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 #01083D is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 8 | 61 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.76 |
| HSL | 233º | 0.97% | 0.12% | - |
| HSV(B) | 233º | 0.98% | 0.24% | - |
| XYZ | 0.94 | 0.52 | 4.47 | - |
| YUV | 11.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 61 | 0.98 | 0.87 | 0 | 0.76 | 233 | 0.97 | 0.12 |
| Hex | 1 | 8 | 3D | 62 | 57 | 0 | 4C | E9 | 61 | C |
| Octal | 1 | 10 | 75 | 142 | 127 | 0 | 114 | 351 | 141 | 14 |
| Binary | 1 | 1000 | 111101 | 1100010 | 1010111 | 0 | 1001100 | 11101001 | 1100001 | 1100 |
Color Harmonies of #01083D
Complementary color
Monochromatic Colors of #01083D
Black with #01083D
Text Example
Text Example
White with #01083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01083D; }
p { color: rgb(1,8,61); }
H1.HeaderClassName
{
color: #01083D;
}
.AnyTagClassName
{
color: #01083D;
}
</style>
background-color css
<style>
a { background-color: #01083D; }
a { background-color: rgb(1,8,61); }
div.DivClassName
{
background-color: #01083D;
}
.BgClassName
{
background-color: #01083D;
}
</style>
border-color css
<style>
span { border-color: #01083D; }
span { border-color: rgb(1,8,61); }
td.TdClassName
{
border-color: #01083D;
}
.TagClassName
{
border-color: #01083D;
}
</style>