Shades of Midnight Blue #0C0468
Tints of Midnight Blue #0C0468
RGB
CMYK
RGB Variations
Color information
#0C0468 (or 0x0C0468) is known color: Midnight Blue. HEX triplet: 0C, 04 and 68. RGB value is (12,4,104). Sum of RGB (Red+Green+Blue) = 12+4+104=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 4 (1.95% from 255 or 3.33% 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 #0C0468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0468 is #F3FB97. Grayscale: #111111. Windows color (decimal): -15989656 or 6816780. OLE color: 6816780.
HSL color Cylindrical-coordinate representation of color #0C0468: hue angle of 244.8º 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 #0C0468 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 4 | 104 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.59 |
| HSL | 244.8º | 0.93% | 0.21% | - |
| HSV(B) | 244.8º | 0.96% | 0.41% | - |
| XYZ | 2.69 | 1.16 | 13.18 | - |
| YUV | 17.79 | 176.65 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 104 | 0.88 | 0.96 | 0 | 0.59 | 244.8 | 0.93 | 0.21 |
| Hex | C | 4 | 68 | 58 | 60 | 0 | 3B | F5 | 5D | 15 |
| Octal | 14 | 4 | 150 | 130 | 140 | 0 | 73 | 365 | 135 | 25 |
| Binary | 1100 | 100 | 1101000 | 1011000 | 1100000 | 0 | 111011 | 11110101 | 1011101 | 10101 |
Color Harmonies of #0C0468
Complementary color
Monochromatic Colors of #0C0468
Black with #0C0468
Text Example
Text Example
White with #0C0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0468; }
p { color: rgb(12,4,104); }
H1.HeaderClassName
{
color: #0C0468;
}
.AnyTagClassName
{
color: #0C0468;
}
</style>
background-color css
<style>
a { background-color: #0C0468; }
a { background-color: rgb(12,4,104); }
div.DivClassName
{
background-color: #0C0468;
}
.BgClassName
{
background-color: #0C0468;
}
</style>
border-color css
<style>
span { border-color: #0C0468; }
span { border-color: rgb(12,4,104); }
td.TdClassName
{
border-color: #0C0468;
}
.TagClassName
{
border-color: #0C0468;
}
</style>