Shades of Midnight Blue #0C084C
Tints of Midnight Blue #0C084C
RGB
CMYK
RGB Variations
Color information
#0C084C (or 0x0C084C) is known color: Midnight Blue. HEX triplet: 0C, 08 and 4C. RGB value is (12,8,76). Sum of RGB (Red+Green+Blue) = 12+8+76=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 76 (30.08% from 255 or 79.17% from 96); Max value from RGB is 76 - color contains mainly: blue. Hex color #0C084C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C084C is #F3F7B3. Grayscale: #101010. Windows color (decimal): -15988660 or 4982796. OLE color: 4982796.
HSL color Cylindrical-coordinate representation of color #0C084C: hue angle of 243.53º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C084C is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 8 | 76 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.70 |
| HSL | 243.53º | 0.81% | 0.16% | - |
| HSV(B) | 243.53º | 0.89% | 0.3% | - |
| XYZ | 1.54 | 0.77 | 6.91 | - |
| YUV | 16.95 | 161.33 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 76 | 0.84 | 0.89 | 0 | 0.70 | 243.53 | 0.81 | 0.16 |
| Hex | C | 8 | 4C | 54 | 59 | 0 | 46 | F4 | 51 | 10 |
| Octal | 14 | 10 | 114 | 124 | 131 | 0 | 106 | 364 | 121 | 20 |
| Binary | 1100 | 1000 | 1001100 | 1010100 | 1011001 | 0 | 1000110 | 11110100 | 1010001 | 10000 |
Color Harmonies of #0C084C
Complementary color
Monochromatic Colors of #0C084C
Black with #0C084C
Text Example
Text Example
White with #0C084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C084C; }
p { color: rgb(12,8,76); }
H1.HeaderClassName
{
color: #0C084C;
}
.AnyTagClassName
{
color: #0C084C;
}
</style>
background-color css
<style>
a { background-color: #0C084C; }
a { background-color: rgb(12,8,76); }
div.DivClassName
{
background-color: #0C084C;
}
.BgClassName
{
background-color: #0C084C;
}
</style>
border-color css
<style>
span { border-color: #0C084C; }
span { border-color: rgb(12,8,76); }
td.TdClassName
{
border-color: #0C084C;
}
.TagClassName
{
border-color: #0C084C;
}
</style>