Shades of Midnight Express #0D1335
Tints of Midnight Express #0D1335
RGB
CMYK
RGB Variations
Color information
#0D1335 (or 0x0D1335) is known color: Midnight Express. HEX triplet: 0D, 13 and 35. RGB value is (13,19,53). Sum of RGB (Red+Green+Blue) = 13+19+53=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 53 (21.09% from 255 or 62.35% from 85); Max value from RGB is 53 - color contains mainly: blue. Hex color #0D1335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1335 is #F2ECCA. Grayscale: #141414. Windows color (decimal): -15920331 or 3478285. OLE color: 3478285.
HSL color Cylindrical-coordinate representation of color #0D1335: hue angle of 231º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D1335 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 19 | 53 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.79 |
| HSL | 231º | 0.61% | 0.13% | - |
| HSV(B) | 231º | 0.75% | 0.21% | - |
| XYZ | 1.04 | 0.81 | 3.47 | - |
| YUV | 21.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 53 | 0.75 | 0.64 | 0 | 0.79 | 231 | 0.61 | 0.13 |
| Hex | D | 13 | 35 | 4B | 40 | 0 | 4F | E7 | 3D | D |
| Octal | 15 | 23 | 65 | 113 | 100 | 0 | 117 | 347 | 75 | 15 |
| Binary | 1101 | 10011 | 110101 | 1001011 | 1000000 | 0 | 1001111 | 11100111 | 111101 | 1101 |
Color Harmonies of #0D1335
Complementary color
Monochromatic Colors of #0D1335
Black with #0D1335
Text Example
Text Example
White with #0D1335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1335; }
p { color: rgb(13,19,53); }
H1.HeaderClassName
{
color: #0D1335;
}
.AnyTagClassName
{
color: #0D1335;
}
</style>
background-color css
<style>
a { background-color: #0D1335; }
a { background-color: rgb(13,19,53); }
div.DivClassName
{
background-color: #0D1335;
}
.BgClassName
{
background-color: #0D1335;
}
</style>
border-color css
<style>
span { border-color: #0D1335; }
span { border-color: rgb(13,19,53); }
td.TdClassName
{
border-color: #0D1335;
}
.TagClassName
{
border-color: #0D1335;
}
</style>