Shades of Midnight Express #0D1B4B
Tints of Midnight Express #0D1B4B
RGB
CMYK
RGB Variations
Color information
#0D1B4B (or 0x0D1B4B) is known color: Midnight Express. HEX triplet: 0D, 1B and 4B. RGB value is (13,27,75). Sum of RGB (Red+Green+Blue) = 13+27+75=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D1B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1B4B is #F2E4B4. Grayscale: #1C1C1C. Windows color (decimal): -15918261 or 4922125. OLE color: 4922125.
HSL color Cylindrical-coordinate representation of color #0D1B4B: hue angle of 226.45º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D1B4B is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 27 | 75 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.71 |
| HSL | 226.45º | 0.7% | 0.17% | - |
| HSV(B) | 226.45º | 0.83% | 0.29% | - |
| XYZ | 1.83 | 1.38 | 6.83 | - |
| YUV | 28.29 | 154.36 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 75 | 0.83 | 0.64 | 0 | 0.71 | 226.45 | 0.7 | 0.17 |
| Hex | D | 1B | 4B | 53 | 40 | 0 | 47 | E2 | 46 | 11 |
| Octal | 15 | 33 | 113 | 123 | 100 | 0 | 107 | 342 | 106 | 21 |
| Binary | 1101 | 11011 | 1001011 | 1010011 | 1000000 | 0 | 1000111 | 11100010 | 1000110 | 10001 |
Color Harmonies of #0D1B4B
Complementary color
Monochromatic Colors of #0D1B4B
Black with #0D1B4B
Text Example
Text Example
White with #0D1B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B4B; }
p { color: rgb(13,27,75); }
H1.HeaderClassName
{
color: #0D1B4B;
}
.AnyTagClassName
{
color: #0D1B4B;
}
</style>
background-color css
<style>
a { background-color: #0D1B4B; }
a { background-color: rgb(13,27,75); }
div.DivClassName
{
background-color: #0D1B4B;
}
.BgClassName
{
background-color: #0D1B4B;
}
</style>
border-color css
<style>
span { border-color: #0D1B4B; }
span { border-color: rgb(13,27,75); }
td.TdClassName
{
border-color: #0D1B4B;
}
.TagClassName
{
border-color: #0D1B4B;
}
</style>