Shades of Midnight Blue #0C084E
Tints of Midnight Blue #0C084E
RGB
CMYK
RGB Variations
Color information
#0C084E (or 0x0C084E) is known color: Midnight Blue. HEX triplet: 0C, 08 and 4E. RGB value is (12,8,78). Sum of RGB (Red+Green+Blue) = 12+8+78=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C084E is #F3F7B1. Grayscale: #101010. Windows color (decimal): -15988658 or 5113868. OLE color: 5113868.
HSL color Cylindrical-coordinate representation of color #0C084E: hue angle of 243.43º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C084E is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 8 | 78 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.69 |
| HSL | 243.43º | 0.81% | 0.17% | - |
| HSV(B) | 243.43º | 0.9% | 0.31% | - |
| XYZ | 1.61 | 0.8 | 7.28 | - |
| YUV | 17.18 | 162.33 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 78 | 0.85 | 0.90 | 0 | 0.69 | 243.43 | 0.81 | 0.17 |
| Hex | C | 8 | 4E | 55 | 5A | 0 | 45 | F3 | 51 | 11 |
| Octal | 14 | 10 | 116 | 125 | 132 | 0 | 105 | 363 | 121 | 21 |
| Binary | 1100 | 1000 | 1001110 | 1010101 | 1011010 | 0 | 1000101 | 11110011 | 1010001 | 10001 |
Color Harmonies of #0C084E
Complementary color
Monochromatic Colors of #0C084E
Black with #0C084E
Text Example
Text Example
White with #0C084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C084E; }
p { color: rgb(12,8,78); }
H1.HeaderClassName
{
color: #0C084E;
}
.AnyTagClassName
{
color: #0C084E;
}
</style>
background-color css
<style>
a { background-color: #0C084E; }
a { background-color: rgb(12,8,78); }
div.DivClassName
{
background-color: #0C084E;
}
.BgClassName
{
background-color: #0C084E;
}
</style>
border-color css
<style>
span { border-color: #0C084E; }
span { border-color: rgb(12,8,78); }
td.TdClassName
{
border-color: #0C084E;
}
.TagClassName
{
border-color: #0C084E;
}
</style>