Shades of Midnight #0D2348
Tints of Midnight #0D2348
RGB
CMYK
RGB Variations
Color information
#0D2348 (or 0x0D2348) is known color: Midnight. HEX triplet: 0D, 23 and 48. RGB value is (13,35,72). Sum of RGB (Red+Green+Blue) = 13+35+72=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D2348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2348 is #F2DCB7. Grayscale: #202020. Windows color (decimal): -15916216 or 4727565. OLE color: 4727565.
HSL color Cylindrical-coordinate representation of color #0D2348: hue angle of 217.63º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D2348 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 35 | 72 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.72 |
| HSL | 217.63º | 0.69% | 0.17% | - |
| HSV(B) | 217.63º | 0.82% | 0.28% | - |
| XYZ | 1.94 | 1.76 | 6.37 | - |
| YUV | 32.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 72 | 0.82 | 0.51 | 0 | 0.72 | 217.63 | 0.69 | 0.17 |
| Hex | D | 23 | 48 | 52 | 33 | 0 | 48 | DA | 45 | 11 |
| Octal | 15 | 43 | 110 | 122 | 63 | 0 | 110 | 332 | 105 | 21 |
| Binary | 1101 | 100011 | 1001000 | 1010010 | 110011 | 0 | 1001000 | 11011010 | 1000101 | 10001 |
Color Harmonies of #0D2348
Complementary color
Monochromatic Colors of #0D2348
Black with #0D2348
Text Example
Text Example
White with #0D2348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2348; }
p { color: rgb(13,35,72); }
H1.HeaderClassName
{
color: #0D2348;
}
.AnyTagClassName
{
color: #0D2348;
}
</style>
background-color css
<style>
a { background-color: #0D2348; }
a { background-color: rgb(13,35,72); }
div.DivClassName
{
background-color: #0D2348;
}
.BgClassName
{
background-color: #0D2348;
}
</style>
border-color css
<style>
span { border-color: #0D2348; }
span { border-color: rgb(13,35,72); }
td.TdClassName
{
border-color: #0D2348;
}
.TagClassName
{
border-color: #0D2348;
}
</style>