Shades of Midnight #0C284D
Tints of Midnight #0C284D
RGB
CMYK
RGB Variations
Color information
#0C284D (or 0x0C284D) is known color: Midnight. HEX triplet: 0C, 28 and 4D. RGB value is (12,40,77). Sum of RGB (Red+Green+Blue) = 12+40+77=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C284D is #F3D7B2. Grayscale: #232323. Windows color (decimal): -15980467 or 5056524. OLE color: 5056524.
HSL color Cylindrical-coordinate representation of color #0C284D: hue angle of 214.15º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C284D is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 40 | 77 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.70 |
| HSL | 214.15º | 0.73% | 0.17% | - |
| HSV(B) | 214.15º | 0.84% | 0.3% | - |
| XYZ | 2.25 | 2.13 | 7.31 | - |
| YUV | 35.85 | 151.22 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 40 | 77 | 0.84 | 0.48 | 0 | 0.70 | 214.15 | 0.73 | 0.17 |
| Hex | C | 28 | 4D | 54 | 30 | 0 | 46 | D6 | 49 | 11 |
| Octal | 14 | 50 | 115 | 124 | 60 | 0 | 106 | 326 | 111 | 21 |
| Binary | 1100 | 101000 | 1001101 | 1010100 | 110000 | 0 | 1000110 | 11010110 | 1001001 | 10001 |
Color Harmonies of #0C284D
Complementary color
Monochromatic Colors of #0C284D
Black with #0C284D
Text Example
Text Example
White with #0C284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C284D; }
p { color: rgb(12,40,77); }
H1.HeaderClassName
{
color: #0C284D;
}
.AnyTagClassName
{
color: #0C284D;
}
</style>
background-color css
<style>
a { background-color: #0C284D; }
a { background-color: rgb(12,40,77); }
div.DivClassName
{
background-color: #0C284D;
}
.BgClassName
{
background-color: #0C284D;
}
</style>
border-color css
<style>
span { border-color: #0C284D; }
span { border-color: rgb(12,40,77); }
td.TdClassName
{
border-color: #0C284D;
}
.TagClassName
{
border-color: #0C284D;
}
</style>