Shades of Midnight Blue #0D0368
Tints of Midnight Blue #0D0368
RGB
CMYK
RGB Variations
Color information
#0D0368 (or 0x0D0368) is known color: Midnight Blue. HEX triplet: 0D, 03 and 68. RGB value is (13,3,104). Sum of RGB (Red+Green+Blue) = 13+3+104=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 104 (41.02% from 255 or 86.67% from 120); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D0368 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0368 is #F2FC97. Grayscale: #111111. Windows color (decimal): -15924376 or 6816525. OLE color: 6816525.
HSL color Cylindrical-coordinate representation of color #0D0368: hue angle of 245.94º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0368 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 3 | 104 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.59 |
| HSL | 245.94º | 0.94% | 0.21% | - |
| HSV(B) | 245.94º | 0.97% | 0.41% | - |
| XYZ | 2.7 | 1.15 | 13.18 | - |
| YUV | 17.5 | 176.81 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 104 | 0.88 | 0.97 | 0 | 0.59 | 245.94 | 0.94 | 0.21 |
| Hex | D | 3 | 68 | 58 | 61 | 0 | 3B | F6 | 5E | 15 |
| Octal | 15 | 3 | 150 | 130 | 141 | 0 | 73 | 366 | 136 | 25 |
| Binary | 1101 | 11 | 1101000 | 1011000 | 1100001 | 0 | 111011 | 11110110 | 1011110 | 10101 |
Color Harmonies of #0D0368
Complementary color
Monochromatic Colors of #0D0368
Black with #0D0368
Text Example
Text Example
White with #0D0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0368; }
p { color: rgb(13,3,104); }
H1.HeaderClassName
{
color: #0D0368;
}
.AnyTagClassName
{
color: #0D0368;
}
</style>
background-color css
<style>
a { background-color: #0D0368; }
a { background-color: rgb(13,3,104); }
div.DivClassName
{
background-color: #0D0368;
}
.BgClassName
{
background-color: #0D0368;
}
</style>
border-color css
<style>
span { border-color: #0D0368; }
span { border-color: rgb(13,3,104); }
td.TdClassName
{
border-color: #0D0368;
}
.TagClassName
{
border-color: #0D0368;
}
</style>