Shades of Midnight Express #000A3D
Tints of Midnight Express #000A3D
RGB
CMYK
RGB Variations
Color information
#000A3D (or 0x000A3D) is known color: Midnight Express. HEX triplet: 00, 0A and 3D. RGB value is (0,10,61). Sum of RGB (Red+Green+Blue) = 0+10+61=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 61 (24.22% from 255 or 85.92% from 71); Max value from RGB is 61 - color contains mainly: blue. Hex color #000A3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000A3D is #FFF5C2. Grayscale: #0C0C0C. Windows color (decimal): -16774595 or 4000256. OLE color: 4000256.
HSL color Cylindrical-coordinate representation of color #000A3D: hue angle of 230.16º 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 #000A3D is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 10 | 61 | - |
| CMYK | 1 | 0.84 | 0 | 0.76 |
| HSL | 230.16º | 1% | 0.12% | - |
| HSV(B) | 230.16º | 1% | 0.24% | - |
| XYZ | 0.95 | 0.55 | 4.47 | - |
| YUV | 12.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 61 | 1 | 0.84 | 0 | 0.76 | 230.16 | 1 | 0.12 |
| Hex | 0 | A | 3D | 64 | 54 | 0 | 4C | E6 | 64 | C |
| Octal | 0 | 12 | 75 | 144 | 124 | 0 | 114 | 346 | 144 | 14 |
| Binary | 0 | 1010 | 111101 | 1100100 | 1010100 | 0 | 1001100 | 11100110 | 1100100 | 1100 |
Color Harmonies of #000A3D
Complementary color
Monochromatic Colors of #000A3D
Black with #000A3D
Text Example
Text Example
White with #000A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A3D; }
p { color: rgb(0,10,61); }
H1.HeaderClassName
{
color: #000A3D;
}
.AnyTagClassName
{
color: #000A3D;
}
</style>
background-color css
<style>
a { background-color: #000A3D; }
a { background-color: rgb(0,10,61); }
div.DivClassName
{
background-color: #000A3D;
}
.BgClassName
{
background-color: #000A3D;
}
</style>
border-color css
<style>
span { border-color: #000A3D; }
span { border-color: rgb(0,10,61); }
td.TdClassName
{
border-color: #000A3D;
}
.TagClassName
{
border-color: #000A3D;
}
</style>