Shades of Midnight Express #000A3C
Tints of Midnight Express #000A3C
RGB
CMYK
RGB Variations
Color information
#000A3C (or 0x000A3C) is known color: Midnight Express. HEX triplet: 00, 0A and 3C. RGB value is (0,10,60). Sum of RGB (Red+Green+Blue) = 0+10+60=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 10 (4.30% from 255 or 14.29% from 70); Blue value is 60 (23.83% from 255 or 85.71% from 70); Max value from RGB is 60 - color contains mainly: blue. Hex color #000A3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000A3C is #FFF5C3. Grayscale: #0C0C0C. Windows color (decimal): -16774596 or 3934720. OLE color: 3934720.
HSL color Cylindrical-coordinate representation of color #000A3C: hue angle of 230º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A3C is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 10 | 60 | - |
| CMYK | 1 | 0.83 | 0 | 0.76 |
| HSL | 230º | 1% | 0.12% | - |
| HSV(B) | 230º | 1% | 0.24% | - |
| XYZ | 0.92 | 0.54 | 4.33 | - |
| YUV | 12.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 60 | 1 | 0.83 | 0 | 0.76 | 230 | 1 | 0.12 |
| Hex | 0 | A | 3C | 64 | 53 | 0 | 4C | E6 | 64 | C |
| Octal | 0 | 12 | 74 | 144 | 123 | 0 | 114 | 346 | 144 | 14 |
| Binary | 0 | 1010 | 111100 | 1100100 | 1010011 | 0 | 1001100 | 11100110 | 1100100 | 1100 |
Color Harmonies of #000A3C
Complementary color
Monochromatic Colors of #000A3C
Black with #000A3C
Text Example
Text Example
White with #000A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A3C; }
p { color: rgb(0,10,60); }
H1.HeaderClassName
{
color: #000A3C;
}
.AnyTagClassName
{
color: #000A3C;
}
</style>
background-color css
<style>
a { background-color: #000A3C; }
a { background-color: rgb(0,10,60); }
div.DivClassName
{
background-color: #000A3C;
}
.BgClassName
{
background-color: #000A3C;
}
</style>
border-color css
<style>
span { border-color: #000A3C; }
span { border-color: rgb(0,10,60); }
td.TdClassName
{
border-color: #000A3C;
}
.TagClassName
{
border-color: #000A3C;
}
</style>