Shades of Midnight Express #000A3B
Tints of Midnight Express #000A3B
RGB
CMYK
RGB Variations
Color information
#000A3B (or 0x000A3B) is known color: Midnight Express. HEX triplet: 00, 0A and 3B. RGB value is (0,10,59). Sum of RGB (Red+Green+Blue) = 0+10+59=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 59 (23.44% from 255 or 85.51% from 69); Max value from RGB is 59 - color contains mainly: blue. Hex color #000A3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000A3B is #FFF5C4. Grayscale: #0C0C0C. Windows color (decimal): -16774597 or 3869184. OLE color: 3869184.
HSL color Cylindrical-coordinate representation of color #000A3B: hue angle of 229.83º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A3B is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 10 | 59 | - |
| CMYK | 1 | 0.83 | 0 | 0.77 |
| HSL | 229.83º | 1% | 0.12% | - |
| HSV(B) | 229.83º | 1% | 0.23% | - |
| XYZ | 0.9 | 0.53 | 4.19 | - |
| YUV | 12.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 59 | 1 | 0.83 | 0 | 0.77 | 229.83 | 1 | 0.12 |
| Hex | 0 | A | 3B | 64 | 53 | 0 | 4D | E6 | 64 | C |
| Octal | 0 | 12 | 73 | 144 | 123 | 0 | 115 | 346 | 144 | 14 |
| Binary | 0 | 1010 | 111011 | 1100100 | 1010011 | 0 | 1001101 | 11100110 | 1100100 | 1100 |
Color Harmonies of #000A3B
Complementary color
Monochromatic Colors of #000A3B
Black with #000A3B
Text Example
Text Example
White with #000A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A3B; }
p { color: rgb(0,10,59); }
H1.HeaderClassName
{
color: #000A3B;
}
.AnyTagClassName
{
color: #000A3B;
}
</style>
background-color css
<style>
a { background-color: #000A3B; }
a { background-color: rgb(0,10,59); }
div.DivClassName
{
background-color: #000A3B;
}
.BgClassName
{
background-color: #000A3B;
}
</style>
border-color css
<style>
span { border-color: #000A3B; }
span { border-color: rgb(0,10,59); }
td.TdClassName
{
border-color: #000A3B;
}
.TagClassName
{
border-color: #000A3B;
}
</style>