Shades of Midnight Express #000A3F
Tints of Midnight Express #000A3F
RGB
CMYK
RGB Variations
Color information
#000A3F (or 0x000A3F) is known color: Midnight Express. HEX triplet: 00, 0A and 3F. RGB value is (0,10,63). Sum of RGB (Red+Green+Blue) = 0+10+63=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 63 (25% from 255 or 86.30% from 73); Max value from RGB is 63 - color contains mainly: blue. Hex color #000A3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000A3F is #FFF5C0. Grayscale: #0C0C0C. Windows color (decimal): -16774593 or 4131328. OLE color: 4131328.
HSL color Cylindrical-coordinate representation of color #000A3F: hue angle of 230.48º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A3F is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 10 | 63 | - |
| CMYK | 1 | 0.84 | 0 | 0.75 |
| HSL | 230.48º | 1% | 0.12% | - |
| HSV(B) | 230.48º | 1% | 0.25% | - |
| XYZ | 1.01 | 0.58 | 4.76 | - |
| YUV | 13.05 | 156.19 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 63 | 1 | 0.84 | 0 | 0.75 | 230.48 | 1 | 0.12 |
| Hex | 0 | A | 3F | 64 | 54 | 0 | 4B | E6 | 64 | C |
| Octal | 0 | 12 | 77 | 144 | 124 | 0 | 113 | 346 | 144 | 14 |
| Binary | 0 | 1010 | 111111 | 1100100 | 1010100 | 0 | 1001011 | 11100110 | 1100100 | 1100 |
Color Harmonies of #000A3F
Complementary color
Monochromatic Colors of #000A3F
Black with #000A3F
Text Example
Text Example
White with #000A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A3F; }
p { color: rgb(0,10,63); }
H1.HeaderClassName
{
color: #000A3F;
}
.AnyTagClassName
{
color: #000A3F;
}
</style>
background-color css
<style>
a { background-color: #000A3F; }
a { background-color: rgb(0,10,63); }
div.DivClassName
{
background-color: #000A3F;
}
.BgClassName
{
background-color: #000A3F;
}
</style>
border-color css
<style>
span { border-color: #000A3F; }
span { border-color: rgb(0,10,63); }
td.TdClassName
{
border-color: #000A3F;
}
.TagClassName
{
border-color: #000A3F;
}
</style>