Shades of Midnight Express #01023E
Tints of Midnight Express #01023E
RGB
CMYK
RGB Variations
Color information
#01023E (or 0x01023E) is known color: Midnight Express. HEX triplet: 01, 02 and 3E. RGB value is (1,2,62). Sum of RGB (Red+Green+Blue) = 1+2+62=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 62 (24.61% from 255 or 95.38% from 65); Max value from RGB is 62 - color contains mainly: blue. Hex color #01023E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01023E is #FEFDC1. Grayscale: #080808. Windows color (decimal): -16711106 or 4063745. OLE color: 4063745.
HSL color Cylindrical-coordinate representation of color #01023E: hue angle of 239.02º 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 #01023E is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 2 | 62 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.76 |
| HSL | 239.02º | 0.97% | 0.12% | - |
| HSV(B) | 239.02º | 0.98% | 0.24% | - |
| XYZ | 0.9 | 0.4 | 4.59 | - |
| YUV | 8.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 62 | 0.98 | 0.97 | 0 | 0.76 | 239.02 | 0.97 | 0.12 |
| Hex | 1 | 2 | 3E | 62 | 61 | 0 | 4C | EF | 61 | C |
| Octal | 1 | 2 | 76 | 142 | 141 | 0 | 114 | 357 | 141 | 14 |
| Binary | 1 | 10 | 111110 | 1100010 | 1100001 | 0 | 1001100 | 11101111 | 1100001 | 1100 |
Color Harmonies of #01023E
Complementary color
Monochromatic Colors of #01023E
Black with #01023E
Text Example
Text Example
White with #01023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01023E; }
p { color: rgb(1,2,62); }
H1.HeaderClassName
{
color: #01023E;
}
.AnyTagClassName
{
color: #01023E;
}
</style>
background-color css
<style>
a { background-color: #01023E; }
a { background-color: rgb(1,2,62); }
div.DivClassName
{
background-color: #01023E;
}
.BgClassName
{
background-color: #01023E;
}
</style>
border-color css
<style>
span { border-color: #01023E; }
span { border-color: rgb(1,2,62); }
td.TdClassName
{
border-color: #01023E;
}
.TagClassName
{
border-color: #01023E;
}
</style>