Shades of Midnight Blue #0D0C58
Tints of Midnight Blue #0D0C58
RGB
CMYK
RGB Variations
Color information
#0D0C58 (or 0x0D0C58) is known color: Midnight Blue. HEX triplet: 0D, 0C and 58. RGB value is (13,12,88). Sum of RGB (Red+Green+Blue) = 13+12+88=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 88 (34.77% from 255 or 77.88% from 113); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D0C58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0C58 is #F2F3A7. Grayscale: #141414. Windows color (decimal): -15922088 or 5770253. OLE color: 5770253.
HSL color Cylindrical-coordinate representation of color #0D0C58: hue angle of 240.79º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D0C58 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 12 | 88 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.65 |
| HSL | 240.79º | 0.76% | 0.2% | - |
| HSV(B) | 240.79º | 0.86% | 0.35% | - |
| XYZ | 2.06 | 1.05 | 9.33 | - |
| YUV | 20.96 | 165.83 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 12 | 88 | 0.85 | 0.86 | 0 | 0.65 | 240.79 | 0.76 | 0.2 |
| Hex | D | C | 58 | 55 | 56 | 0 | 41 | F1 | 4C | 14 |
| Octal | 15 | 14 | 130 | 125 | 126 | 0 | 101 | 361 | 114 | 24 |
| Binary | 1101 | 1100 | 1011000 | 1010101 | 1010110 | 0 | 1000001 | 11110001 | 1001100 | 10100 |
Color Harmonies of #0D0C58
Complementary color
Monochromatic Colors of #0D0C58
Black with #0D0C58
Text Example
Text Example
White with #0D0C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0C58; }
p { color: rgb(13,12,88); }
H1.HeaderClassName
{
color: #0D0C58;
}
.AnyTagClassName
{
color: #0D0C58;
}
</style>
background-color css
<style>
a { background-color: #0D0C58; }
a { background-color: rgb(13,12,88); }
div.DivClassName
{
background-color: #0D0C58;
}
.BgClassName
{
background-color: #0D0C58;
}
</style>
border-color css
<style>
span { border-color: #0D0C58; }
span { border-color: rgb(13,12,88); }
td.TdClassName
{
border-color: #0D0C58;
}
.TagClassName
{
border-color: #0D0C58;
}
</style>