Shades of Midnight Express #0D2244
Tints of Midnight Express #0D2244
RGB
CMYK
RGB Variations
Color information
#0D2244 (or 0x0D2244) is known color: Midnight Express. HEX triplet: 0D, 22 and 44. RGB value is (13,34,68). Sum of RGB (Red+Green+Blue) = 13+34+68=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 68 (26.95% from 255 or 59.13% from 115); Max value from RGB is 68 - color contains mainly: blue. Hex color #0D2244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2244 is #F2DDBB. Grayscale: #1F1F1F. Windows color (decimal): -15916476 or 4465165. OLE color: 4465165.
HSL color Cylindrical-coordinate representation of color #0D2244: hue angle of 217.09º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D2244 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 34 | 68 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.73 |
| HSL | 217.09º | 0.68% | 0.16% | - |
| HSV(B) | 217.09º | 0.81% | 0.27% | - |
| XYZ | 1.78 | 1.65 | 5.69 | - |
| YUV | 31.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 34 | 68 | 0.81 | 0.50 | 0 | 0.73 | 217.09 | 0.68 | 0.16 |
| Hex | D | 22 | 44 | 51 | 32 | 0 | 49 | D9 | 44 | 10 |
| Octal | 15 | 42 | 104 | 121 | 62 | 0 | 111 | 331 | 104 | 20 |
| Binary | 1101 | 100010 | 1000100 | 1010001 | 110010 | 0 | 1001001 | 11011001 | 1000100 | 10000 |
Color Harmonies of #0D2244
Complementary color
Monochromatic Colors of #0D2244
Black with #0D2244
Text Example
Text Example
White with #0D2244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2244; }
p { color: rgb(13,34,68); }
H1.HeaderClassName
{
color: #0D2244;
}
.AnyTagClassName
{
color: #0D2244;
}
</style>
background-color css
<style>
a { background-color: #0D2244; }
a { background-color: rgb(13,34,68); }
div.DivClassName
{
background-color: #0D2244;
}
.BgClassName
{
background-color: #0D2244;
}
</style>
border-color css
<style>
span { border-color: #0D2244; }
span { border-color: rgb(13,34,68); }
td.TdClassName
{
border-color: #0D2244;
}
.TagClassName
{
border-color: #0D2244;
}
</style>