Shades of Midnight Express #0A1D3D
Tints of Midnight Express #0A1D3D
RGB
CMYK
RGB Variations
Color information
#0A1D3D (or 0x0A1D3D) is known color: Midnight Express. HEX triplet: 0A, 1D and 3D. RGB value is (10,29,61). Sum of RGB (Red+Green+Blue) = 10+29+61=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A1D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1D3D is #F5E2C2. Grayscale: #1A1A1A. Windows color (decimal): -16114371 or 4005130. OLE color: 4005130.
HSL color Cylindrical-coordinate representation of color #0A1D3D: hue angle of 217.65º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A1D3D is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 29 | 61 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.76 |
| HSL | 217.65º | 0.72% | 0.14% | - |
| HSV(B) | 217.65º | 0.84% | 0.24% | - |
| XYZ | 1.41 | 1.28 | 4.59 | - |
| YUV | 26.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 29 | 61 | 0.84 | 0.52 | 0 | 0.76 | 217.65 | 0.72 | 0.14 |
| Hex | A | 1D | 3D | 54 | 34 | 0 | 4C | DA | 48 | E |
| Octal | 12 | 35 | 75 | 124 | 64 | 0 | 114 | 332 | 110 | 16 |
| Binary | 1010 | 11101 | 111101 | 1010100 | 110100 | 0 | 1001100 | 11011010 | 1001000 | 1110 |
Color Harmonies of #0A1D3D
Complementary color
Monochromatic Colors of #0A1D3D
Black with #0A1D3D
Text Example
Text Example
White with #0A1D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1D3D; }
p { color: rgb(10,29,61); }
H1.HeaderClassName
{
color: #0A1D3D;
}
.AnyTagClassName
{
color: #0A1D3D;
}
</style>
background-color css
<style>
a { background-color: #0A1D3D; }
a { background-color: rgb(10,29,61); }
div.DivClassName
{
background-color: #0A1D3D;
}
.BgClassName
{
background-color: #0A1D3D;
}
</style>
border-color css
<style>
span { border-color: #0A1D3D; }
span { border-color: rgb(10,29,61); }
td.TdClassName
{
border-color: #0A1D3D;
}
.TagClassName
{
border-color: #0A1D3D;
}
</style>