Shades of Midnight Blue #0C0854
Tints of Midnight Blue #0C0854
RGB
CMYK
RGB Variations
Color information
#0C0854 (or 0x0C0854) is known color: Midnight Blue. HEX triplet: 0C, 08 and 54. RGB value is (12,8,84). Sum of RGB (Red+Green+Blue) = 12+8+84=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 84 (33.20% from 255 or 80.77% from 104); Max value from RGB is 84 - color contains mainly: blue. Hex color #0C0854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0854 is #F3F7AB. Grayscale: #111111. Windows color (decimal): -15988652 or 5507084. OLE color: 5507084.
HSL color Cylindrical-coordinate representation of color #0C0854: hue angle of 243.16º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C0854 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 8 | 84 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.67 |
| HSL | 243.16º | 0.83% | 0.18% | - |
| HSV(B) | 243.16º | 0.9% | 0.33% | - |
| XYZ | 1.84 | 0.89 | 8.46 | - |
| YUV | 17.86 | 165.33 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 84 | 0.86 | 0.90 | 0 | 0.67 | 243.16 | 0.83 | 0.18 |
| Hex | C | 8 | 54 | 56 | 5A | 0 | 43 | F3 | 53 | 12 |
| Octal | 14 | 10 | 124 | 126 | 132 | 0 | 103 | 363 | 123 | 22 |
| Binary | 1100 | 1000 | 1010100 | 1010110 | 1011010 | 0 | 1000011 | 11110011 | 1010011 | 10010 |
Color Harmonies of #0C0854
Complementary color
Monochromatic Colors of #0C0854
Black with #0C0854
Text Example
Text Example
White with #0C0854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0854; }
p { color: rgb(12,8,84); }
H1.HeaderClassName
{
color: #0C0854;
}
.AnyTagClassName
{
color: #0C0854;
}
</style>
background-color css
<style>
a { background-color: #0C0854; }
a { background-color: rgb(12,8,84); }
div.DivClassName
{
background-color: #0C0854;
}
.BgClassName
{
background-color: #0C0854;
}
</style>
border-color css
<style>
span { border-color: #0C0854; }
span { border-color: rgb(12,8,84); }
td.TdClassName
{
border-color: #0C0854;
}
.TagClassName
{
border-color: #0C0854;
}
</style>