Shades of Midnight Express #0D1D3D
Tints of Midnight Express #0D1D3D
RGB
CMYK
RGB Variations
Color information
#0D1D3D (or 0x0D1D3D) is known color: Midnight Express. HEX triplet: 0D, 1D and 3D. RGB value is (13,29,61). Sum of RGB (Red+Green+Blue) = 13+29+61=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 61 (24.22% from 255 or 59.22% from 103); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D1D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1D3D is #F2E2C2. Grayscale: #1B1B1B. Windows color (decimal): -15917763 or 4005133. OLE color: 4005133.
HSL color Cylindrical-coordinate representation of color #0D1D3D: hue angle of 220º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D1D3D is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 29 | 61 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.76 |
| HSL | 220º | 0.65% | 0.15% | - |
| HSV(B) | 220º | 0.79% | 0.24% | - |
| XYZ | 1.45 | 1.3 | 4.59 | - |
| YUV | 27.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 61 | 0.79 | 0.52 | 0 | 0.76 | 220 | 0.65 | 0.15 |
| Hex | D | 1D | 3D | 4F | 34 | 0 | 4C | DC | 41 | F |
| Octal | 15 | 35 | 75 | 117 | 64 | 0 | 114 | 334 | 101 | 17 |
| Binary | 1101 | 11101 | 111101 | 1001111 | 110100 | 0 | 1001100 | 11011100 | 1000001 | 1111 |
Color Harmonies of #0D1D3D
Complementary color
Monochromatic Colors of #0D1D3D
Black with #0D1D3D
Text Example
Text Example
White with #0D1D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D3D; }
p { color: rgb(13,29,61); }
H1.HeaderClassName
{
color: #0D1D3D;
}
.AnyTagClassName
{
color: #0D1D3D;
}
</style>
background-color css
<style>
a { background-color: #0D1D3D; }
a { background-color: rgb(13,29,61); }
div.DivClassName
{
background-color: #0D1D3D;
}
.BgClassName
{
background-color: #0D1D3D;
}
</style>
border-color css
<style>
span { border-color: #0D1D3D; }
span { border-color: rgb(13,29,61); }
td.TdClassName
{
border-color: #0D1D3D;
}
.TagClassName
{
border-color: #0D1D3D;
}
</style>