Shades of Midnight Express #0D1B3E
Tints of Midnight Express #0D1B3E
RGB
CMYK
RGB Variations
Color information
#0D1B3E (or 0x0D1B3E) is known color: Midnight Express. HEX triplet: 0D, 1B and 3E. RGB value is (13,27,62). Sum of RGB (Red+Green+Blue) = 13+27+62=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 62 (24.61% from 255 or 60.78% from 102); Max value from RGB is 62 - color contains mainly: blue. Hex color #0D1B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1B3E is #F2E4C1. Grayscale: #1A1A1A. Windows color (decimal): -15918274 or 4070157. OLE color: 4070157.
HSL color Cylindrical-coordinate representation of color #0D1B3E: hue angle of 222.86º 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 #0D1B3E is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 27 | 62 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.76 |
| HSL | 222.86º | 0.65% | 0.15% | - |
| HSV(B) | 222.86º | 0.79% | 0.24% | - |
| XYZ | 1.43 | 1.22 | 4.72 | - |
| YUV | 26.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 62 | 0.79 | 0.56 | 0 | 0.76 | 222.86 | 0.65 | 0.15 |
| Hex | D | 1B | 3E | 4F | 38 | 0 | 4C | DF | 41 | F |
| Octal | 15 | 33 | 76 | 117 | 70 | 0 | 114 | 337 | 101 | 17 |
| Binary | 1101 | 11011 | 111110 | 1001111 | 111000 | 0 | 1001100 | 11011111 | 1000001 | 1111 |
Color Harmonies of #0D1B3E
Complementary color
Monochromatic Colors of #0D1B3E
Black with #0D1B3E
Text Example
Text Example
White with #0D1B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B3E; }
p { color: rgb(13,27,62); }
H1.HeaderClassName
{
color: #0D1B3E;
}
.AnyTagClassName
{
color: #0D1B3E;
}
</style>
background-color css
<style>
a { background-color: #0D1B3E; }
a { background-color: rgb(13,27,62); }
div.DivClassName
{
background-color: #0D1B3E;
}
.BgClassName
{
background-color: #0D1B3E;
}
</style>
border-color css
<style>
span { border-color: #0D1B3E; }
span { border-color: rgb(13,27,62); }
td.TdClassName
{
border-color: #0D1B3E;
}
.TagClassName
{
border-color: #0D1B3E;
}
</style>