Shades of Midnight Express #010C43
Tints of Midnight Express #010C43
RGB
CMYK
RGB Variations
Color information
#010C43 (or 0x010C43) is known color: Midnight Express. HEX triplet: 01, 0C and 43. RGB value is (1,12,67). Sum of RGB (Red+Green+Blue) = 1+12+67=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 67 (26.56% from 255 or 83.75% from 80); Max value from RGB is 67 - color contains mainly: blue. Hex color #010C43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C43 is #FEF3BC. Grayscale: #0E0E0E. Windows color (decimal): -16708541 or 4393985. OLE color: 4393985.
HSL color Cylindrical-coordinate representation of color #010C43: hue angle of 230º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C43 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 12 | 67 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.74 |
| HSL | 230º | 0.97% | 0.13% | - |
| HSV(B) | 230º | 0.99% | 0.26% | - |
| XYZ | 1.16 | 0.67 | 5.38 | - |
| YUV | 14.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 67 | 0.99 | 0.82 | 0 | 0.74 | 230 | 0.97 | 0.13 |
| Hex | 1 | C | 43 | 63 | 52 | 0 | 4A | E6 | 61 | D |
| Octal | 1 | 14 | 103 | 143 | 122 | 0 | 112 | 346 | 141 | 15 |
| Binary | 1 | 1100 | 1000011 | 1100011 | 1010010 | 0 | 1001010 | 11100110 | 1100001 | 1101 |
Color Harmonies of #010C43
Complementary color
Monochromatic Colors of #010C43
Black with #010C43
Text Example
Text Example
White with #010C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C43; }
p { color: rgb(1,12,67); }
H1.HeaderClassName
{
color: #010C43;
}
.AnyTagClassName
{
color: #010C43;
}
</style>
background-color css
<style>
a { background-color: #010C43; }
a { background-color: rgb(1,12,67); }
div.DivClassName
{
background-color: #010C43;
}
.BgClassName
{
background-color: #010C43;
}
</style>
border-color css
<style>
span { border-color: #010C43; }
span { border-color: rgb(1,12,67); }
td.TdClassName
{
border-color: #010C43;
}
.TagClassName
{
border-color: #010C43;
}
</style>