Shades of Midnight Express #0D1A4C
Tints of Midnight Express #0D1A4C
RGB
CMYK
RGB Variations
Color information
#0D1A4C (or 0x0D1A4C) is known color: Midnight Express. HEX triplet: 0D, 1A and 4C. RGB value is (13,26,76). Sum of RGB (Red+Green+Blue) = 13+26+76=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D1A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1A4C is #F2E5B3. Grayscale: #1B1B1B. Windows color (decimal): -15918516 or 4987405. OLE color: 4987405.
HSL color Cylindrical-coordinate representation of color #0D1A4C: hue angle of 227.62º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D1A4C is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 26 | 76 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.70 |
| HSL | 227.62º | 0.71% | 0.17% | - |
| HSV(B) | 227.62º | 0.83% | 0.3% | - |
| XYZ | 1.84 | 1.35 | 7 | - |
| YUV | 27.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 26 | 76 | 0.83 | 0.66 | 0 | 0.70 | 227.62 | 0.71 | 0.17 |
| Hex | D | 1A | 4C | 53 | 42 | 0 | 46 | E4 | 47 | 11 |
| Octal | 15 | 32 | 114 | 123 | 102 | 0 | 106 | 344 | 107 | 21 |
| Binary | 1101 | 11010 | 1001100 | 1010011 | 1000010 | 0 | 1000110 | 11100100 | 1000111 | 10001 |
Color Harmonies of #0D1A4C
Complementary color
Monochromatic Colors of #0D1A4C
Black with #0D1A4C
Text Example
Text Example
White with #0D1A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1A4C; }
p { color: rgb(13,26,76); }
H1.HeaderClassName
{
color: #0D1A4C;
}
.AnyTagClassName
{
color: #0D1A4C;
}
</style>
background-color css
<style>
a { background-color: #0D1A4C; }
a { background-color: rgb(13,26,76); }
div.DivClassName
{
background-color: #0D1A4C;
}
.BgClassName
{
background-color: #0D1A4C;
}
</style>
border-color css
<style>
span { border-color: #0D1A4C; }
span { border-color: rgb(13,26,76); }
td.TdClassName
{
border-color: #0D1A4C;
}
.TagClassName
{
border-color: #0D1A4C;
}
</style>