Shades of Midnight Blue #0C084D
Tints of Midnight Blue #0C084D
RGB
CMYK
RGB Variations
Color information
#0C084D (or 0x0C084D) is known color: Midnight Blue. HEX triplet: 0C, 08 and 4D. RGB value is (12,8,77). Sum of RGB (Red+Green+Blue) = 12+8+77=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C084D is #F3F7B2. Grayscale: #101010. Windows color (decimal): -15988659 or 5048332. OLE color: 5048332.
HSL color Cylindrical-coordinate representation of color #0C084D: hue angle of 243.48º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C084D is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 8 | 77 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.70 |
| HSL | 243.48º | 0.81% | 0.17% | - |
| HSV(B) | 243.48º | 0.9% | 0.3% | - |
| XYZ | 1.58 | 0.79 | 7.09 | - |
| YUV | 17.06 | 161.83 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 77 | 0.84 | 0.90 | 0 | 0.70 | 243.48 | 0.81 | 0.17 |
| Hex | C | 8 | 4D | 54 | 5A | 0 | 46 | F3 | 51 | 11 |
| Octal | 14 | 10 | 115 | 124 | 132 | 0 | 106 | 363 | 121 | 21 |
| Binary | 1100 | 1000 | 1001101 | 1010100 | 1011010 | 0 | 1000110 | 11110011 | 1010001 | 10001 |
Color Harmonies of #0C084D
Complementary color
Monochromatic Colors of #0C084D
Black with #0C084D
Text Example
Text Example
White with #0C084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C084D; }
p { color: rgb(12,8,77); }
H1.HeaderClassName
{
color: #0C084D;
}
.AnyTagClassName
{
color: #0C084D;
}
</style>
background-color css
<style>
a { background-color: #0C084D; }
a { background-color: rgb(12,8,77); }
div.DivClassName
{
background-color: #0C084D;
}
.BgClassName
{
background-color: #0C084D;
}
</style>
border-color css
<style>
span { border-color: #0C084D; }
span { border-color: rgb(12,8,77); }
td.TdClassName
{
border-color: #0C084D;
}
.TagClassName
{
border-color: #0C084D;
}
</style>