Shades of Midnight Blue #0D0468
Tints of Midnight Blue #0D0468
RGB
CMYK
RGB Variations
Color information
#0D0468 (or 0x0D0468) is known color: Midnight Blue. HEX triplet: 0D, 04 and 68. RGB value is (13,4,104). Sum of RGB (Red+Green+Blue) = 13+4+104=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 104 (41.02% from 255 or 85.95% from 121); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D0468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0468 is #F2FB97. Grayscale: #111111. Windows color (decimal): -15924120 or 6816781. OLE color: 6816781.
HSL color Cylindrical-coordinate representation of color #0D0468: hue angle of 245.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0468 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 4 | 104 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.59 |
| HSL | 245.4º | 0.93% | 0.21% | - |
| HSV(B) | 245.4º | 0.96% | 0.41% | - |
| XYZ | 2.71 | 1.17 | 13.18 | - |
| YUV | 18.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 104 | 0.88 | 0.96 | 0 | 0.59 | 245.4 | 0.93 | 0.21 |
| Hex | D | 4 | 68 | 58 | 60 | 0 | 3B | F5 | 5D | 15 |
| Octal | 15 | 4 | 150 | 130 | 140 | 0 | 73 | 365 | 135 | 25 |
| Binary | 1101 | 100 | 1101000 | 1011000 | 1100000 | 0 | 111011 | 11110101 | 1011101 | 10101 |
Color Harmonies of #0D0468
Complementary color
Monochromatic Colors of #0D0468
Black with #0D0468
Text Example
Text Example
White with #0D0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0468; }
p { color: rgb(13,4,104); }
H1.HeaderClassName
{
color: #0D0468;
}
.AnyTagClassName
{
color: #0D0468;
}
</style>
background-color css
<style>
a { background-color: #0D0468; }
a { background-color: rgb(13,4,104); }
div.DivClassName
{
background-color: #0D0468;
}
.BgClassName
{
background-color: #0D0468;
}
</style>
border-color css
<style>
span { border-color: #0D0468; }
span { border-color: rgb(13,4,104); }
td.TdClassName
{
border-color: #0D0468;
}
.TagClassName
{
border-color: #0D0468;
}
</style>