Shades of Midnight Express #0A063D
Tints of Midnight Express #0A063D
RGB
CMYK
RGB Variations
Color information
#0A063D (or 0x0A063D) is known color: Midnight Express. HEX triplet: 0A, 06 and 3D. RGB value is (10,6,61). Sum of RGB (Red+Green+Blue) = 10+6+61=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 61 (24.22% from 255 or 79.22% from 77); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A063D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A063D is #F5F9C2. Grayscale: #0D0D0D. Windows color (decimal): -16120259 or 3999242. OLE color: 3999242.
HSL color Cylindrical-coordinate representation of color #0A063D: hue angle of 244.36º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A063D is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 6 | 61 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.76 |
| HSL | 244.36º | 0.82% | 0.13% | - |
| HSV(B) | 244.36º | 0.9% | 0.24% | - |
| XYZ | 1.03 | 0.53 | 4.46 | - |
| YUV | 13.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 61 | 0.84 | 0.90 | 0 | 0.76 | 244.36 | 0.82 | 0.13 |
| Hex | A | 6 | 3D | 54 | 5A | 0 | 4C | F4 | 52 | D |
| Octal | 12 | 6 | 75 | 124 | 132 | 0 | 114 | 364 | 122 | 15 |
| Binary | 1010 | 110 | 111101 | 1010100 | 1011010 | 0 | 1001100 | 11110100 | 1010010 | 1101 |
Color Harmonies of #0A063D
Complementary color
Monochromatic Colors of #0A063D
Black with #0A063D
Text Example
Text Example
White with #0A063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A063D; }
p { color: rgb(10,6,61); }
H1.HeaderClassName
{
color: #0A063D;
}
.AnyTagClassName
{
color: #0A063D;
}
</style>
background-color css
<style>
a { background-color: #0A063D; }
a { background-color: rgb(10,6,61); }
div.DivClassName
{
background-color: #0A063D;
}
.BgClassName
{
background-color: #0A063D;
}
</style>
border-color css
<style>
span { border-color: #0A063D; }
span { border-color: rgb(10,6,61); }
td.TdClassName
{
border-color: #0A063D;
}
.TagClassName
{
border-color: #0A063D;
}
</style>