Shades of Midnight Blue #0C1052
Tints of Midnight Blue #0C1052
RGB
CMYK
RGB Variations
Color information
#0C1052 (or 0x0C1052) is known color: Midnight Blue. HEX triplet: 0C, 10 and 52. RGB value is (12,16,82). Sum of RGB (Red+Green+Blue) = 12+16+82=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 82 (32.42% from 255 or 74.55% from 110); Max value from RGB is 82 - color contains mainly: blue. Hex color #0C1052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1052 is #F3EFAD. Grayscale: #161616. Windows color (decimal): -15986606 or 5378060. OLE color: 5378060.
HSL color Cylindrical-coordinate representation of color #0C1052: hue angle of 236.57º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C1052 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 16 | 82 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.68 |
| HSL | 236.57º | 0.74% | 0.18% | - |
| HSV(B) | 236.57º | 0.85% | 0.32% | - |
| XYZ | 1.86 | 1.06 | 8.09 | - |
| YUV | 22.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 82 | 0.85 | 0.80 | 0 | 0.68 | 236.57 | 0.74 | 0.18 |
| Hex | C | 10 | 52 | 55 | 50 | 0 | 44 | ED | 4A | 12 |
| Octal | 14 | 20 | 122 | 125 | 120 | 0 | 104 | 355 | 112 | 22 |
| Binary | 1100 | 10000 | 1010010 | 1010101 | 1010000 | 0 | 1000100 | 11101101 | 1001010 | 10010 |
Color Harmonies of #0C1052
Complementary color
Monochromatic Colors of #0C1052
Black with #0C1052
Text Example
Text Example
White with #0C1052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1052; }
p { color: rgb(12,16,82); }
H1.HeaderClassName
{
color: #0C1052;
}
.AnyTagClassName
{
color: #0C1052;
}
</style>
background-color css
<style>
a { background-color: #0C1052; }
a { background-color: rgb(12,16,82); }
div.DivClassName
{
background-color: #0C1052;
}
.BgClassName
{
background-color: #0C1052;
}
</style>
border-color css
<style>
span { border-color: #0C1052; }
span { border-color: rgb(12,16,82); }
td.TdClassName
{
border-color: #0C1052;
}
.TagClassName
{
border-color: #0C1052;
}
</style>